diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-07-05 08:26:48 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-07-05 08:26:48 +0000 |
commit | f0cda65bb6ee80f4fc80da9fdeabb9d28a306437 (patch) | |
tree | 204c9dd1bad0f3f69d56564d26e6914ecaa0647a /target/linux/ar71xx/patches-3.3/200-spi-ath79-add-delay-between-SCK-changes.patch | |
parent | d1b237b335776be151889d5339c672d784475c3c (diff) | |
download | mtk-20170518-f0cda65bb6ee80f4fc80da9fdeabb9d28a306437.zip mtk-20170518-f0cda65bb6ee80f4fc80da9fdeabb9d28a306437.tar.gz mtk-20170518-f0cda65bb6ee80f4fc80da9fdeabb9d28a306437.tar.bz2 |
ar71xx: add initial support for the Qualcomm Atheros AP136 board
SVN-Revision: 32607
Diffstat (limited to 'target/linux/ar71xx/patches-3.3/200-spi-ath79-add-delay-between-SCK-changes.patch')
-rw-r--r-- | target/linux/ar71xx/patches-3.3/200-spi-ath79-add-delay-between-SCK-changes.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ar71xx/patches-3.3/200-spi-ath79-add-delay-between-SCK-changes.patch b/target/linux/ar71xx/patches-3.3/200-spi-ath79-add-delay-between-SCK-changes.patch index 6b3b15b..28cc1fb 100644 --- a/target/linux/ar71xx/patches-3.3/200-spi-ath79-add-delay-between-SCK-changes.patch +++ b/target/linux/ar71xx/patches-3.3/200-spi-ath79-add-delay-between-SCK-changes.patch @@ -1,7 +1,7 @@ -From 5e5ffd34e38fbbfa0a78833f35aa3c4d5d77e122 Mon Sep 17 00:00:00 2001 +From cbb3ade4765bc715b5c2eae4a7b6eaf3ff7ad958 Mon Sep 17 00:00:00 2001 From: Gabor Juhos <juhosg@openwrt.org> Date: Wed, 11 Jan 2012 20:06:35 +0100 -Subject: [PATCH 41/47] spi/ath79: add delay between SCK changes +Subject: [PATCH 28/34] spi/ath79: add delay between SCK changes The driver uses the "as fast as it can" approach to drive the SCK signal. However this does not |