Skip to content

Commit 7389172

Browse files
codekippermripard
authored andcommitted
ARM: dts: sun8i: h3: Enable dwmac-sun8i on the Beelink X2
The enabling of the EMAC was reverted as there was an issue on how to handle the integrated PHY and it was getting close to the release window (fe45174 ("arm: dts: sunxi: Revert EMAC changes")). When a solution was found, then the changes were restored in 4b236a0 ("arm: dts: sunxi: h3/h5: Restore EMAC changes") and 4904337 ("ARM: dts: sunxi: Restore EMAC changes (boards)"). Unfortunately enabling for the Beelink X2 was missed. This reverts partially commit 6b0e06d (Revert "ARM: dts: sun8i: h3: Enable dwmac-sun8i on the Beelink X2") Signed-off-by: Marcus Cooper <codekipper@gmail.com> Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
1 parent 77ad0f2 commit 7389172

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,13 @@
123123
status = "okay";
124124
};
125125

126+
&emac {
127+
phy-handle = <&int_mii_phy>;
128+
phy-mode = "mii";
129+
allwinner,leds-active-low;
130+
status = "okay";
131+
};
132+
126133
&hdmi {
127134
status = "okay";
128135
};

0 commit comments

Comments
 (0)