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 <quic_kshivnan@quicinc.com>
This commit is contained in:
@@ -2451,8 +2451,6 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
cpucp: qcom,cpucp@17400000 {
|
cpucp: qcom,cpucp@17400000 {
|
||||||
#address-cells = <2>;
|
|
||||||
#size-cells = <2>;
|
|
||||||
compatible = "qcom,cpucp";
|
compatible = "qcom,cpucp";
|
||||||
reg = <0x17d90000 0x2000>,
|
reg = <0x17d90000 0x2000>,
|
||||||
<0x17400000 0x10>;
|
<0x17400000 0x10>;
|
||||||
|
Reference in New Issue
Block a user