summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/sun8i-h3-nanopi-neo.dts
diff options
context:
space:
mode:
authorAndre Przywara <andre.przywara@arm.com>2018-04-04 01:31:18 +0100
committerJagan Teki <jagan@amarulasolutions.com>2018-04-04 11:31:35 +0530
commite88d2a57f3a01c774471e32bf35d871682cfffe8 (patch)
tree75c8d5d60eaa59b314bba7dced6c7f5d14444c8d /arch/arm/dts/sun8i-h3-nanopi-neo.dts
parent06a57f656b606906d541426845a81d4de4aa491c (diff)
downloadu-boot-e88d2a57f3a01c774471e32bf35d871682cfffe8.tar.gz
u-boot-e88d2a57f3a01c774471e32bf35d871682cfffe8.tar.xz
u-boot-e88d2a57f3a01c774471e32bf35d871682cfffe8.zip
arm: dts: sunxi: update H3 to new EMAC binding
The U-Boot driver for the sun8i-emac was using some preliminary DT binding. Now since Linux got its own driver in v4.15 and our driver can now cope with both bindings, let's convert the DT nodes used by the various H3 boards over to the new bindings used by the kernel. Signed-off-by: Andre Przywara <andre.przywara@arm.com> Acked-by: Maxime Ripard <maxime.ripard@bootlin.com> Reviewed-by: Jagan Teki <jagan@openedev.com>
Diffstat (limited to 'arch/arm/dts/sun8i-h3-nanopi-neo.dts')
-rw-r--r--arch/arm/dts/sun8i-h3-nanopi-neo.dts6
1 files changed, 1 insertions, 5 deletions
diff --git a/arch/arm/dts/sun8i-h3-nanopi-neo.dts b/arch/arm/dts/sun8i-h3-nanopi-neo.dts
index 5113059098..78f6c24952 100644
--- a/arch/arm/dts/sun8i-h3-nanopi-neo.dts
+++ b/arch/arm/dts/sun8i-h3-nanopi-neo.dts
@@ -48,12 +48,8 @@
};
&emac {
- phy = <&phy1>;
+ phy-handle = <&int_mii_phy>;
phy-mode = "mii";
- allwinner,use-internal-phy;
allwinner,leds-active-low;
status = "okay";
- phy1: ethernet-phy@1 {
- reg = <1>;
- };
};