From: Marc Zyngier Date: Thu, 8 Jun 2017 10:42:43 +0000 (+0100) Subject: arm64: dts: marvell: 8040-mcbin: Enable 1GB Ethernet X-Git-Tag: v4.13-rc1~165^2^2~21 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2a32465912d49024653f2c1a5117f3323be2b65b;p=platform%2Fkernel%2Flinux-exynos.git arm64: dts: marvell: 8040-mcbin: Enable 1GB Ethernet Enable the 1GB Ethernet interface that lives on the slave CP110, with its corresponding phy (that oddly lives on the master CP110). Signed-off-by: Marc Zyngier Signed-off-by: Gregory CLEMENT --- diff --git a/arch/arm64/boot/dts/marvell/armada-8040-mcbin.dts b/arch/arm64/boot/dts/marvell/armada-8040-mcbin.dts index 100861a..fe56efc 100644 --- a/arch/arm64/boot/dts/marvell/armada-8040-mcbin.dts +++ b/arch/arm64/boot/dts/marvell/armada-8040-mcbin.dts @@ -115,6 +115,12 @@ status = "okay"; }; +&cpm_mdio { + ge_phy: ethernet-phy@0 { + reg = <0>; + }; +}; + &cpm_sata0 { /* CPM Lane 0 - U29 */ status = "okay"; @@ -138,6 +144,17 @@ status = "okay"; }; +&cps_ethernet { + status = "okay"; +}; + +&cps_eth1 { + /* CPS Lane 0 - J5 (Gigabit RJ45) */ + status = "okay"; + phy = <&ge_phy>; + phy-mode = "sgmii"; +}; + &cps_sata0 { /* CPS Lane 1 - U32 */ /* CPS Lane 3 - U31 */