summaryrefslogtreecommitdiff
path: root/qcom/pm5100.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'qcom/pm5100.dtsi')
-rwxr-xr-xqcom/pm5100.dtsi13
1 files changed, 11 insertions, 2 deletions
diff --git a/qcom/pm5100.dtsi b/qcom/pm5100.dtsi
index a4f3b005..15c1a55a 100755
--- a/qcom/pm5100.dtsi
+++ b/qcom/pm5100.dtsi
@@ -313,6 +313,14 @@
reg = <0x7600>;
};
+ pm5100_sdam_8: sdam@7700 {
+ compatible = "qcom,spmi-sdam";
+ reg = <0x7700>;
+ charger_soc: charger_soc@47 {
+ reg = <0x65 0x2>;
+ };
+ };
+
pm5100_sdam_22: sdam@8500 {
compatible = "qcom,spmi-sdam";
reg = <0x8500>;
@@ -333,8 +341,9 @@
compatible = "qcom,qbg";
#address-cells = <1>;
reg = <0x4f00>;
- interrupt-names = "qbg-sdam";
- interrupts = <0x0 0x76 0x1 IRQ_TYPE_EDGE_RISING>;
+ interrupt-names = "qbg-sdam", "qbg-vbatt-empty";
+ interrupts = <0x0 0x76 0x1 IRQ_TYPE_EDGE_RISING>,
+ <0x0 0x4F 0x1 IRQ_TYPE_EDGE_RISING>;
qcom,num-data-sdams = <5>;
qcom,sdam-base = <0x7600>;
qcom,adc-cmn-wb-base = <0x3000>;