Skip to content
Snippets Groups Projects
Commit 14de6c4e authored by Shubhrajyoti Datta's avatar Shubhrajyoti Datta Committed by Michal Simek
Browse files

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: default avatarShubhrajyoti Datta <shubhrajyoti.datta@xilinx.com>
Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent a930ca57
No related branches found
No related tags found
No related merge requests found
...@@ -218,6 +218,10 @@ ...@@ -218,6 +218,10 @@
clocks = <&clk250>, <&clk250>; clocks = <&clk250>, <&clk250>;
}; };
&watchdog0 {
clocks = <&clk250>;
};
&xilinx_drm { &xilinx_drm {
clocks = <&drm_clock>; clocks = <&drm_clock>;
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment