diff options
author | Krzysztof Kozlowski <[email protected]> | 2022-07-06 18:02:57 +0200 |
---|---|---|
committer | Krzysztof Kozlowski <[email protected]> | 2022-07-06 18:24:32 +0200 |
commit | 3e27bf719303b1b19edd37bd04e9e586c73f6511 (patch) | |
tree | 43612270d5d0c1f0aeb1d8043c9e5241d950ea54 | |
parent | 61bebc2902901cc2f1cac496dc81be38ca74d7d4 (diff) |
dt-bindings: soc: samsung: exynos-pmu: add reboot-mode
ExynosAutov9 gained a reboot-mode node, so document the property to fix
warning:
exynosautov9-sadk.dtb: system-controller@10460000: 'reboot-mode' does not match any of the regexes: 'pinctrl-[0-9]+'
Signed-off-by: Krzysztof Kozlowski <[email protected]>
Reviewed-by: Alim Akhtar <[email protected]>
Reviewed-by: Rob Herring <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | Documentation/devicetree/bindings/soc/samsung/exynos-pmu.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/soc/samsung/exynos-pmu.yaml b/Documentation/devicetree/bindings/soc/samsung/exynos-pmu.yaml index 1835ca08416d..13bb8dfcefe6 100644 --- a/Documentation/devicetree/bindings/soc/samsung/exynos-pmu.yaml +++ b/Documentation/devicetree/bindings/soc/samsung/exynos-pmu.yaml @@ -74,6 +74,12 @@ properties: Must be identical to the that of the parent interrupt controller. const: 3 + reboot-mode: + $ref: /schemas/power/reset/syscon-reboot-mode.yaml + type: object + description: + Reboot mode to alter bootloader behavior for the next boot + syscon-poweroff: $ref: /schemas/power/reset/syscon-poweroff.yaml# type: object |