From: Krzysztof Kozlowski Date: Sat, 24 Dec 2022 15:42:51 +0000 (+0100) Subject: arm64: dts: qcom: msm8996: align bus node names with DT schema X-Git-Tag: v6.6.7~3530^2~45^2~197 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=496b308f0988f3fb610073e125da8ef8065b334f;p=platform%2Fkernel%2Flinux-starfive.git arm64: dts: qcom: msm8996: align bus node names with DT schema The node names should be generic and the bindings expect "bus" for simple-bus nodes: msm8996-mtp.dtb: agnoc@0: $nodename:0: 'agnoc@0' does not match '^bus(@[0-9a-f]+)?$' Signed-off-by: Krzysztof Kozlowski Reviewed-by: Konrad Dybcio Signed-off-by: Bjorn Andersson Link: https://lore.kernel.org/r/20221224154255.43499-1-krzysztof.kozlowski@linaro.org --- diff --git a/arch/arm64/boot/dts/qcom/msm8996.dtsi b/arch/arm64/boot/dts/qcom/msm8996.dtsi index 74c4d14..87ff66e 100644 --- a/arch/arm64/boot/dts/qcom/msm8996.dtsi +++ b/arch/arm64/boot/dts/qcom/msm8996.dtsi @@ -1818,7 +1818,7 @@ #interrupt-cells = <4>; }; - agnoc@0 { + bus@0 { power-domains = <&gcc AGGRE0_NOC_GDSC>; compatible = "simple-pm-bus"; #address-cells = <1>;