projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1cea2c2
)
arm64: dts: sprd: whale2: Add the rtc enable clock for watchdog
author
Baolin Wang
<baolin.wang@linaro.org>
Mon, 16 Apr 2018 02:40:04 +0000
(10:40 +0800)
committer
Olof Johansson
<olof@lixom.net>
Fri, 25 May 2018 22:29:39 +0000
(15:29 -0700)
Add the rtc enable clock for watchdog controller to make it work well.
Signed-off-by: Baolin Wang <baolin.wang@linaro.org>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm64/boot/dts/sprd/whale2.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/sprd/whale2.dtsi
b/arch/arm64/boot/dts/sprd/whale2.dtsi
index bf7e70c52c6131b73c7928878ab700ac799efc0b..e9db9108f3c0648e4245e84e9c0ddf6ffb4f152b 100644
(file)
--- a/
arch/arm64/boot/dts/sprd/whale2.dtsi
+++ b/
arch/arm64/boot/dts/sprd/whale2.dtsi
@@
-214,8
+214,9
@@
reg = <0 0x40310000 0 0x1000>;
interrupts = <GIC_SPI 61 IRQ_TYPE_LEVEL_HIGH>;
timeout-sec = <12>;
- clock-names = "enable";
- clocks = <&aon_gate CLK_APCPU_WDG_EB>;
+ clock-names = "enable", "rtc_enable";
+ clocks = <&aon_gate CLK_APCPU_WDG_EB>,
+ <&aon_gate CLK_AP_WDG_RTC_EB>;
};
};