ARM: dts: qcom: Add PMIC PON log device for sdxpinn

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

Change-Id: I3bff76a355fafeb3dd63466129cd93294d0237f5
This commit is contained in:
Anjelique Melendez
2022-08-18 11:21:50 -07:00
parent 0dd14979c4
commit 1f92013778

View File

@@ -176,3 +176,11 @@
qcom,adc-tm-type = <1>;
};
};
&soc {
pmic-pon-log {
compatible = "qcom,pmic-pon-log";
nvmem = <&pmk8550_sdam_5>, <&pmk8550_sdam_6>;
nvmem-names = "pon_log0", "pon_log1";
};
};