ARM64: zynqmp: clk: Add the clock for watchdog

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>
This commit is contained in:
Shubhrajyoti Datta 2016-10-21 16:12:19 +05:30 committed by Michal Simek
parent a930ca572a
commit 14de6c4ea1

View File

@ -218,6 +218,10 @@
clocks = <&clk250>, <&clk250>;
};
&watchdog0 {
clocks = <&clk250>;
};
&xilinx_drm {
clocks = <&drm_clock>;
};