arm64: dts: qcom: sc8180x-pmics: align SPMI PMIC Power-on node name with dtschema
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Thu, 20 Jul 2023 08:34:59 +0000 (10:34 +0200)
committerBjorn Andersson <andersson@kernel.org>
Sat, 22 Jul 2023 05:12:32 +0000 (22:12 -0700)
Bindings expect the Power-on node name to be "pon":

  sc8180x-lenovo-flex-5g.dtb: pmic@0: 'power-on@800' does not match any of the regexes:

Fixes: d3302290f59e ("arm64: dts: qcom: sc8180x: Add pmics")
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Vinod Koul <vkoul@kernel.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20230720083500.73554-3-krzysztof.kozlowski@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/sc8180x-pmics.dtsi

index 53b283e..bc17d22 100644 (file)
@@ -74,7 +74,7 @@
                #address-cells = <1>;
                #size-cells = <0>;
 
-               pon: power-on@800 {
+               pon: pon@800 {
                        compatible = "qcom,pm8916-pon";
                        reg = <0x0800>;
                        pwrkey {
                #address-cells = <1>;
                #size-cells = <0>;
 
-               power-on@800 {
+               pon@800 {
                        compatible = "qcom,pm8916-pon";
                        reg = <0x0800>;