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: Add mdss_ prefix to DSIn out labels

Add the mdss_ prefix to DSIn labels, so that the hardware blocks can
be organized near each other while retaining the alphabetical order
in device DTs when referencing by label.

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-7-konrad.dybcio@linaro.org

authored by

Konrad Dybcio and committed by
Bjorn Andersson
2a07efb8 e3e654ce

+6 -6
+1 -1
arch/arm64/boot/dts/qcom/sm8350-hdk.dts
··· 309 309 reg = <0>; 310 310 311 311 lt9611_a: endpoint { 312 - remote-endpoint = <&dsi0_out>; 312 + remote-endpoint = <&mdss_dsi0_out>; 313 313 }; 314 314 }; 315 315
+5 -5
arch/arm64/boot/dts/qcom/sm8350.dtsi
··· 2876 2876 port@0 { 2877 2877 reg = <0>; 2878 2878 dpu_intf1_out: endpoint { 2879 - remote-endpoint = <&dsi0_in>; 2879 + remote-endpoint = <&mdss_dsi0_in>; 2880 2880 }; 2881 2881 }; 2882 2882 }; ··· 2948 2948 2949 2949 port@0 { 2950 2950 reg = <0>; 2951 - dsi0_in: endpoint { 2951 + mdss_dsi0_in: endpoint { 2952 2952 remote-endpoint = <&dpu_intf1_out>; 2953 2953 }; 2954 2954 }; 2955 2955 2956 2956 port@1 { 2957 2957 reg = <1>; 2958 - dsi0_out: endpoint { 2958 + mdss_dsi0_out: endpoint { 2959 2959 }; 2960 2960 }; 2961 2961 }; ··· 3046 3046 3047 3047 port@0 { 3048 3048 reg = <0>; 3049 - dsi1_in: endpoint { 3049 + mdss_dsi1_in: endpoint { 3050 3050 }; 3051 3051 }; 3052 3052 3053 3053 port@1 { 3054 3054 reg = <1>; 3055 - dsi1_out: endpoint { 3055 + mdss_dsi1_out: endpoint { 3056 3056 }; 3057 3057 }; 3058 3058 };