ARM: dts: sun8i: h3: Re-enable EMAC on Orange Pi One
authorChen-Yu Tsai <wens@csie.org>
Tue, 17 Apr 2018 04:17:14 +0000 (12:17 +0800)
committerMaxime Ripard <maxime.ripard@bootlin.com>
Tue, 17 Apr 2018 09:18:04 +0000 (11:18 +0200)
In commit f0842bc5637c ("ARM: dts: sun8i: h3: Enable HDMI output on H3
boards"), the hunk that enabled HDMI for the Orange Pi One did not add a

    status = "okay";

line for the HDMI node, inadvertenly using the one for the EMAC. This
resulted in the EMAC now being disabled. Whether this was due to a
rebase error or some other mishap is unknown.

This patch re-enables the EMAC by adding the status line to its node.

Fixes: f0842bc5637c ("ARM: dts: sun8i: h3: Enable HDMI output on H3 boards")
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
arch/arm/boot/dts/sun8i-h3-orangepi-one.dts

index 3328fe583c9ba3f3d52bb615d33a0a9f03c29647..232f124ce62c0d241864e719aa17adf10f53f286 100644 (file)
        phy-handle = <&int_mii_phy>;
        phy-mode = "mii";
        allwinner,leds-active-low;
+       status = "okay";
 };
 
 &hdmi {