device-tree-xlnx
device-tree-xlnx copied to clipboard
AXI DMA and VDMA: change errors for (falsely) unconnected IRQs to warnings
So that the rest of the device tree can be generated correctly.
This code is being hit for IRQs connected to cascaded controllers, and shouldn't be in this case. Either way it shouldn't error out and completely fail to generate.
Looks like this has been resolved in 40455b3d2f, except for /axi_vdma/data/axi_vdma.tcl where there is still an error instead of a warning.