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 missing #address/size-cells to DSIn

Panels/DRM bridges definitely don't need 64bits of address space and
are usually not 32-bit wide. Set address-cells to 1 and size-cells to
0.

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

authored by

Konrad Dybcio and committed by
Bjorn Andersson
6636818e a63a420d

+6
+6
arch/arm64/boot/dts/qcom/sm8350.dtsi
··· 2913 2913 2914 2914 phys = <&mdss_dsi0_phy>; 2915 2915 2916 + #address-cells = <1>; 2917 + #size-cells = <0>; 2918 + 2916 2919 status = "disabled"; 2917 2920 2918 2921 dsi0_opp_table: opp-table { ··· 3010 3007 power-domains = <&rpmhpd SM8350_MMCX>; 3011 3008 3012 3009 phys = <&mdss_dsi1_phy>; 3010 + 3011 + #address-cells = <1>; 3012 + #size-cells = <0>; 3013 3013 3014 3014 status = "disabled"; 3015 3015