projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32cb77a
)
ARM: dts: rockchip: add watchdog dt node for rv1108
author
Andy Yan
<andy.yan@rock-chips.com>
Fri, 11 Aug 2017 03:45:33 +0000
(11:45 +0800)
committer
Heiko Stuebner
<heiko@sntech.de>
Sun, 13 Aug 2017 12:14:27 +0000
(14:14 +0200)
Add watchdog device tree node for rv1108
Signed-off-by: Andy Yan <andy.yan@rock-chips.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm/boot/dts/rv1108.dtsi
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/boot/dts/rv1108.dtsi
b/arch/arm/boot/dts/rv1108.dtsi
index 34bdd195614934dc79d1c4160b778d030846a35d..991b35d87c5295b3daca01e86bff2e1e3121a096 100644
(file)
--- a/
arch/arm/boot/dts/rv1108.dtsi
+++ b/
arch/arm/boot/dts/rv1108.dtsi
@@
-205,6
+205,15
@@
reg = <0x10300000 0x1000>;
};
+ watchdog: wdt@10360000 {
+ compatible = "snps,dw-wdt";
+ reg = <0x10360000 0x100>;
+ interrupts = <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>;
+ clocks = <&cru PCLK_WDT>;
+ clock-names = "pclk_wdt";
+ status = "disabled";
+ };
+
i2c0: i2c@20000000 {
compatible = "rockchip,rv1108-i2c";
reg = <0x20000000 0x1000>;