]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
ARM: zynq: Comment interrupt names IRQs for pl330
authorMichal Simek <michal.simek@amd.com>
Thu, 5 Jan 2023 08:40:32 +0000 (09:40 +0100)
committerMichal Simek <michal.simek@amd.com>
Thu, 9 Mar 2023 12:15:00 +0000 (13:15 +0100)
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
arch/arm/dts/zynq-7000.dtsi

index a87f961f2aeffce53854136d52ae957d86922ae2..97a9e49a19c37c9e6574615c73e17f399124a8ef 100644 (file)
                        compatible = "arm,pl330", "arm,primecell";
                        reg = <0xf8003000 0x1000>;
                        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>,
                                     <0 14 4>, <0 15 4>,
                                     <0 16 4>, <0 17 4>,