diff options
| author | Diogo Ivo <diogo.ivo@tecnico.ulisboa.pt> | 2026-05-14 16:47:22 +0200 |
|---|---|---|
| committer | Thierry Reding <treding@nvidia.com> | 2026-05-28 22:52:34 +0200 |
| commit | 00b5b4e5d3c235950a80a7c5ca9297233640cbe9 (patch) | |
| tree | a4291d29f5ce7bfa7a06069e4d5d5584f29b87f0 /arch | |
| parent | 36532a9a22589a375556e16b103ae8275a4affc0 (diff) | |
| download | linux-next-history-00b5b4e5d3c235950a80a7c5ca9297233640cbe9.tar.gz | |
arm64: tegra: Mark MAX77620 as system power controller on Smaug
Register the MAX77620 PMIC as the system power controller on Pixel C so
the driver can install its sys-off handler.
This allows the PMIC poweroff sequence to override the non-working PSCI
SYSTEM_OFF implementation on this platform.
Signed-off-by: Diogo Ivo <diogo.ivo@tecnico.ulisboa.pt>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm64/boot/dts/nvidia/tegra210-smaug.dts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/nvidia/tegra210-smaug.dts b/arch/arm64/boot/dts/nvidia/tegra210-smaug.dts index f0b8c2c80aa50..1791b47f0a731 100644 --- a/arch/arm64/boot/dts/nvidia/tegra210-smaug.dts +++ b/arch/arm64/boot/dts/nvidia/tegra210-smaug.dts @@ -1467,6 +1467,8 @@ gpio-controller; #gpio-cells = <2>; + system-power-controller; + pinctrl-names = "default"; pinctrl-0 = <&max77620_default>; |
