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

ARM: zynq: Comment interrupt names IRQs for pl330

pl330 DT yaml description doesn't define interrupt-names property that's
why comment it but keep it as comment.

Signed-off-by: Michal Simek <michal.simek@amd.com>
Link: https://lore.kernel.org/r/8e5a921c16efe09030fda036340186c11dd990bf.1672908030.git.michal.simek@amd.com

+4 -2
+4 -2
arch/arm/boot/dts/zynq-7000.dtsi
··· 347 347 compatible = "arm,pl330", "arm,primecell"; 348 348 reg = <0xf8003000 0x1000>; 349 349 interrupt-parent = <&intc>; 350 - interrupt-names = "abort", "dma0", "dma1", "dma2", "dma3", 351 - "dma4", "dma5", "dma6", "dma7"; 350 + /* 351 + * interrupt-names = "abort", "dma0", "dma1", "dma2", "dma3", 352 + * "dma4", "dma5", "dma6", "dma7"; 353 + */ 352 354 interrupts = <0 13 4>, 353 355 <0 14 4>, <0 15 4>, 354 356 <0 16 4>, <0 17 4>,