mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
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: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Reviewed-by: Stephen Boyd <sboyd@kernel.org> Reviewed-by: Vinod Koul <vkoul@kernel.org> Reviewed-by: David Heidelberg <david@ixit.cz> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20220828084341.112146-8-krzysztof.kozlowski@linaro.org
This commit is contained in:
parent
fe9132202a
commit
c29ed5af6f
2 changed files with 2 additions and 2 deletions
|
@ -187,7 +187,7 @@
|
|||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
||||
pm660_spmi_regulators: pm660-regulators {
|
||||
pm660_spmi_regulators: regulators {
|
||||
compatible = "qcom,pm660-regulators";
|
||||
};
|
||||
};
|
||||
|
|
|
@ -81,7 +81,7 @@
|
|||
status = "disabled";
|
||||
};
|
||||
|
||||
pm660l_spmi_regulators: pm660l-regulators {
|
||||
pm660l_spmi_regulators: regulators {
|
||||
compatible = "qcom,pm660l-regulators";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue