summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChen-Yu Tsai <wens@csie.org>2018-04-17 12:17:14 +0800
committerMaxime Ripard <maxime.ripard@bootlin.com>2018-04-17 11:18:04 +0200
commitaed5eb44d831fde393ba8072b8cb44df524fd989 (patch)
tree8777b82b9de8cbb88ac818bda7b55dba71ffd9db
parent60cc43fc888428bb2f18f08997432d426a243338 (diff)
downloadlinux-aed5eb44d831fde393ba8072b8cb44df524fd989.tar.gz
linux-aed5eb44d831fde393ba8072b8cb44df524fd989.tar.xz
ARM: dts: sun8i: h3: Re-enable EMAC on Orange Pi One
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>
-rw-r--r--arch/arm/boot/dts/sun8i-h3-orangepi-one.dts1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sun8i-h3-orangepi-one.dts b/arch/arm/boot/dts/sun8i-h3-orangepi-one.dts
index 3328fe583c9b..232f124ce62c 100644
--- a/arch/arm/boot/dts/sun8i-h3-orangepi-one.dts
+++ b/arch/arm/boot/dts/sun8i-h3-orangepi-one.dts
@@ -117,6 +117,7 @@
phy-handle = <&int_mii_phy>;
phy-mode = "mii";
allwinner,leds-active-low;
+ status = "okay";
};
&hdmi {