Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9bce36dd authored by David Collins's avatar David Collins
Browse files

dt-bindings: soc: qcom: add PMIC PON log bindings

Add Qualcomm Technologies, Inc. PMIC PON log device bindings.  The
PMIC PON log device parses power-on, power-off, and fault messages
stored in a binary log within the SDAM memory found on some QTI
PMIC devices.

Change-Id: If537d6abeebbdb93d01b268442bff1ba72c101ab
parent 1edf82a5
Loading
Loading
Loading
Loading
+28 −0
Original line number Diff line number Diff line
Qualcomm Technologies, Inc. PMIC PON Log

Certain Qualcomm Technologies, Inc. PMIC devices capture power-on, power-off,
and fault information in a binary log found within SDAM peripherals.  The PMIC
PON Log device accesses this log and parses it into a human readable format.

- compatible:
	Usage: required
	Value type: <stringlist>
	Definition: must be "qcom,pmic-pon-log"

- nvmem:
	Usage: required
	Value type: <phandle-list>
	Definition: phandle of the PMIC nvmem device containing the PON log

- nvmem-names:
	Usage: required
	Value type: <stringlist>
	Definition: must be "pon_log"

Example:

pmic-pon-log {
	compatible = "qcom,pmic-pon-log";
	nvmem = <&pmk8350_sdam_5>;
	nvmem-names = "pon_log";
};