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

arm64: dts: qcom: align SPMI PMIC regulators node name with dtschema

Bindings expect regulators node name to be "regulators":

  qcom/sdm630-sony-xperia-nile-voyager.dtb: pmic@3: 'pm660l-regulators' does not match any of the regexes
Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: default avatarStephen Boyd <sboyd@kernel.org>
Reviewed-by: default avatarVinod Koul <vkoul@kernel.org>
Reviewed-by: default avatarDavid Heidelberg <david@ixit.cz>
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20220828084341.112146-8-krzysztof.kozlowski@linaro.org
parent fe913220
......@@ -187,7 +187,7 @@ pmic@1 {
#address-cells = <1>;
#size-cells = <0>;
pm660_spmi_regulators: pm660-regulators {
pm660_spmi_regulators: regulators {
compatible = "qcom,pm660-regulators";
};
};
......
......@@ -81,7 +81,7 @@ pm660l_wled: leds@d800 {
status = "disabled";
};
pm660l_spmi_regulators: pm660l-regulators {
pm660l_spmi_regulators: regulators {
compatible = "qcom,pm660l-regulators";
};
};
......
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