]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: zynq: DT: Fix binding for cadence WDT
authorMichal Simek <michal.simek@xilinx.com>
Thu, 15 Jan 2015 12:45:08 +0000 (13:45 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 28 Jan 2015 14:18:32 +0000 (15:18 +0100)
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.simek@xilinx.com>
Series-to: arm-soc
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/arm/boot/dts/zynq-7000.dtsi

index c9b9722c0c592355ef876a604a2cfa8181a3b09b..a5cd2eda3edf4fdb4d616999532d8f94da2d7bd3 100644 (file)
@@ -342,12 +342,10 @@ usb1: usb@e0003000 {
 
                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>;
                };
        };