Author: blogic Date: 2014-12-01 22:30:40 +0100 (Mon, 01 Dec 2014) New Revision: 43487
Modified: trunk/target/linux/kirkwood/config-3.14 trunk/target/linux/kirkwood/patches-3.14/160-ea4500.patch trunk/target/linux/kirkwood/profiles/115-router.mk Log: kirkwood: enable mvsw6171 switch driver on EA4500 Signed-off-by: Claudio Leite <[email protected]> Modified: trunk/target/linux/kirkwood/config-3.14 =================================================================== --- trunk/target/linux/kirkwood/config-3.14 2014-12-01 21:30:35 UTC (rev 43486) +++ trunk/target/linux/kirkwood/config-3.14 2014-12-01 21:30:40 UTC (rev 43487) @@ -206,6 +206,7 @@ CONFIG_MVEBU_MBUS=y CONFIG_MVMDIO=y # CONFIG_MVNETA is not set +CONFIG_MVSW6171_PHY=y CONFIG_NEED_DMA_MAP_STATE=y CONFIG_NEED_KUSER_HELPERS=y CONFIG_NEED_PER_CPU_KM=y @@ -271,6 +272,7 @@ CONFIG_SPI_MASTER=y CONFIG_SPI_ORION=y CONFIG_SPLIT_PTLOCK_CPUS=999999 +CONFIG_SWCONFIG=y CONFIG_SWIOTLB=y CONFIG_SYS_SUPPORTS_APM_EMULATION=y CONFIG_TICK_CPU_ACCOUNTING=y Modified: trunk/target/linux/kirkwood/patches-3.14/160-ea4500.patch =================================================================== --- trunk/target/linux/kirkwood/patches-3.14/160-ea4500.patch 2014-12-01 21:30:35 UTC (rev 43486) +++ trunk/target/linux/kirkwood/patches-3.14/160-ea4500.patch 2014-12-01 21:30:40 UTC (rev 43487) @@ -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 { Modified: trunk/target/linux/kirkwood/profiles/115-router.mk =================================================================== --- trunk/target/linux/kirkwood/profiles/115-router.mk 2014-12-01 21:30:35 UTC (rev 43486) +++ trunk/target/linux/kirkwood/profiles/115-router.mk 2014-12-01 21:30:40 UTC (rev 43487) @@ -25,7 +25,7 @@ NAME:=Linksys EA4500 PACKAGES:= \ kmod-mwl8k kmod-usb2 kmod-usb-storage \ - uboot-envtools + swconfig uboot-envtools endef define Profile/EA4500/Description _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
