mirror of https://github.com/hak5/openwrt-owl.git
mpc85xx: disable a bunch of unused device nodes on the TL-WDR4900
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35707owl
parent
316706b09c
commit
c837cae29c
|
@ -210,7 +210,7 @@ Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
|
||||||
+}
|
+}
|
||||||
--- /dev/null
|
--- /dev/null
|
||||||
+++ b/arch/powerpc/boot/dts/tl-wdr4900-v1.dts
|
+++ 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
|
+ * 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 {
|
+ enet0: ethernet@b0000 {
|
||||||
+ phy-handle = <&phy0>;
|
+ phy-handle = <&phy0>;
|
||||||
+ phy-connection-type = "rgmii-id";
|
+ 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 {
|
+ pci0: pcie@ffe09000 {
|
||||||
|
|
Loading…
Reference in New Issue