ARM: dts: qcom: add PMIC PON log device for Kalama

Add a PMIC PON log parser device which reads the log stored in
PMK8550 SDAM5 and SDAM6.

Change-Id: I880f4abf3a21023f1a36ec5e521b42385199ff43
This commit is contained in:
David Collins
2022-02-02 18:00:19 -08:00
parent 8f33308163
commit f350ec20ab
2 changed files with 11 additions and 0 deletions

View File

@@ -360,4 +360,10 @@
regulator-enable-ramp-delay = <1500>;
enable-active-high;
};
pmic-pon-log {
compatible = "qcom,pmic-pon-log";
nvmem = <&pmk8550_sdam_5>, <&pmk8550_sdam_6>;
nvmem-names = "pon_log0", "pon_log1";
};
};

View File

@@ -53,6 +53,11 @@
reg = <0x7400>;
};
pmk8550_sdam_6: sdam@7500 {
compatible = "qcom,spmi-sdam";
reg = <0x7500>;
};
pmk8550_sdam_21: sdam@8400 {
compatible = "qcom,spmi-sdam";
reg = <0x8400>;