Author: blogic Date: 2014-12-14 09:57:58 +0100 (Sun, 14 Dec 2014) New Revision: 43704
Modified: trunk/target/linux/kirkwood/patches-3.18/160-ea4500.patch Log: kirkwood: enable EA4500 switch on 3.18 Signed-off-by: Claudio Leite <[email protected]> Modified: trunk/target/linux/kirkwood/patches-3.18/160-ea4500.patch =================================================================== --- trunk/target/linux/kirkwood/patches-3.18/160-ea4500.patch 2014-12-14 08:57:52 UTC (rev 43703) +++ trunk/target/linux/kirkwood/patches-3.18/160-ea4500.patch 2014-12-14 08:57:58 UTC (rev 43704) @@ -10,7 +10,7 @@ kirkwood-ib62x0.dtb \ --- /dev/null +++ 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 + * @@ -120,6 +120,17 @@ + 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 { _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
