esm-pmic.txt 437 B

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