arm64: dts: qcom: sdm845-db845c: Fix hdmi nodes
authorVinod Koul <vkoul@kernel.org>
Fri, 28 Aug 2020 07:43:47 +0000 (13:13 +0530)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Sun, 30 Aug 2020 17:21:21 +0000 (17:21 +0000)
As per binding documentation, we should have dsi as node 0 and hdmi
audio as node 1, so fix it

Reported-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Fixes: aef9a119dfb9 ("arm64: dts: qcom: sdm845-db845c: Add hdmi bridge nodes")
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Link: https://lore.kernel.org/r/20200828074347.3788518-1-vkoul@kernel.org
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
arch/arm64/boot/dts/qcom/sdm845-db845c.dts

index a2a9868..99d3395 100644 (file)
                        port@0 {
                                reg = <0>;
 
-                               lt9611_out: endpoint {
-                                       remote-endpoint = <&hdmi_con>;
+                               lt9611_a: endpoint {
+                                       remote-endpoint = <&dsi0_out>;
                                };
                        };
 
-                       port@1 {
-                               reg = <1>;
+                       port@2 {
+                               reg = <2>;
 
-                               lt9611_a: endpoint {
-                                       remote-endpoint = <&dsi0_out>;
+                               lt9611_out: endpoint {
+                                       remote-endpoint = <&hdmi_con>;
                                };
                        };
                };