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 | c713180a7979da015cb86c44bc74aef19ed76d6e (patch) | |
tree | 4522fb9425e834d1676928d19128712de562a512 /target/linux/ar71xx/patches-3.3/200-spi-ath79-add-delay-between-SCK-changes.patch | |
parent | 85fc3d402cb4788f4a8212505fbd671d01b4932b (diff) | |
download | upstream-c713180a7979da015cb86c44bc74aef19ed76d6e.tar.gz upstream-c713180a7979da015cb86c44bc74aef19ed76d6e.tar.bz2 upstream-c713180a7979da015cb86c44bc74aef19ed76d6e.zip |
ar71xx: add initial support for the Qualcomm Atheros AP136 board
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32607 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 6b3b15b2df..28cc1fbe93 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 |