Re: [PATCH 3/3] ARM: mvebu: dts: connect interrupt for WD on armada-38x

2017-10-12 Thread Chris Packham
On 13/10/17 03:17, Gregory CLEMENT wrote: > Hi Chris, > > On mer., oct. 11 2017, Chris Packham > wrote: > >> The watchdog timer interrupt is available internally on the Armada-38x >> SoCs. Connect it so that we can have the orion_wdt_irq generate debug >> information when a watchdog timeout

Re: [PATCH 3/3] ARM: mvebu: dts: connect interrupt for WD on armada-38x

2017-10-12 Thread Gregory CLEMENT
Hi Chris, On mer., oct. 11 2017, Chris Packham wrote: > The watchdog timer interrupt is available internally on the Armada-38x > SoCs. Connect it so that we can have the orion_wdt_irq generate debug > information when a watchdog timeout occurs. Given the patch 2, when an interrupt is provided

[PATCH 3/3] ARM: mvebu: dts: connect interrupt for WD on armada-38x

2017-10-10 Thread Chris Packham
The watchdog timer interrupt is available internally on the Armada-38x SoCs. Connect it so that we can have the orion_wdt_irq generate debug information when a watchdog timeout occurs. Signed-off-by: Chris Packham --- arch/arm/boot/dts/armada-38x.dtsi | 1 + 1 file changed, 1 insertion(+) diff