ARM: dts: msm: Add changes to support PON Log driver for monaco

Add changes to support PON log driver for monaco.

Change-Id: Ieefdc1212fb7caf1e1cf2fa1694933d6eba1129f
This commit is contained in:
Umang Chheda
2022-10-14 18:37:55 +05:30
parent b355f1f6d5
commit 5bbc18ef8e
2 changed files with 11 additions and 0 deletions

View File

@@ -54,6 +54,12 @@
linux,can-disable;
};
};
pmic-pon-log {
compatible = "qcom,pmic-pon-log";
nvmem = <&pm5100_sdam_5>;
nvmem-names = "pon_log";
};
};
&pm5100_adc {

View File

@@ -299,6 +299,11 @@
};
pm5100_sdam_5: sdam@7400 {
compatible = "qcom,spmi-sdam";
reg = <0x7400>;
};
pm5100_sdam_7: sdam@7600 {
compatible = "qcom,spmi-sdam";
reg = <0x7600>;