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
This commit is contained in:
parent
89c3a5151c
commit
cfa39857de
1 changed files with 4 additions and 2 deletions
|
@ -373,8 +373,10 @@
|
||||||
compatible = "arm,pl330", "arm,primecell";
|
compatible = "arm,pl330", "arm,primecell";
|
||||||
reg = <0xf8003000 0x1000>;
|
reg = <0xf8003000 0x1000>;
|
||||||
interrupt-parent = <&intc>;
|
interrupt-parent = <&intc>;
|
||||||
interrupt-names = "abort", "dma0", "dma1", "dma2", "dma3",
|
/*
|
||||||
"dma4", "dma5", "dma6", "dma7";
|
* interrupt-names = "abort", "dma0", "dma1", "dma2", "dma3",
|
||||||
|
* "dma4", "dma5", "dma6", "dma7";
|
||||||
|
*/
|
||||||
interrupts = <0 13 4>,
|
interrupts = <0 13 4>,
|
||||||
<0 14 4>, <0 15 4>,
|
<0 14 4>, <0 15 4>,
|
||||||
<0 16 4>, <0 17 4>,
|
<0 16 4>, <0 17 4>,
|
||||||
|
|
Loading…
Reference in a new issue