kirkwood: enable EA4500 switch on 3.18

Signed-off-by: Claudio Leite <leitec@staticky.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43704 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
John Crispin 2014-12-14 08:57:58 +00:00
parent 426f76bc46
commit d2d881ab04
1 changed files with 12 additions and 1 deletions

View File

@ -10,7 +10,7 @@
kirkwood-ib62x0.dtb \ kirkwood-ib62x0.dtb \
--- /dev/null --- /dev/null
+++ b/arch/arm/boot/dts/kirkwood-ea4500.dts +++ b/arch/arm/boot/dts/kirkwood-ea4500.dts
@@ -0,0 +1,156 @@ @@ -0,0 +1,167 @@
+/* +/*
+ * kirkwood-ea4500.dts - Device Tree file for Linksys EA4500 + * kirkwood-ea4500.dts - Device Tree file for Linksys EA4500
+ * + *
@ -120,6 +120,17 @@
+ gpios = <&gpio0 14 GPIO_ACTIVE_HIGH>; + gpios = <&gpio0 14 GPIO_ACTIVE_HIGH>;
+ }; + };
+ }; + };
+
+ mvsw6171 {
+ compatible = "marvell,88e6171";
+ status = "okay";
+ reg = <0x10>;
+
+ mii-bus = <&mdio>;
+ cpu-port-0 = <5>;
+ cpu-port-1 = <6>;
+ is-indirect;
+ };
+}; +};
+ +
+&nand { +&nand {