Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1387469 > unrolled thread
| Started by | Nicolas Ferre <nicolas.ferre@atmel.com> |
|---|---|
| First post | 2016-04-26 15:20 +0200 |
| Last post | 2016-04-27 10:10 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] ARM: dts: at91: sama5d2: add slow clock to watchdog node Nicolas Ferre <nicolas.ferre@atmel.com> - 2016-04-26 15:20 +0200
Re: [PATCH] ARM: dts: at91: sama5d2: add slow clock to watchdog node Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2016-04-27 10:10 +0200
| From | Nicolas Ferre <nicolas.ferre@atmel.com> |
|---|---|
| Date | 2016-04-26 15:20 +0200 |
| Subject | [PATCH] ARM: dts: at91: sama5d2: add slow clock to watchdog node |
| Message-ID | <rsb4f-8r9-21@gated-at.bofh.it> |
As the watchdog timer needs the slow clock, add it to the currently defined wdt node. Reported-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com> --- arch/arm/boot/dts/sama5d2.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/boot/dts/sama5d2.dtsi b/arch/arm/boot/dts/sama5d2.dtsi index 43015c2ad395..84eed47ffb0a 100644 --- a/arch/arm/boot/dts/sama5d2.dtsi +++ b/arch/arm/boot/dts/sama5d2.dtsi @@ -1050,6 +1050,7 @@ compatible = "atmel,sama5d4-wdt"; reg = <0xf8048040 0x10>; interrupts = <4 IRQ_TYPE_LEVEL_HIGH 7>; + clocks = <&clk32k>; status = "disabled"; }; -- 2.1.3
[toc] | [next] | [standalone]
| From | Alexandre Belloni <alexandre.belloni@free-electrons.com> |
|---|---|
| Date | 2016-04-27 10:10 +0200 |
| Message-ID | <rssHN-6hy-35@gated-at.bofh.it> |
| In reply to | #1387469 |
On 26/04/2016 at 15:11:47 +0200, Nicolas Ferre wrote : > As the watchdog timer needs the slow clock, add it to the currently defined > wdt node. > > Reported-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> > Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com> Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> > --- > arch/arm/boot/dts/sama5d2.dtsi | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm/boot/dts/sama5d2.dtsi b/arch/arm/boot/dts/sama5d2.dtsi > index 43015c2ad395..84eed47ffb0a 100644 > --- a/arch/arm/boot/dts/sama5d2.dtsi > +++ b/arch/arm/boot/dts/sama5d2.dtsi > @@ -1050,6 +1050,7 @@ > compatible = "atmel,sama5d4-wdt"; > reg = <0xf8048040 0x10>; > interrupts = <4 IRQ_TYPE_LEVEL_HIGH 7>; > + clocks = <&clk32k>; > status = "disabled"; > }; > > -- > 2.1.3 > -- Alexandre Belloni, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web