Skip to content

Commit 6b0e06d

Browse files
committed
Revert "ARM: dts: sun8i: h3: Enable dwmac-sun8i on the Beelink X2"
This reverts commit ddb5625. 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>
1 parent 359b5a1 commit 6b0e06d

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

arch/arm/boot/dts/sun8i-h3-beelink-x2.dts

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353

5454
aliases {
5555
serial0 = &uart0;
56-
ethernet0 = &emac;
56+
/* ethernet0 is the H3 emac, defined in sun8i-h3.dtsi */
5757
ethernet1 = &sdiowifi;
5858
};
5959

@@ -108,13 +108,6 @@
108108
status = "okay";
109109
};
110110

111-
&emac {
112-
phy-handle = <&int_mii_phy>;
113-
phy-mode = "mii";
114-
allwinner,leds-active-low;
115-
status = "okay";
116-
};
117-
118111
&ir {
119112
pinctrl-names = "default";
120113
pinctrl-0 = <&ir_pins_a>;

0 commit comments

Comments
 (0)