From 8a4da4fd9eb33e414e9ad2d2c643dd35281968d3 Mon Sep 17 00:00:00 2001 From: Shivnandan Kumar Date: Thu, 10 Oct 2024 16:50:51 +0530 Subject: [PATCH] ARM: dts: msm: Fix address-cells and size-cells in cpucp node Remove #address-cells and #size-cells properties from the cpucp node as they are identical to those in the parent node, allowing them to be inherited. Change-Id: Ief29334722acf4e525d4d510a54840c26d3e594a Signed-off-by: Shivnandan Kumar --- qcom/tuna.dtsi | 2 -- 1 file changed, 2 deletions(-) diff --git a/qcom/tuna.dtsi b/qcom/tuna.dtsi index e10b906e..bbc2b9da 100644 --- a/qcom/tuna.dtsi +++ b/qcom/tuna.dtsi @@ -2451,8 +2451,6 @@ }; cpucp: qcom,cpucp@17400000 { - #address-cells = <2>; - #size-cells = <2>; compatible = "qcom,cpucp"; reg = <0x17d90000 0x2000>, <0x17400000 0x10>;