[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1575970087-11667-1-git-send-email-clabbe@baylibre.com>
Date: Tue, 10 Dec 2019 09:28:07 +0000
From: Corentin Labbe <clabbe@...libre.com>
To: mark.rutland@....com, mripard@...nel.org, robh+dt@...nel.org,
wens@...e.org, georgii.staroselskii@...id.com,
aleksandr.aleksandrov@...id.com
Cc: devicetree@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
linux-kernel@...r.kernel.org, Corentin Labbe <clabbe@...libre.com>
Subject: [PATCH] ARM: dts: allwinner: restore hdmi_con_in node
Compiling today next (20191210) fail to build with
arch/arm64/boot/dts/allwinner/sun50i-h5-emlid-neutis-n5-devboard.dts:53.25-55.4: ERROR (phandle_references): /soc/hdmi@...0000/ports/port@...ndpoint: Reference to non-existent node or label "hdmi_con_in"
This patch fixes the build by restoring this node.
Fixes: b120a822ef10 ("ARM: dts: allwinner: Split out non-SoC specific parts of Neutis N5")
Signed-off-by: Corentin Labbe <clabbe@...libre.com>
---
.../allwinner/sun50i-h5-emlid-neutis-n5-devboard.dts | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/arch/arm64/boot/dts/allwinner/sun50i-h5-emlid-neutis-n5-devboard.dts b/arch/arm64/boot/dts/allwinner/sun50i-h5-emlid-neutis-n5-devboard.dts
index fb96d356055e..d6cc6592cfa3 100644
--- a/arch/arm64/boot/dts/allwinner/sun50i-h5-emlid-neutis-n5-devboard.dts
+++ b/arch/arm64/boot/dts/allwinner/sun50i-h5-emlid-neutis-n5-devboard.dts
@@ -15,6 +15,17 @@
"emlid,neutis-n5",
"allwinner,sun50i-h5";
+ connector {
+ compatible = "hdmi-connector";
+ type = "a";
+
+ port {
+ hdmi_con_in: endpoint {
+ remote-endpoint = <&hdmi_out_con>;
+ };
+ };
+ };
+
vdd_cpux: gpio-regulator {
compatible = "regulator-gpio";
regulator-name = "vdd-cpux";
--
2.23.0
Powered by blists - more mailing lists