diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2022-11-08 09:50:32 +0100 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2022-11-21 18:00:10 +0100 |
commit | f98be3b3216deb69967fae282f55c6597aa501cc (patch) | |
tree | 4cccf39bb9a198a517c1702ba12678f12042fa54 /arch/mips/boot | |
parent | d3db4b96ab7f212733ee17d246b13075c703ab3f (diff) | |
download | linux-f98be3b3216deb69967fae282f55c6597aa501cc.tar.bz2 |
mips: dts: brcm: bcm7435: add "interrupt-names" for NAND controller
Second interrupt can be DMA or EDU one. Specify it explicitly using
interrupt-names property. This matches documented binding.
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Acked-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips/boot')
-rw-r--r-- | arch/mips/boot/dts/brcm/bcm7435.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/boot/dts/brcm/bcm7435.dtsi b/arch/mips/boot/dts/brcm/bcm7435.dtsi index 8c001b944c8b..cfdf9804e126 100644 --- a/arch/mips/boot/dts/brcm/bcm7435.dtsi +++ b/arch/mips/boot/dts/brcm/bcm7435.dtsi @@ -422,6 +422,7 @@ reg = <0x41c800 0x600>, <0x41d000 0x100>; interrupt-parent = <&hif_l2_intc>; interrupts = <24>, <4>; + interrupt-names = "nand_ctlrdy", "flash_dma_done"; status = "disabled"; }; |