From: Marcus Cooper Date: Sun, 23 Jul 2017 14:49:50 +0000 (+0200) Subject: ARM: dts: sun8i: h3: Enable dwmac-sun8i on the Beelink X2 X-Git-Tag: v4.14-rc1~66^2~3^2~15 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ddb56254ae52acff7bd7fbd8f963e79bffc324d4;p=platform%2Fkernel%2Flinux-rpi.git ARM: dts: sun8i: h3: Enable dwmac-sun8i on the Beelink X2 The dwmac-sun8i hardware is present on the Beelink X2. It uses the internal PHY. This patch create the needed emac node. Signed-off-by: Marcus Cooper Signed-off-by: Maxime Ripard [wens@csie.org: Fixed typo in commit subject] Signed-off-by: Chen-Yu Tsai --- diff --git a/arch/arm/boot/dts/sun8i-h3-beelink-x2.dts b/arch/arm/boot/dts/sun8i-h3-beelink-x2.dts index 10da56e..546837c 100644 --- a/arch/arm/boot/dts/sun8i-h3-beelink-x2.dts +++ b/arch/arm/boot/dts/sun8i-h3-beelink-x2.dts @@ -53,7 +53,7 @@ aliases { serial0 = &uart0; - /* ethernet0 is the H3 emac, defined in sun8i-h3.dtsi */ + ethernet0 = &emac; ethernet1 = &sdiowifi; }; @@ -108,6 +108,13 @@ status = "okay"; }; +&emac { + phy-handle = <&int_mii_phy>; + phy-mode = "mii"; + allwinner,leds-active-low; + status = "okay"; +}; + &ir { pinctrl-names = "default"; pinctrl-0 = <&ir_pins_a>;