Documentation: watchdog: Add new bindings for meson8b
authorCarlo Caione <carlo@endlessm.com>
Sun, 8 Nov 2015 12:18:56 +0000 (13:18 +0100)
committerCarlo Caione <carlo@endlessm.com>
Mon, 4 Jan 2016 09:54:44 +0000 (10:54 +0100)
We make the documentation not meson6 specific anymore and add the new
binding for meson8b SoC.

Signed-off-by: Carlo Caione <carlo@endlessm.com>
Documentation/devicetree/bindings/watchdog/meson-wdt.txt [new file with mode: 0644]
Documentation/devicetree/bindings/watchdog/meson6-wdt.txt [deleted file]

diff --git a/Documentation/devicetree/bindings/watchdog/meson-wdt.txt b/Documentation/devicetree/bindings/watchdog/meson-wdt.txt
new file mode 100644 (file)
index 0000000..ae70185
--- /dev/null
@@ -0,0 +1,13 @@
+Meson SoCs Watchdog timer
+
+Required properties:
+
+- compatible : should be "amlogic,meson6-wdt" or "amlogic,meson8b-wdt"
+- reg : Specifies base physical address and size of the registers.
+
+Example:
+
+wdt: watchdog@c1109900 {
+       compatible = "amlogic,meson6-wdt";
+       reg = <0xc1109900 0x8>;
+};
diff --git a/Documentation/devicetree/bindings/watchdog/meson6-wdt.txt b/Documentation/devicetree/bindings/watchdog/meson6-wdt.txt
deleted file mode 100644 (file)
index 9200fc2..0000000
+++ /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>;
-};