Merge "ARM: dts: msm: Uncomment compatible string for PMIC drivers"

This commit is contained in:
QCTECMDR Service
2024-07-26 11:57:26 -07:00
committed by Gerrit - the friendly Code Review server

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