diff options
author | Ondrej Jirman <megi@xff.cz> | 2023-10-19 19:57:24 +0300 |
---|---|---|
committer | Lee Jones <lee@kernel.org> | 2023-11-01 13:02:17 +0300 |
commit | f0eb624455426cf7ddb453c4e5204b388d134c2e (patch) | |
tree | 6d5e60222c3158802e38277dd9787a64d716afe5 /Documentation/devicetree/bindings/mfd | |
parent | 961748bb155590570c76b94e6e5fe2a5e2cb4029 (diff) | |
download | linux-f0eb624455426cf7ddb453c4e5204b388d134c2e.tar.xz |
dt-bindings: mfd: rk806: Allow system-power-controller property
Declare support for this property.
Signed-off-by: Ondrej Jirman <megi@xff.cz>
Reviewed-by: Rob Herring <robh@kernel.org>
Reviewed-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Link: https://lore.kernel.org/r/20231019165732.3818789-3-megi@xff.cz
Signed-off-by: Lee Jones <lee@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/mfd')
-rw-r--r-- | Documentation/devicetree/bindings/mfd/rockchip,rk806.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/mfd/rockchip,rk806.yaml b/Documentation/devicetree/bindings/mfd/rockchip,rk806.yaml index cf2500f2e9a0..3c2b06629b75 100644 --- a/Documentation/devicetree/bindings/mfd/rockchip,rk806.yaml +++ b/Documentation/devicetree/bindings/mfd/rockchip,rk806.yaml @@ -29,6 +29,8 @@ properties: '#gpio-cells': const: 2 + system-power-controller: true + vcc1-supply: description: The input supply for dcdc-reg1. |