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