From 6d44454ad1c16612912c65bb95948a0feb838378 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. Change-Id: Iec11cd246f86e35d0330103143182c6aee94959e Signed-off-by: Shilpa Suresh --- 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 d6bc3028..d1e9e838 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>;