Skip to content

Commit 5080fde

Browse files
hongyang-rpgregkh
authored andcommitted
arm64: dts: qcom: qcs6490-rubikpi3: Use lt9611 DSI Port B
[ Upstream commit ebcf224 ] 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: f055a39 ("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> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent ff82b32 commit 5080fde

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

arch/arm64/boot/dts/qcom/qcs6490-thundercomm-rubikpi3.dts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -755,10 +755,10 @@
755755
#address-cells = <1>;
756756
#size-cells = <0>;
757757

758-
port@0 {
759-
reg = <0>;
758+
port@1 {
759+
reg = <1>;
760760

761-
lt9611_a: endpoint {
761+
lt9611_b: endpoint {
762762
remote-endpoint = <&mdss_dsi0_out>;
763763
};
764764
};
@@ -801,7 +801,7 @@
801801
};
802802

803803
&mdss_dsi0_out {
804-
remote-endpoint = <&lt9611_a>;
804+
remote-endpoint = <&lt9611_b>;
805805
data-lanes = <0 1 2 3>;
806806
};
807807

0 commit comments

Comments
 (0)