From d129b2add35938024e2891360962fc0ce837fe9f Mon Sep 17 00:00:00 2001 From: Ayyagari Ushasreevalli Date: Thu, 30 May 2024 13:07:03 +0530 Subject: [PATCH] ARM: dts: msm: Uncomment compatible string for PMIC drivers Uncomment compatible string qcom,qpnp-power-on, qcom, qpnp-pm5100-smblite, qcom,pm5100-gpio, qcom,pm5100-rtc from pm5100.dtsi. Change-Id: I62379df9f18d40fc540a7f1512e84e60f7a51a23 Signed-off-by: Ayyagari Ushasreevalli --- qcom/pm5100.dtsi | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/qcom/pm5100.dtsi b/qcom/pm5100.dtsi index 3d303c4c..d492a3c1 100644 --- a/qcom/pm5100.dtsi +++ b/qcom/pm5100.dtsi @@ -24,7 +24,7 @@ #size-cells = <0>; pon_hlos@1300 { - /* compatible = "qcom,qpnp-power-on"; */ + compatible = "qcom,qpnp-power-on"; reg = <0x1300>; interrupts = <0x0 0x13 0x7 IRQ_TYPE_EDGE_BOTH>, <0x0 0x13 0x6 IRQ_TYPE_EDGE_BOTH>; @@ -42,7 +42,7 @@ }; pm5100_charger: qcom,qpnp-smblite { - /* compatible = "qcom,qpnp-pm5100-smblite"; */ + compatible = "qcom,qpnp-pm5100-smblite"; #address-cells = <1>; #size-cells = <1>; #cooling-cells = <2>; @@ -240,7 +240,7 @@ }; pm5100_gpios: pinctrl@8800 { - /* compatible = "qcom,pm5100-gpio"; */ + compatible = "qcom,pm5100-gpio"; reg = <0x8800>; gpio-controller; #gpio-cells = <2>; @@ -249,7 +249,7 @@ }; pm5100_rtc: rtc@6400 { - /* compatible = "qcom,pm5100-rtc"; */ + compatible = "qcom,pm5100-rtc"; reg = <0x6400>, <0x6500>; reg-names = "rtc", "alarm"; interrupts = <0x0 0x65 0x1 IRQ_TYPE_EDGE_RISING>; @@ -344,7 +344,7 @@ pm5100_qbg: qpnp,qbg@4f00 { status = "disabled"; - /* compatible = "qcom,qbg"; */ + compatible = "qcom,qbg"; #address-cells = <1>; reg = <0x4f00>; interrupt-names = "qbg-sdam", "qbg-vbatt-empty";