diff options
author | Andreas Kemnade <andreas@kemnade.info> | 2024-02-17 09:20:03 +0100 |
---|---|---|
committer | Lee Jones <lee@kernel.org> | 2024-02-23 16:11:34 +0000 |
commit | 0c7cc7497f6f62a65037e94cf0d885ab0af3c0d3 (patch) | |
tree | 07802d195dde087bced00abe65bdddac47589027 | |
parent | e28c28a34ee9fa2ea671a20e5e7064e6220d55e7 (diff) | |
download | linux-stable-0c7cc7497f6f62a65037e94cf0d885ab0af3c0d3.tar.gz linux-stable-0c7cc7497f6f62a65037e94cf0d885ab0af3c0d3.tar.bz2 linux-stable-0c7cc7497f6f62a65037e94cf0d885ab0af3c0d3.zip |
dt-bindings: mfd: ti,twl: Document system-power-controller
Add system-power-controller property because these chips
can power off the device.
Signed-off-by: Andreas Kemnade <andreas@kemnade.info>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://lore.kernel.org/r/20240217082007.3238948-2-andreas@kemnade.info
Signed-off-by: Lee Jones <lee@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/mfd/ti,twl.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/mfd/ti,twl.yaml b/Documentation/devicetree/bindings/mfd/ti,twl.yaml index c04d57ba22b4..52ed228fb1e7 100644 --- a/Documentation/devicetree/bindings/mfd/ti,twl.yaml +++ b/Documentation/devicetree/bindings/mfd/ti,twl.yaml @@ -34,6 +34,8 @@ properties: interrupt-controller: true + system-power-controller: true + "#interrupt-cells": const: 1 |