From: Konrad Dybcio Date: Fri, 20 Jan 2023 21:00:54 +0000 (+0100) Subject: arm64: dts: qcom: sm8350: Add missing #address/size-cells to DSIn X-Git-Tag: v6.6.17~5549^2~3^2~79 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6636818ecf0f1d448360835017473cf94a0ee967;p=platform%2Fkernel%2Flinux-rpi.git 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 Reviewed-by: Dmitry Baryshkov Signed-off-by: Bjorn Andersson Link: https://lore.kernel.org/r/20230120210101.2146852-2-konrad.dybcio@linaro.org --- diff --git a/arch/arm64/boot/dts/qcom/sm8350.dtsi b/arch/arm64/boot/dts/qcom/sm8350.dtsi index e466dd8..53f17d4 100644 --- a/arch/arm64/boot/dts/qcom/sm8350.dtsi +++ b/arch/arm64/boot/dts/qcom/sm8350.dtsi @@ -2913,6 +2913,9 @@ phys = <&mdss_dsi0_phy>; + #address-cells = <1>; + #size-cells = <0>; + status = "disabled"; dsi0_opp_table: opp-table { @@ -3008,6 +3011,9 @@ phys = <&mdss_dsi1_phy>; + #address-cells = <1>; + #size-cells = <0>; + status = "disabled"; dsi1_opp_table: opp-table {