On 11/08/2015 04:18 AM, Carlo Caione wrote:
From: Carlo Caione <[email protected]>
We make the documentation not meson6 specific anymore and add the new
binding for meson8b SoC.
Signed-off-by: Carlo Caione <[email protected]>
---
Documentation/devicetree/bindings/watchdog/meson-wdt.txt | 13 +++++++++++++
Documentation/devicetree/bindings/watchdog/meson6-wdt.txt | 13 -------------
2 files changed, 13 insertions(+), 13 deletions(-)
create mode 100644 Documentation/devicetree/bindings/watchdog/meson-wdt.txt
delete mode 100644 Documentation/devicetree/bindings/watchdog/meson6-wdt.txt
This will need an Ack from a DT maintainer for the rename.
Guenter
diff --git a/Documentation/devicetree/bindings/watchdog/meson-wdt.txt
b/Documentation/devicetree/bindings/watchdog/meson-wdt.txt
new file mode 100644
index 0000000..ae70185
--- /dev/null
+++ b/Documentation/devicetree/bindings/watchdog/meson-wdt.txt
@@ -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
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>;
-};
--
To unsubscribe from this list: send the line "unsubscribe linux-watchdog" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html