diff options
author | Carlo Caione <carlo@endlessm.com> | 2015-11-08 12:18:56 (GMT) |
---|---|---|
committer | Carlo Caione <carlo@endlessm.com> | 2016-01-04 09:54:44 (GMT) |
commit | ea22446a9d170bf7f32bd7f99036e17df918f054 (patch) | |
tree | e11020599c6ccbbab76fe5c1e13fa8feee229215 /Documentation/devicetree/bindings/watchdog/meson6-wdt.txt | |
parent | c16d1fdb4ee4142351bdbd57222cdd5d5e25df94 (diff) | |
download | linux-ea22446a9d170bf7f32bd7f99036e17df918f054.tar.xz |
Documentation: watchdog: Add new bindings for meson8b
We make the documentation not meson6 specific anymore and add the new
binding for meson8b SoC.
Signed-off-by: Carlo Caione <carlo@endlessm.com>
Diffstat (limited to 'Documentation/devicetree/bindings/watchdog/meson6-wdt.txt')
-rw-r--r-- | Documentation/devicetree/bindings/watchdog/meson6-wdt.txt | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/Documentation/devicetree/bindings/watchdog/meson6-wdt.txt b/Documentation/devicetree/bindings/watchdog/meson6-wdt.txt deleted file mode 100644 index 9200fc2..0000000 --- a/Documentation/devicetree/bindings/watchdog/meson6-wdt.txt +++ /dev/null @@ -1,13 +0,0 @@ -Meson SoCs Watchdog timer - -Required properties: - -- compatible : should be "amlogic,meson6-wdt" -- reg : Specifies base physical address and size of the registers. - -Example: - -wdt: watchdog@c1109900 { - compatible = "amlogic,meson6-wdt"; - reg = <0xc1109900 0x8>; -}; |