[PATCH 05/16] arm64: dts: qcom: sm8550: remove address/size-cells from mdss_dsi1

From: Tengfei Fan
Date: Fri Nov 17 2023 - 05:19:16 EST


Address/size-cells will cause dtbs check warning, because mdss_dsi1 node
have not ranges and child also have not reg, so remove address/size-cells.

Signed-off-by: Tengfei Fan <quic_tengfan@xxxxxxxxxxx>
---
arch/arm64/boot/dts/qcom/sm8550.dtsi | 3 ---
1 file changed, 3 deletions(-)

diff --git a/arch/arm64/boot/dts/qcom/sm8550.dtsi b/arch/arm64/boot/dts/qcom/sm8550.dtsi
index 52e8f4c52426..4d3650ad5d87 100644
--- a/arch/arm64/boot/dts/qcom/sm8550.dtsi
+++ b/arch/arm64/boot/dts/qcom/sm8550.dtsi
@@ -2771,9 +2771,6 @@
phys = <&mdss_dsi1_phy>;
phy-names = "dsi";

- #address-cells = <1>;
- #size-cells = <0>;
-
status = "disabled";

ports {
--
2.17.1