diff options
| author | Bjorn Andersson <[email protected]> | 2024-05-25 10:54:07 -0700 |
|---|---|---|
| committer | Bjorn Andersson <[email protected]> | 2024-05-26 18:58:27 -0500 |
| commit | 8ed45f79142caeefa42e98eb243df35746123c09 (patch) | |
| tree | 91e15feb43665f59d224913e9d69167a256e4994 | |
| parent | 6314184be3910c956def78c6899f58c70100372b (diff) | |
arm64: dts: qcom: sc8180x: Fix aoss_qmp node
The #power-domains property is no longer accepted according to the AOSS
QMP binding, drop it from the node.
Signed-off-by: Bjorn Andersson <[email protected]>
Reviewed-by: Dmitry Baryshkov <[email protected]>
Link: https://lore.kernel.org/r/20240525-sc8180x-aop-validation-fix-v1-1-66cfa3c9ccf6@quicinc.com
Signed-off-by: Bjorn Andersson <[email protected]>
| -rw-r--r-- | arch/arm64/boot/dts/qcom/sc8180x.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/qcom/sc8180x.dtsi b/arch/arm64/boot/dts/qcom/sc8180x.dtsi index 2be1a5ab0e60..788ebb20651d 100644 --- a/arch/arm64/boot/dts/qcom/sc8180x.dtsi +++ b/arch/arm64/boot/dts/qcom/sc8180x.dtsi @@ -3361,7 +3361,6 @@ mboxes = <&apss_shared 0>; #clock-cells = <0>; - #power-domain-cells = <1>; }; sram@c3f0000 { |