msm-poweroff.txt 433 B

1234567891011121314151617
  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. Example:
  10. restart@fc4ab000 {
  11. compatible = "qcom,pshold";
  12. reg = <0xfc4ab000 0x4>;
  13. };