From 95c5560197a9fbdf32f5bde217fcb0c103775419 Mon Sep 17 00:00:00 2001 From: Shilpa Suresh Date: Tue, 16 Jul 2024 13:08:01 +0530 Subject: [PATCH] ARM: dts: msm: Enable PM8010 nodes for Ravelin Compatible strings for the PM8008 chip and PM8010 regulator nodes were removed during the bulk DT porting for Ravelin on qcom-6.6 device-tree branch 'commit 1b78f8027a4fe ("ARM: dts: msm: Add initial device tree for ravelin")'. Add them back to enable the PM8010 regulator support. While at it, remove the PM8010's REVID device node references as they are not required for Ravelin. Signed-off-by: Shilpa Suresh Signed-off-by: Bruce Levy Change-Id: Id151f80718a56d78e581e7cb571978fb980b0dad --- qcom/ravelin-pmic-overlay.dtsi | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/qcom/ravelin-pmic-overlay.dtsi b/qcom/ravelin-pmic-overlay.dtsi index 1f90df0f..915a1d83 100644 --- a/qcom/ravelin-pmic-overlay.dtsi +++ b/qcom/ravelin-pmic-overlay.dtsi @@ -483,16 +483,13 @@ pinctrl-0 = <&pm8010m_active>; pm8010-chip@900 { + compatible = "qcom,pm8008-chip"; reg = <0x900>; PM8010M_EN: qcom,pm8008-chip-en { regulator-name = "pm8010m-chip-en"; }; }; - - qcom,revid@100 { - reg = <0x100>; - }; }; pm8010m@9 { @@ -502,6 +499,7 @@ #size-cells = <0>; qcom,pm8010m-regulator { + compatible = "qcom,pm8010-regulator"; #address-cells = <1>; #size-cells = <0>; @@ -570,16 +568,13 @@ pinctrl-0 = <&pm8010n_active>; pm8010-chip@900 { + compatible = "qcom,pm8008-chip"; reg = <0x900>; PM8010N_EN: qcom,pm8008-chip-en { regulator-name = "pm8010n-chip-en"; }; }; - - qcom,revid@100 { - reg = <0x100>; - }; }; pm8010n@d { @@ -589,6 +584,7 @@ #size-cells = <0>; qcom,pm8010n-regulator { + compatible = "qcom,pm8010-regulator"; #address-cells = <1>; #size-cells = <0>;