2017-09-15 19:20:50

by Mathieu Malaterre

[permalink] [raw]
Subject: [PATCH v2 5/5] dt: watchdog: Document compatibility with JZ4780

Suggested-by: Zubair Lutfullah Kakakhel <[email protected]>
Signed-off-by: Mathieu Malaterre <[email protected]>
---
Changes in v2:
* Document the new compatible string

Documentation/devicetree/bindings/watchdog/ingenic,jz4740-wdt.txt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/watchdog/ingenic,jz4740-wdt.txt b/Documentation/devicetree/bindings/watchdog/ingenic,jz4740-wdt.txt
index e27763ef0049..1a56061bfb06 100644
--- a/Documentation/devicetree/bindings/watchdog/ingenic,jz4740-wdt.txt
+++ b/Documentation/devicetree/bindings/watchdog/ingenic,jz4740-wdt.txt
@@ -1,7 +1,7 @@
-Ingenic Watchdog Timer (WDT) Controller for JZ4740
+Ingenic Watchdog Timer (WDT) Controller for JZ4740 & JZ4780

Required properties:
-compatible: "ingenic,jz4740-watchdog"
+compatible: "ingenic,jz4740-watchdog" or "ingenic,jz4780-watchdog"
reg: Register address and length for watchdog registers

Example:
--
2.11.0


2017-09-20 20:52:42

by Rob Herring (Arm)

[permalink] [raw]
Subject: Re: [PATCH v2 5/5] dt: watchdog: Document compatibility with JZ4780

On Fri, Sep 15, 2017 at 09:20:40PM +0200, Mathieu Malaterre wrote:
> Suggested-by: Zubair Lutfullah Kakakhel <[email protected]>
> Signed-off-by: Mathieu Malaterre <[email protected]>
> ---
> Changes in v2:
> * Document the new compatible string
>
> Documentation/devicetree/bindings/watchdog/ingenic,jz4740-wdt.txt | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)

Acked-by: Rob Herring <[email protected]>