diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-02-21 10:26:00 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-02-21 10:26:00 +0000 |
commit | 16c4f3154c505ea32c672d0f73c0f8b8a4f6c723 (patch) | |
tree | e2216f1892eac53fb955e480dfa5c18e6ab43d00 /target | |
parent | c21a703080af84d51c3da4b50a7be29742b3488c (diff) | |
download | upstream-16c4f3154c505ea32c672d0f73c0f8b8a4f6c723.tar.gz upstream-16c4f3154c505ea32c672d0f73c0f8b8a4f6c723.tar.bz2 upstream-16c4f3154c505ea32c672d0f73c0f8b8a4f6c723.zip |
mpc85xx: disable a bunch of unused device nodes on the TL-WDR4900
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35707 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/mpc85xx/patches-3.7/140-powerpc-85xx-tl-wdr4900-v1-support.patch | 34 |
1 files changed, 33 insertions, 1 deletions
diff --git a/target/linux/mpc85xx/patches-3.7/140-powerpc-85xx-tl-wdr4900-v1-support.patch b/target/linux/mpc85xx/patches-3.7/140-powerpc-85xx-tl-wdr4900-v1-support.patch index 970988c16a..8e6d5ca46f 100644 --- a/target/linux/mpc85xx/patches-3.7/140-powerpc-85xx-tl-wdr4900-v1-support.patch +++ b/target/linux/mpc85xx/patches-3.7/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,166 @@ +@@ -0,0 +1,198 @@ +/* + * TP-Link TL-WDR4900 v1 Device Tree Source + * @@ -306,10 +306,42 @@ Signed-off-by: Gabor Juhos <juhosg@openwrt.org> + }; + }; + ++ mdio@25000 { ++ status = "disabled"; ++ }; ++ ++ mdio@26000 { ++ status = "disabled"; ++ }; ++ + enet0: ethernet@b0000 { + phy-handle = <&phy0>; + phy-connection-type = "rgmii-id"; + }; ++ ++ enet1: ethernet@b1000 { ++ status = "disabled"; ++ }; ++ ++ enet2: ethernet@b2000 { ++ status = "disabled"; ++ }; ++ ++ sdhc@2e000 { ++ status = "disabled"; ++ }; ++ ++ serial1: serial@4600 { ++ status = "disabled"; ++ }; ++ ++ can0: can@1c000 { ++ status = "disabled"; ++ }; ++ ++ can1: can@1d000 { ++ status = "disabled"; ++ }; + }; + + pci0: pcie@ffe09000 { |