diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-04-12 19:44:41 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-04-12 19:44:41 +0000 |
commit | 988e72c79051635c3dee0ccd15e9d990af6def3e (patch) | |
tree | 5c45468b7b627b31e5378db6db26180a72a177ee /target/linux | |
parent | b3b8aaa3b1a41cd64e2aa9ef06f6ae5cbfa8c3fd (diff) | |
download | upstream-988e72c79051635c3dee0ccd15e9d990af6def3e.tar.gz upstream-988e72c79051635c3dee0ccd15e9d990af6def3e.tar.bz2 upstream-988e72c79051635c3dee0ccd15e9d990af6def3e.zip |
mpc85xx: use static SPI bus number for TL-WDR4900
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36329 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/mpc85xx/patches-3.8/140-powerpc-85xx-tl-wdr4900-v1-support.patch | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/target/linux/mpc85xx/patches-3.8/140-powerpc-85xx-tl-wdr4900-v1-support.patch b/target/linux/mpc85xx/patches-3.8/140-powerpc-85xx-tl-wdr4900-v1-support.patch index cf82c40d05..a0836d8382 100644 --- a/target/linux/mpc85xx/patches-3.8/140-powerpc-85xx-tl-wdr4900-v1-support.patch +++ b/target/linux/mpc85xx/patches-3.8/140-powerpc-85xx-tl-wdr4900-v1-support.patch @@ -210,7 +210,7 @@ Signed-off-by: Gabor Juhos <juhosg@openwrt.org> +} --- /dev/null +++ b/arch/powerpc/boot/dts/tl-wdr4900-v1.dts -@@ -0,0 +1,208 @@ +@@ -0,0 +1,212 @@ +/* + * TP-Link TL-WDR4900 v1 Device Tree Source + * @@ -235,6 +235,10 @@ Signed-off-by: Gabor Juhos <juhosg@openwrt.org> +*/ + }; + ++ aliases { ++ spi0 = &spi0; ++ }; ++ + memory { + device_type = "memory"; + }; |