diff mbox series

[v2,2/3] ARM: dts: qcom: pm8941: adjust coincell node name to bindings

Message ID 20221031175119.939860-2-luca@z3ntu.xyz
State Accepted
Commit 7c0682e7a46d1190ecf43a8e92214f237cc978a9
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
The spmi-pmic bindings say that pm8941-coincell should be called
'charger'.

Reviewed-by: Konrad Dybcio <konrad.dybcio@somainline.org>
Signed-off-by: Luca Weiss <luca@z3ntu.xyz>
---
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 mbox series

Patch

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