blob: a60ad74679dc7b5b65c832ae1f8f3683293345c4 [file] [log] [blame]
Tero Kristo3b36b382020-02-14 11:18:16 +02001PMIC ESM Binding
2======================
3
4Certain Power Management ICs contain safety handling logic within them,
5allowing automatic reset of the board in case a safety error is signaled.
6For this purpose, ESM (Error Signal Monitor) is implemented within
7the PMIC running its own state machine.
8
9Required properties :
10- compatible : "ti,tps659413-esm"
11
12Example
13=======
14
15&tps659413a {
16 esm: esm {
17 compatible = "ti,tps659413-esm";
18 };
19};