diff options
author | 2024-10-10 17:34:25 +0530 | |
---|---|---|
committer | 2024-12-13 00:03:04 +0100 | |
commit | 2d656827a0fc9ca4982c245f1bec3b606fab30d8 (patch) | |
tree | efbcafefb72690ed03643d1efcf56a91f15c5c49 | |
parent | power: reset: gpio-poweroff: Clarify the warning message (diff) | |
download | wireguard-linux-2d656827a0fc9ca4982c245f1bec3b606fab30d8.tar.xz wireguard-linux-2d656827a0fc9ca4982c245f1bec3b606fab30d8.zip |
dt-bindings: power: reset: atmel,sama5d2-shdwc: add sam9x7
Add shutdown controller DT bindings.
Signed-off-by: Varshini Rajendran <varshini.rajendran@microchip.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20241010120425.93102-1-varshini.rajendran@microchip.com
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Diffstat (limited to '')
-rw-r--r-- | Documentation/devicetree/bindings/power/reset/atmel,sama5d2-shdwc.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/power/reset/atmel,sama5d2-shdwc.yaml b/Documentation/devicetree/bindings/power/reset/atmel,sama5d2-shdwc.yaml index 8c58e12cdb60..0735ceb7c103 100644 --- a/Documentation/devicetree/bindings/power/reset/atmel,sama5d2-shdwc.yaml +++ b/Documentation/devicetree/bindings/power/reset/atmel,sama5d2-shdwc.yaml @@ -22,6 +22,9 @@ properties: - enum: - atmel,sama5d2-shdwc - microchip,sam9x60-shdwc + - items: + - const: microchip,sam9x7-shdwc + - const: microchip,sam9x60-shdwc reg: maxItems: 1 |