]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: qcom: qcs6490-rubikpi3: Use lt9611 DSI Port B
authorHongyang Zhao <hongyang.zhao@thundersoft.com>
Sat, 7 Feb 2026 07:32:56 +0000 (15:32 +0800)
committerBjorn Andersson <andersson@kernel.org>
Wed, 4 Mar 2026 19:04:12 +0000 (13:04 -0600)
The LT9611 HDMI bridge on RubikPi3 has DSI physically connected to
Port B. Update the devicetree to use port@1 which corresponds to
Port B input on the LT9611.

Fixes: f055a39f6874 ("arm64: dts: qcom: Add qcs6490-rubikpi3 board dts")
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Signed-off-by: Hongyang Zhao <hongyang.zhao@thundersoft.com>
Reviewed-by: Roger Shimizu <rosh@debian.org>
Tested-by: Roger Shimizu <rosh@debian.org>
Link: https://lore.kernel.org/r/20260207-rubikpi-next-20260116-v3-3-23b9aa189a3a@thundersoft.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/qcs6490-thundercomm-rubikpi3.dts

index 0b64a0b912021dcf8a3b6f8c8aacfa3fcc75d977..f47efca42d48d8fb33b93510866e27a83846b634 100644 (file)
                        #address-cells = <1>;
                        #size-cells = <0>;
 
-                       port@0 {
-                               reg = <0>;
+                       port@1 {
+                               reg = <1>;
 
-                               lt9611_a: endpoint {
+                               lt9611_b: endpoint {
                                        remote-endpoint = <&mdss_dsi0_out>;
                                };
                        };
 };
 
 &mdss_dsi0_out {
-       remote-endpoint = <&lt9611_a>;
+       remote-endpoint = <&lt9611_b>;
        data-lanes = <0 1 2 3>;
 };