Commit bf520227 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Bjorn Andersson

arm64: dts: qcom: sc8180x-pmics: align SPMI PMIC Power-on node name with dtschema

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: d3302290 ("arm64: dts: qcom: sc8180x: Add pmics")
Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: default avatarVinod Koul <vkoul@kernel.org>
Reviewed-by: default avatarKonrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20230720083500.73554-3-krzysztof.kozlowski@linaro.orgSigned-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent 565951b1
...@@ -74,7 +74,7 @@ pmc8180_0: pmic@0 { ...@@ -74,7 +74,7 @@ pmc8180_0: pmic@0 {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
pon: power-on@800 { pon: pon@800 {
compatible = "qcom,pm8916-pon"; compatible = "qcom,pm8916-pon";
reg = <0x0800>; reg = <0x0800>;
pwrkey { pwrkey {
...@@ -247,7 +247,7 @@ pmic@4 { ...@@ -247,7 +247,7 @@ pmic@4 {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
power-on@800 { pon@800 {
compatible = "qcom,pm8916-pon"; compatible = "qcom,pm8916-pon";
reg = <0x0800>; reg = <0x0800>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment