]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
dt-bindings: atmel-sysreg: add microchip,sama7g5-shdwc
authorClaudiu Beznea <claudiu.beznea@microchip.com>
Wed, 16 Dec 2020 12:57:32 +0000 (14:57 +0200)
committerSebastian Reichel <sebastian.reichel@collabora.com>
Sat, 16 Jan 2021 13:41:48 +0000 (14:41 +0100)
Add compatible for Microchip SAMA7G5's shutdown controller.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Documentation/devicetree/bindings/arm/atmel-sysregs.txt

index 62cd4e89817c3932c29971c1a97ce6945fd354e7..7990358ac06ea392329d3a6fde2771059f182532 100644 (file)
@@ -91,7 +91,8 @@ SHDWC SAMA5D2-Compatible Shutdown Controller
 1) shdwc node
 
 required properties:
-- compatible: should be "atmel,sama5d2-shdwc" or "microchip,sam9x60-shdwc".
+- compatible: should be "atmel,sama5d2-shdwc", "microchip,sam9x60-shdwc" or
+  "microchip,sama7g5-shdwc"
 - reg: should contain registers location and length
 - clocks: phandle to input clock.
 - #address-cells: should be one. The cell is the wake-up input index.
@@ -103,7 +104,7 @@ optional properties:
   microseconds. It's usually a board-related property.
 - atmel,wakeup-rtc-timer: boolean to enable Real-Time Clock wake-up.
 
-optional microchip,sam9x60-shdwc properties:
+optional microchip,sam9x60-shdwc or microchip,sama7g5-shdwc properties:
 - atmel,wakeup-rtt-timer: boolean to enable Real-time Timer Wake-up.
 
 The node contains child nodes for each wake-up input that the platform uses.