diff options
author | Andreas Kemnade <[email protected]> | 2024-04-02 13:16:59 +0200 |
---|---|---|
committer | Lee Jones <[email protected]> | 2024-05-10 15:39:16 +0100 |
commit | 714ae2ab78078a23b5aa72b517b3402354d5685d (patch) | |
tree | f1f63e0cb1191fc4eaae29995f093b8c57b08356 | |
parent | f769df1eb901de86e30957875b593ab073bb81e4 (diff) |
dt-bindings: mfd: Add ROHM BD71828 system-power-controller property
As the PMIC can power off the system, add the corresponding property.
Signed-off-by: Andreas Kemnade <[email protected]>
Acked-by: Krzysztof Kozlowski <[email protected]>
Acked-by: Matti Vaittinen <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Lee Jones <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/mfd/rohm,bd71828-pmic.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/mfd/rohm,bd71828-pmic.yaml b/Documentation/devicetree/bindings/mfd/rohm,bd71828-pmic.yaml index 11089aa89ec6..0b62f854bf6b 100644 --- a/Documentation/devicetree/bindings/mfd/rohm,bd71828-pmic.yaml +++ b/Documentation/devicetree/bindings/mfd/rohm,bd71828-pmic.yaml @@ -73,6 +73,8 @@ properties: used to mark the pins which should not be configured for GPIO. Please see the ../gpio/gpio.txt for more information. + system-power-controller: true + required: - compatible - reg |