Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8f63a0ba authored by Michal Simek's avatar Michal Simek
Browse files

ARM: zynq: DT: Fix binding for cadence WDT



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

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

Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
Series-to: arm-soc
Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent 0c79b9fe
Loading
Loading
Loading
Loading
+1 −3
Original line number Original line Diff line number Diff line
@@ -342,12 +342,10 @@


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