linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mips: dts: brcm: bcm7435: add "interrupt-names" for NAND controller
@ 2022-11-08  8:50 Rafał Miłecki
  2022-11-08 18:20 ` Florian Fainelli
  2022-11-21 17:05 ` Thomas Bogendoerfer
  0 siblings, 2 replies; 3+ messages in thread
From: Rafał Miłecki @ 2022-11-08  8:50 UTC (permalink / raw)
  To: Thomas Bogendoerfer, Florian Fainelli
  Cc: Rob Herring, Krzysztof Kozlowski, linux-mips, devicetree,
	bcm-kernel-feedback-list, Rafał Miłecki

From: Rafał Miłecki <rafal@milecki.pl>

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>
---
 arch/mips/boot/dts/brcm/bcm7435.dtsi | 1 +
 1 file changed, 1 insertion(+)

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 @@ nand: nand@41c800 {
 			reg = <0x41c800 0x600>, <0x41d000 0x100>;
 			interrupt-parent = <&hif_l2_intc>;
 			interrupts = <24>, <4>;
+			interrupt-names = "nand_ctlrdy", "flash_dma_done";
 			status = "disabled";
 		};
 
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-11-21 17:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-08  8:50 [PATCH] mips: dts: brcm: bcm7435: add "interrupt-names" for NAND controller Rafał Miłecki
2022-11-08 18:20 ` Florian Fainelli
2022-11-21 17:05 ` Thomas Bogendoerfer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).