Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1643189 > unrolled thread
| Started by | Frank Wang <frank.wang@rock-chips.com> |
|---|---|
| First post | 2017-05-17 12:00 +0200 |
| Last post | 2017-05-17 19:40 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH v2 3/3] arm: dts: rk322x: add watchdog device node. Frank Wang <frank.wang@rock-chips.com> - 2017-05-17 12:00 +0200
Re: [PATCH v2 3/3] arm: dts: rk322x: add watchdog device node. Heiko Stuebner <heiko@sntech.de> - 2017-05-17 19:40 +0200
| From | Frank Wang <frank.wang@rock-chips.com> |
|---|---|
| Date | 2017-05-17 12:00 +0200 |
| Subject | [PATCH v2 3/3] arm: dts: rk322x: add watchdog device node. |
| Message-ID | <tI3Ul-1pv-17@gated-at.bofh.it> |
Add watchdog device node for rk322x SoC.
Signed-off-by: Frank Wang <frank.wang@rock-chips.com>
---
arch/arm/boot/dts/rk322x.dtsi | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/arch/arm/boot/dts/rk322x.dtsi b/arch/arm/boot/dts/rk322x.dtsi
index fe6530f..f7498b3 100644
--- a/arch/arm/boot/dts/rk322x.dtsi
+++ b/arch/arm/boot/dts/rk322x.dtsi
@@ -280,6 +280,14 @@
status = "disabled";
};
+ wdt: watchdog@110a0000 {
+ compatible = "snps,dw-wdt";
+ reg = <0x110a0000 0x100>;
+ clocks = <&cru PCLK_CPU>;
+ interrupts = <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH>;
+ status = "disabled";
+ };
+
pwm0: pwm@110b0000 {
compatible = "rockchip,rk3288-pwm";
reg = <0x110b0000 0x10>;
--
2.0.0
[toc] | [next] | [standalone]
| From | Heiko Stuebner <heiko@sntech.de> |
|---|---|
| Date | 2017-05-17 19:40 +0200 |
| Message-ID | <tIb5w-62C-21@gated-at.bofh.it> |
| In reply to | #1643189 |
Am Mittwoch, 17. Mai 2017, 17:52:26 CEST schrieb Frank Wang: > Add watchdog device node for rk322x SoC. > > Signed-off-by: Frank Wang <frank.wang@rock-chips.com> applied for 4.13, after fixing the subject up a bit (ARM: dts: rockchip: ...) Thanks Heiko
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web