mirror of
https://github.com/torvalds/linux.git
synced 2026-04-19 15:24:02 -04:00
Currently the power supply device tree documentation is spread in .../bindings/power_supply and .../bindings/power. This unifies the files for chargers and battery fuel gauges in .../bindings/power/supply and the ones for system reset/shutdown in .../bindings/power/reset (same structure as used for the drivers itself). Signed-off-by: Sebastian Reichel <sre@kernel.org>
18 lines
433 B
Plaintext
18 lines
433 B
Plaintext
MSM Restart Driver
|
|
|
|
A power supply hold (ps-hold) bit is set to power the msm chipsets.
|
|
Clearing that bit allows us to restart/poweroff. The difference
|
|
between poweroff and restart is determined by unique power manager IC
|
|
settings.
|
|
|
|
Required Properties:
|
|
-compatible: "qcom,pshold"
|
|
-reg: Specifies the physical address of the ps-hold register
|
|
|
|
Example:
|
|
|
|
restart@fc4ab000 {
|
|
compatible = "qcom,pshold";
|
|
reg = <0xfc4ab000 0x4>;
|
|
};
|