mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-27 04:30:53 +07:00
ARM: dt: tegra: harmony: configure power off
Add DT property to tell the TPS6586x that it should provide the pm_power_off() implementation. This allows "shutdown" to work. Signed-off-by: Stephen Warren <swarren@nvidia.com>
This commit is contained in:
parent
3cc404de24
commit
be972c3272
@ -281,6 +281,8 @@ pmic: tps6586x@34 {
|
|||||||
reg = <0x34>;
|
reg = <0x34>;
|
||||||
interrupts = <0 86 0x4>;
|
interrupts = <0 86 0x4>;
|
||||||
|
|
||||||
|
ti,system-power-controller;
|
||||||
|
|
||||||
#gpio-cells = <2>;
|
#gpio-cells = <2>;
|
||||||
gpio-controller;
|
gpio-controller;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user