Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Merge tag 'mvebu-dt-5.2-1' of git://git.infradead.org/linux-mvebu into arm/dt

mvebu dt for 5.2 (part 1)

- Add interrupt support for wathdog on Armada 38x

* tag 'mvebu-dt-5.2-1' of git://git.infradead.org/linux-mvebu:
ARM: dts: armada-38x: add interrupts for watchdog

Signed-off-by: Olof Johansson <olof@lixom.net>

+2
+2
arch/arm/boot/dts/armada-38x.dtsi
··· 415 415 reg = <0x20300 0x34>, <0x20704 0x4>, <0x18260 0x4>; 416 416 clocks = <&coreclk 2>, <&refclk>; 417 417 clock-names = "nbclk", "fixed"; 418 + interrupts-extended = <&gic GIC_SPI 64 IRQ_TYPE_LEVEL_HIGH>, 419 + <&gic GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>; 418 420 }; 419 421 420 422 cpurst: cpurst@20800 {