ARM64: zynqmp: clk: Add the clock for watchdog
authorShubhrajyoti Datta <shubhrajyoti.datta@xilinx.com>
Fri, 21 Oct 2016 10:42:19 +0000 (16:12 +0530)
committerMichal Simek <michal.simek@xilinx.com>
Tue, 10 Jan 2017 09:18:12 +0000 (10:18 +0100)
The watchdog clock node is missing.
Add the same. This solves the below error.

cdns-wdt fd4d0000.watchdog: input clock not found
cdns-wdt: probe of fd4d0000.watchdog failed with error -2

Signed-off-by: Shubhrajyoti Datta <shubhrajyoti.datta@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/arm/dts/zynqmp-clk.dtsi

index aa848c864637164d7175d1b96ea428562afc435e..b64a0a6f6ba77c4ff5c8e44db0acaf398d7db310 100644 (file)
        clocks = <&clk250>, <&clk250>;
 };
 
+&watchdog0 {
+       clocks = <&clk250>;
+};
+
 &xilinx_drm {
        clocks = <&drm_clock>;
 };