diff mbox series

[v2,1/3] ARM: dts: qcom: pm8226: fix regulators node name

Message ID 20221031175119.939860-1-luca@z3ntu.xyz (mailing list archive)
State Accepted
Headers show
Series [v2,1/3] ARM: dts: qcom: pm8226: fix regulators node name | expand

Commit Message

Luca Weiss Oct. 31, 2022, 5:51 p.m. UTC
Adjust the node name to match bindings and fix the validation warning.

Reviewed-by: Konrad Dybcio <konrad.dybcio@somainline.org>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Signed-off-by: Luca Weiss <luca@z3ntu.xyz>
---
Changes in v2:
* Pick up tags

 arch/arm/boot/dts/qcom-pm8226.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Bjorn Andersson Nov. 8, 2022, 1:27 a.m. UTC | #1
On Mon, 31 Oct 2022 18:51:16 +0100, Luca Weiss wrote:
> Adjust the node name to match bindings and fix the validation warning.
> 
> 

Applied, thanks!

[1/3] ARM: dts: qcom: pm8226: fix regulators node name
      commit: f206bbb6e1d0ec59d8662222637bca9c0216464a
[2/3] ARM: dts: qcom: pm8941: adjust coincell node name to bindings
      commit: 7c0682e7a46d1190ecf43a8e92214f237cc978a9
[3/3] arm64: dts: qcom: pm8998: adjust coincell node name to bindings
      commit: 4ab3acd6379242281d4a55acfd6441830f1984a0

Best regards,
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/qcom-pm8226.dtsi b/arch/arm/boot/dts/qcom-pm8226.dtsi
index 0c10fa16a0f3..eb36d3662464 100644
--- a/arch/arm/boot/dts/qcom-pm8226.dtsi
+++ b/arch/arm/boot/dts/qcom-pm8226.dtsi
@@ -108,7 +108,7 @@  pm8226_1: pm8226@1 {
 		#address-cells = <1>;
 		#size-cells = <0>;
 
-		pm8226_spmi_regulators: pm8226-regulators {
+		pm8226_spmi_regulators: regulators {
 			compatible = "qcom,pm8226-regulators";
 		};