Revert "ARM: dts: sun8i: h3: Enable dwmac-sun8i on the Beelink X2"
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Mon, 28 Aug 2017 08:49:50 +0000 (10:49 +0200)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Mon, 28 Aug 2017 08:56:32 +0000 (10:56 +0200)
This reverts commit ddb56254ae52acff7bd7fbd8f963e79bffc324d4. The EMAC
bindings have not stabilized yet, so we can't commit to keeping them
stable.

Acked-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
arch/arm/boot/dts/sun8i-h3-beelink-x2.dts

index 546837ccd8af546603efae850b3fdfbdbe7c9a8b..10da56e86ab800809e9f28b72bd9b94edf02a547 100644 (file)
@@ -53,7 +53,7 @@
 
        aliases {
                serial0 = &uart0;
-               ethernet0 = &emac;
+               /* ethernet0 is the H3 emac, defined in sun8i-h3.dtsi */
                ethernet1 = &sdiowifi;
        };
 
        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>;