2022-10-31 17:57:54

by Luca Weiss

[permalink] [raw]
Subject: [PATCH v2 1/3] ARM: dts: qcom: pm8226: fix regulators node name

Adjust the node name to match bindings and fix the validation warning.

Reviewed-by: Konrad Dybcio <[email protected]>
Reviewed-by: Krzysztof Kozlowski <[email protected]>
Reviewed-by: Neil Armstrong <[email protected]>
Signed-off-by: Luca Weiss <[email protected]>
---
Changes in v2:
* Pick up tags

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

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";
};

--
2.38.1



2022-10-31 18:25:34

by Luca Weiss

[permalink] [raw]
Subject: [PATCH v2 2/3] ARM: dts: qcom: pm8941: adjust coincell node name to bindings

The spmi-pmic bindings say that pm8941-coincell should be called
'charger'.

Reviewed-by: Konrad Dybcio <[email protected]>
Signed-off-by: Luca Weiss <[email protected]>
---
Changes in v2:
* Drop misc@ -> extcon@ change, will be separate patch
* Pick up tags

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

diff --git a/arch/arm/boot/dts/qcom-pm8941.dtsi b/arch/arm/boot/dts/qcom-pm8941.dtsi
index 1ac477878c67..7a4467e03aa1 100644
--- a/arch/arm/boot/dts/qcom-pm8941.dtsi
+++ b/arch/arm/boot/dts/qcom-pm8941.dtsi
@@ -131,7 +131,7 @@ pm8941_iadc: iadc@3600 {
qcom,external-resistor-micro-ohms = <10000>;
};

- pm8941_coincell: coincell@2800 {
+ pm8941_coincell: charger@2800 {
compatible = "qcom,pm8941-coincell";
reg = <0x2800>;
status = "disabled";
--
2.38.1


2022-11-08 02:46:53

by Bjorn Andersson

[permalink] [raw]
Subject: Re: (subset) [PATCH v2 1/3] ARM: dts: qcom: pm8226: fix regulators node name

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,
--
Bjorn Andersson <[email protected]>