[PATCH 06/11] arm64: dts: qcom: sdx75: Rename AOSS_QMP to power-management
Konrad Dybcio
konradybcio at kernel.org
Thu Mar 6 18:11:18 UTC 2025
From: Konrad Dybcio <konrad.dybcio at oss.qualcomm.com>
The node is currently named power-controller, which requires the device
underneath is a power domain provider. Rename it to align with other
SoCs and resolve this sort of warnings:
power-controller at c310000: '#power-domain-cells' is a required property
Fixes: 91f767eb6938 ("arm64: dts: qcom: sdx75: Add AOSS node")
Signed-off-by: Konrad Dybcio <konrad.dybcio at oss.qualcomm.com>
---
arch/arm64/boot/dts/qcom/sdx75.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/qcom/sdx75.dtsi b/arch/arm64/boot/dts/qcom/sdx75.dtsi
index 8da2383861e4321d91be0e23a2f1ade9914e8416..8e63f635a3275794d8ce248b65ae2cbc1e60072c 100644
--- a/arch/arm64/boot/dts/qcom/sdx75.dtsi
+++ b/arch/arm64/boot/dts/qcom/sdx75.dtsi
@@ -1079,7 +1079,7 @@ pdc: interrupt-controller at b220000 {
interrupt-controller;
};
- aoss_qmp: power-controller at c310000 {
+ aoss_qmp: power-management at c310000 {
compatible = "qcom,sdx75-aoss-qmp", "qcom,aoss-qmp";
reg = <0 0x0c310000 0 0x1000>;
interrupt-parent = <&ipcc>;
--
2.48.1
More information about the dri-devel
mailing list