aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-02-08 20:47:56 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-02-08 20:47:56 +0000
commitc126bed503fff658a0d6247513095531cf796154 (patch)
tree9a351b1396ce765e35cf3ea14a70b5cf74303135 /target
parent32194001edf3770c88b396476fd2961ce9e53e9b (diff)
downloadupstream-c126bed503fff658a0d6247513095531cf796154.tar.gz
upstream-c126bed503fff658a0d6247513095531cf796154.tar.bz2
upstream-c126bed503fff658a0d6247513095531cf796154.zip
ar71xx: 3.2: fix AHB clock name in rb4xx_spi
SVN-Revision: 30390
Diffstat (limited to 'target')
-rw-r--r--target/linux/ar71xx/patches-3.2/306-spi-rb4xx-3.2-fixes.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/patches-3.2/306-spi-rb4xx-3.2-fixes.patch b/target/linux/ar71xx/patches-3.2/306-spi-rb4xx-3.2-fixes.patch
index 973b374425..ba02e59b0d 100644
--- a/target/linux/ar71xx/patches-3.2/306-spi-rb4xx-3.2-fixes.patch
+++ b/target/linux/ar71xx/patches-3.2/306-spi-rb4xx-3.2-fixes.patch
@@ -199,7 +199,7 @@
rbspi = spi_master_get_devdata(master);
+
-+ rbspi->ahb_clk = clk_get(&pdev->dev, "AHB");
++ rbspi->ahb_clk = clk_get(&pdev->dev, "ahb");
+ if (IS_ERR(rbspi->ahb_clk)) {
+ err = PTR_ERR(rbspi->ahb_clk);
+ goto err_put_master;