From 6603b861c11ad58da63097ba978f7934452124f9 Mon Sep 17 00:00:00 2001 From: juhosg Date: Fri, 12 Apr 2013 19:44:41 +0000 Subject: mpc85xx: use static SPI bus number for TL-WDR4900 Signed-off-by: Gabor Juhos git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36329 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../patches-3.8/140-powerpc-85xx-tl-wdr4900-v1-support.patch | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 cf82c40d0..a0836d838 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 +} --- /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 +*/ + }; + ++ aliases { ++ spi0 = &spi0; ++ }; ++ + memory { + device_type = "memory"; + }; -- cgit v1.2.3