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 <quic_aushasre@quicinc.com>
This commit is contained in:
Ayyagari Ushasreevalli
2024-05-30 13:07:03 +05:30
parent 71d1b7a014
commit d129b2add3

View File

@@ -24,7 +24,7 @@
#size-cells = <0>; #size-cells = <0>;
pon_hlos@1300 { pon_hlos@1300 {
/* compatible = "qcom,qpnp-power-on"; */ compatible = "qcom,qpnp-power-on";
reg = <0x1300>; reg = <0x1300>;
interrupts = <0x0 0x13 0x7 IRQ_TYPE_EDGE_BOTH>, interrupts = <0x0 0x13 0x7 IRQ_TYPE_EDGE_BOTH>,
<0x0 0x13 0x6 IRQ_TYPE_EDGE_BOTH>; <0x0 0x13 0x6 IRQ_TYPE_EDGE_BOTH>;
@@ -42,7 +42,7 @@
}; };
pm5100_charger: qcom,qpnp-smblite { pm5100_charger: qcom,qpnp-smblite {
/* compatible = "qcom,qpnp-pm5100-smblite"; */ compatible = "qcom,qpnp-pm5100-smblite";
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
#cooling-cells = <2>; #cooling-cells = <2>;
@@ -240,7 +240,7 @@
}; };
pm5100_gpios: pinctrl@8800 { pm5100_gpios: pinctrl@8800 {
/* compatible = "qcom,pm5100-gpio"; */ compatible = "qcom,pm5100-gpio";
reg = <0x8800>; reg = <0x8800>;
gpio-controller; gpio-controller;
#gpio-cells = <2>; #gpio-cells = <2>;
@@ -249,7 +249,7 @@
}; };
pm5100_rtc: rtc@6400 { pm5100_rtc: rtc@6400 {
/* compatible = "qcom,pm5100-rtc"; */ compatible = "qcom,pm5100-rtc";
reg = <0x6400>, <0x6500>; reg = <0x6400>, <0x6500>;
reg-names = "rtc", "alarm"; reg-names = "rtc", "alarm";
interrupts = <0x0 0x65 0x1 IRQ_TYPE_EDGE_RISING>; interrupts = <0x0 0x65 0x1 IRQ_TYPE_EDGE_RISING>;
@@ -344,7 +344,7 @@
pm5100_qbg: qpnp,qbg@4f00 { pm5100_qbg: qpnp,qbg@4f00 {
status = "disabled"; status = "disabled";
/* compatible = "qcom,qbg"; */ compatible = "qcom,qbg";
#address-cells = <1>; #address-cells = <1>;
reg = <0x4f00>; reg = <0x4f00>;
interrupt-names = "qbg-sdam", "qbg-vbatt-empty"; interrupt-names = "qbg-sdam", "qbg-vbatt-empty";