xlnx-zynqmp: fix the irq mapping for the display port and its dma
authorFrederic Konrad <fkonrad@amd.com>
Wed, 8 Jun 2022 18:38:48 +0000 (19:38 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 8 Jun 2022 18:38:48 +0000 (19:38 +0100)
commitb3f5cc3fda5775b34aa52e111d50c9d10911b352
treeaed7f26d78f99275d586163ec7e1d7bf97d957e6
parent39f40d02f6af8e4718100b6a3854e963c962cfd7
xlnx-zynqmp: fix the irq mapping for the display port and its dma

When the display port has been initially implemented the device
driver wasn't using interrupts.  Now that the display port driver
waits for vblank interrupt it has been noticed that the irq mapping
is wrong.  So use the value from the linux device tree and the
ultrascale+ reference manual.

Signed-off-by: Frederic Konrad <fkonrad@amd.com>
Reviewed-by: Edgar E. Iglesias <edgar.iglesias@amd.com>
Acked-by: Alistair Francis <alistair.francis@wdc.com>
Message-id: 20220601172353.3220232-5-fkonrad@xilinx.com
[PMM: refold lines in commit message]
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/xlnx-zynqmp.c