Merge "ARM: dts: msm: Uncomment compatible string for PMIC drivers"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
150227040d
@@ -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";
|
||||
|
Reference in New Issue
Block a user