Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

arm64: dts: qcom: sm8550: Fix the aoss_qmp node name

The proper name for it is power-management. Currently, with the node
name being power-controller, the bindings check fails due to the
property #power-domain-cells missing.

Fixes: ffc50b2d3828 ("arm64: dts: qcom: Add base SM8550 dtsi")
Signed-off-by: Abel Vesa <abel.vesa@linaro.org>
Reviewed-by: Sai Prakash Ranjan <quic_saipraka@quicinc.com>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230127131441.1157679-1-abel.vesa@linaro.org

authored by

Abel Vesa and committed by
Bjorn Andersson
3a63e478 c5658e52

+1 -1
+1 -1
arch/arm64/boot/dts/qcom/sm8550.dtsi
··· 2516 2516 #thermal-sensor-cells = <1>; 2517 2517 }; 2518 2518 2519 - aoss_qmp: power-controller@c300000 { 2519 + aoss_qmp: power-management@c300000 { 2520 2520 compatible = "qcom,sm8550-aoss-qmp", "qcom,aoss-qmp"; 2521 2521 reg = <0 0x0c300000 0 0x400>; 2522 2522 interrupt-parent = <&ipcc>;