diff options
| author | Ondrej Jirman <[email protected]> | 2023-10-19 18:57:24 +0200 |
|---|---|---|
| committer | Lee Jones <[email protected]> | 2023-11-01 10:02:17 +0000 |
| commit | f0eb624455426cf7ddb453c4e5204b388d134c2e (patch) | |
| tree | 6d5e60222c3158802e38277dd9787a64d716afe5 | |
| parent | 961748bb155590570c76b94e6e5fe2a5e2cb4029 (diff) | |
dt-bindings: mfd: rk806: Allow system-power-controller property
Declare support for this property.
Signed-off-by: Ondrej Jirman <[email protected]>
Reviewed-by: Rob Herring <[email protected]>
Reviewed-by: Sebastian Reichel <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Lee Jones <[email protected]>
| -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. |