diff options
author | Dmitry Baryshkov <[email protected]> | 2024-05-29 17:47:06 +0300 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2024-05-31 18:07:43 -0500 |
commit | c39ce4b0a556408128fe11c25d22b7ba1d4a1c94 (patch) | |
tree | 4ac90b594e09ae3f7be57e4dab02bc62a914cb40 | |
parent | c514f760b504fcb5bb34ea8daeb26f13c3561d95 (diff) |
ARM: dts: qcom: ipq8064: drop #power-domain-cells property of GCC
On IPQ8064 the Global Clock Controller (GCC) doesn't provide power
domains. Drop the #power-domain-cells property from the controller
device node.
Signed-off-by: Dmitry Baryshkov <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/qcom/qcom-ipq8064.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/qcom/qcom-ipq8064.dtsi b/arch/arm/boot/dts/qcom/qcom-ipq8064.dtsi index f128510d8445..12cf85441a0b 100644 --- a/arch/arm/boot/dts/qcom/qcom-ipq8064.dtsi +++ b/arch/arm/boot/dts/qcom/qcom-ipq8064.dtsi @@ -519,7 +519,6 @@ reg = <0x00900000 0x4000>; #clock-cells = <1>; #reset-cells = <1>; - #power-domain-cells = <1>; tsens: thermal-sensor { compatible = "qcom,ipq8064-tsens"; |