Based on:
"devicetree: Add Cadence WDT devicetree bindings documentation"
(sha1: 191891c0378f44aec8e06e889a08d0b76fe6c5cb)

- compatible string is cdns,wdt-r1p2
- remove device_type property
- remove int reset property (reset-on-timeout is bool)

Signed-off-by: Michal Simek <michal.si...@xilinx.com>
---

 arch/arm/boot/dts/zynq-7000.dtsi | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/arch/arm/boot/dts/zynq-7000.dtsi b/arch/arm/boot/dts/zynq-7000.dtsi
index c9b9722c0c59..a5cd2eda3edf 100644
--- a/arch/arm/boot/dts/zynq-7000.dtsi
+++ b/arch/arm/boot/dts/zynq-7000.dtsi
@@ -342,12 +342,10 @@

                watchdog0: watchdog@f8005000 {
                        clocks = <&clkc 45>;
-                       compatible = "xlnx,zynq-wdt-r1p2";
-                       device_type = "watchdog";
+                       compatible = "cdns,wdt-r1p2";
                        interrupt-parent = <&intc>;
                        interrupts = <0 9 1>;
                        reg = <0xf8005000 0x1000>;
-                       reset = <0>;
                        timeout-sec = <10>;
                };
        };
--
1.8.2.3

Attachment: pgpNLwr4sDQ3Y.pgp
Description: PGP signature

Reply via email to