diff options
author | Eugen Hristev <eugen.hristev@microchip.com> | 2021-05-27 13:01:20 +0300 |
---|---|---|
committer | Wim Van Sebroeck <wim@linux-watchdog.org> | 2021-06-21 09:49:17 +0300 |
commit | 12dbbf085fa1a78b6cafb02cf0f40b21160206e7 (patch) | |
tree | 0b8804087df4e658d1cf2fe5bf0d1b4bb6d2015b /Documentation/devicetree/bindings/watchdog | |
parent | 5ae233fba8edee84fdd70e72a69bb7a41a273194 (diff) | |
download | linux-12dbbf085fa1a78b6cafb02cf0f40b21160206e7.tar.xz |
dt-bindings: watchdog: sama5d4-wdt: add compatible for sama7g5-wdt
This driver is also compatible with the watchdog on sama7g5 SoC.
Add the corresponding compatible string to the binding.
Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20210527100120.266796-3-eugen.hristev@microchip.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>
Diffstat (limited to 'Documentation/devicetree/bindings/watchdog')
-rw-r--r-- | Documentation/devicetree/bindings/watchdog/atmel,sama5d4-wdt.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/watchdog/atmel,sama5d4-wdt.yaml b/Documentation/devicetree/bindings/watchdog/atmel,sama5d4-wdt.yaml index 0d0ab81da040..9856cd76c28d 100644 --- a/Documentation/devicetree/bindings/watchdog/atmel,sama5d4-wdt.yaml +++ b/Documentation/devicetree/bindings/watchdog/atmel,sama5d4-wdt.yaml @@ -17,6 +17,7 @@ properties: enum: - atmel,sama5d4-wdt - microchip,sam9x60-wdt + - microchip,sama7g5-wdt reg: maxItems: 1 |