Skip to content

Commit

Permalink
ARM: dts: sun8i: h3: Enable dwmac-sun8i on the Beelink X2
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Maxime Ripard <[email protected]>
  • Loading branch information
codekipper authored and mripard committed Jul 5, 2018
1 parent 77ad0f2 commit 7389172
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions arch/arm/boot/dts/sun8i-h3-beelink-x2.dts
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,13 @@
status = "okay";
};

&emac {
phy-handle = <&int_mii_phy>;
phy-mode = "mii";
allwinner,leds-active-low;
status = "okay";
};

&hdmi {
status = "okay";
};
Expand Down

0 comments on commit 7389172

Please sign in to comment.