Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

arm64: dts: qcom: sm8350: Hook up DSI1 to MDP

Somehow DSI1 was not hooked up to MDP resulting in it not working.
Fix it.

Fixes: d4a4410583ed ("arm64: dts: qcom: sm8350: Add display system nodes")
Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230120210101.2146852-8-konrad.dybcio@linaro.org

authored by

Konrad Dybcio and committed by
Bjorn Andersson
b904227a 2a07efb8

+8
+8
arch/arm64/boot/dts/qcom/sm8350.dtsi
··· 2879 2879 remote-endpoint = <&mdss_dsi0_in>; 2880 2880 }; 2881 2881 }; 2882 + 2883 + port@1 { 2884 + reg = <1>; 2885 + dpu_intf2_out: endpoint { 2886 + remote-endpoint = <&mdss_dsi1_in>; 2887 + }; 2888 + }; 2882 2889 }; 2883 2890 }; 2884 2891 ··· 3054 3047 port@0 { 3055 3048 reg = <0>; 3056 3049 mdss_dsi1_in: endpoint { 3050 + remote-endpoint = <&dpu_intf2_out>; 3057 3051 }; 3058 3052 }; 3059 3053