Merge "fix(arm_fpga): Change PL011 UART IRQ" into integration

This commit is contained in:
Madhukar Pappireddy 2021-11-08 16:52:43 +01:00 committed by TrustedFirmware Code Review
commit ae2289b93f
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@
dbg_uart: serial@7ff80000 {
compatible = "arm,pl011", "arm,primecell";
reg = <0x0 0x7ff80000 0x0 0x00001000>;
interrupts = <GIC_SPI 115 IRQ_TYPE_LEVEL_HIGH>;
interrupts = <GIC_SPI 415 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&uartclk>, <&bus_refclk>;
clock-names = "uartclk", "apb_pclk";
};