diff options
author | Clément Péron <peron.clem@gmail.com> | 2019-05-23 17:10:47 +0200 |
---|---|---|
committer | Wim Van Sebroeck <wim@linux-watchdog.org> | 2019-07-08 16:10:11 +0200 |
commit | dfc01e2c83776f4bcadf4ec0a5cd8407904cd9b3 (patch) | |
tree | 4ab727048e15eec4a17e88cbea1b204ef1a8b6a8 | |
parent | 9b3461188e86f19113f57a71c8873fab6ca95f36 (diff) | |
download | linux-stable-dfc01e2c83776f4bcadf4ec0a5cd8407904cd9b3.tar.gz linux-stable-dfc01e2c83776f4bcadf4ec0a5cd8407904cd9b3.tar.bz2 linux-stable-dfc01e2c83776f4bcadf4ec0a5cd8407904cd9b3.zip |
dt-bindings: watchdog: add Allwinner H6 watchdog
Allwinner H6 has a similar watchdog as the A64 which is already
a compatible of the A31.
This commit add the H6 compatible.
Signed-off-by: Clément Péron <peron.clem@gmail.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>
-rw-r--r-- | Documentation/devicetree/bindings/watchdog/sunxi-wdt.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/watchdog/sunxi-wdt.txt b/Documentation/devicetree/bindings/watchdog/sunxi-wdt.txt index 46055254e8dd..e65198d82a2b 100644 --- a/Documentation/devicetree/bindings/watchdog/sunxi-wdt.txt +++ b/Documentation/devicetree/bindings/watchdog/sunxi-wdt.txt @@ -6,6 +6,7 @@ Required properties: "allwinner,sun4i-a10-wdt" "allwinner,sun6i-a31-wdt" "allwinner,sun50i-a64-wdt","allwinner,sun6i-a31-wdt" + "allwinner,sun50i-h6-wdt","allwinner,sun6i-a31-wdt" "allwinner,suniv-f1c100s-wdt", "allwinner,sun4i-a10-wdt" - reg : Specifies base physical address and size of the registers. |