msm-poweroff.txt 562 B

123456789101112131415161718192021
  1. MSM Restart Driver
  2. A power supply hold (ps-hold) bit is set to power the msm chipsets.
  3. Clearing that bit allows us to restart/poweroff. The difference
  4. between poweroff and restart is determined by unique power manager IC
  5. settings.
  6. Required Properties:
  7. -compatible: "qcom,pshold"
  8. -reg: Specifies the physical address of the ps-hold register
  9. Optional Properties:
  10. -qcom,force-warm-reboot-on-thermal-shutdown: Issue a warm reboot on
  11. "shutdown,thermal" restart reason.
  12. Example:
  13. restart@fc4ab000 {
  14. compatible = "qcom,pshold";
  15. reg = <0xfc4ab000 0x4>;
  16. };