From: Corentin Labbe Date: Wed, 31 May 2017 07:18:44 +0000 (+0200) Subject: arm: sun8i: nanopi-neo: Enable dwmac-sun8i X-Git-Tag: v4.13-rc1~168^2~13^2~4 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=378af662f8d4a30ceddae1e5c5d1acb6da7f9796;p=karo-tx-linux.git arm: sun8i: nanopi-neo: Enable dwmac-sun8i The dwmac-sun8i hardware is present on the NanoPi Neo. It uses the internal PHY. This patch create the needed emac node. Signed-off-by: Corentin Labbe Signed-off-by: Maxime Ripard --- diff --git a/arch/arm/boot/dts/sun8i-h3-nanopi-neo.dts b/arch/arm/boot/dts/sun8i-h3-nanopi-neo.dts index 8d2cc6e9a03f..78f6c24952dd 100644 --- a/arch/arm/boot/dts/sun8i-h3-nanopi-neo.dts +++ b/arch/arm/boot/dts/sun8i-h3-nanopi-neo.dts @@ -46,3 +46,10 @@ model = "FriendlyARM NanoPi NEO"; compatible = "friendlyarm,nanopi-neo", "allwinner,sun8i-h3"; }; + +&emac { + phy-handle = <&int_mii_phy>; + phy-mode = "mii"; + allwinner,leds-active-low; + status = "okay"; +};