projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a930ca5
)
ARM64: zynqmp: clk: Add the clock for watchdog
author
Shubhrajyoti Datta
<
[email protected]
>
Fri, 21 Oct 2016 10:42:19 +0000
(16:12 +0530)
committer
Michal Simek
<
[email protected]
>
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 <
[email protected]
>
Signed-off-by: Michal Simek <
[email protected]
>
arch/arm/dts/zynqmp-clk.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/dts/zynqmp-clk.dtsi
b/arch/arm/dts/zynqmp-clk.dtsi
index aa848c864637164d7175d1b96ea428562afc435e..b64a0a6f6ba77c4ff5c8e44db0acaf398d7db310 100644
(file)
--- a/
arch/arm/dts/zynqmp-clk.dtsi
+++ b/
arch/arm/dts/zynqmp-clk.dtsi
@@
-218,6
+218,10
@@
clocks = <&clk250>, <&clk250>;
};
+&watchdog0 {
+ clocks = <&clk250>;
+};
+
&xilinx_drm {
clocks = <&drm_clock>;
};