From 7f20975b904bb1263de95a3c7d2b172b84907d7f Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Tue, 27 Oct 2020 13:13:20 +0100 Subject: [PATCH] Revert "arm64: dts: qcom: sdm845-db845c: Fix hdmi nodes" This reverts commit bca4339bda0989e49189c164795b120eb261970c. It causes build breakage in the db845c_gki_defconfig Signed-off-by: Greg Kroah-Hartman Change-Id: I4c73e66f0a89cf3ed96fd67b49c9103f35db0e8a --- arch/arm64/boot/dts/qcom/sdm845-db845c.dts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/arch/arm64/boot/dts/qcom/sdm845-db845c.dts b/arch/arm64/boot/dts/qcom/sdm845-db845c.dts index 8ac1465ce59e..1dbacfe6fc69 100644 --- a/arch/arm64/boot/dts/qcom/sdm845-db845c.dts +++ b/arch/arm64/boot/dts/qcom/sdm845-db845c.dts @@ -562,16 +562,16 @@ port@0 { reg = <0>; - lt9611_a: endpoint { - remote-endpoint = <&dsi0_out>; + lt9611_out: endpoint { + remote-endpoint = <&hdmi_con>; }; }; - port@2 { - reg = <2>; + port@1 { + reg = <1>; - lt9611_out: endpoint { - remote-endpoint = <&hdmi_con>; + lt9611_a: endpoint { + remote-endpoint = <&dsi0_out>; }; }; };