Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: bcm6878: Correct UART0 IRQ number

According to the vendor file 6878_intr.h the UART0 has IRQ
92, not 32.

Assuming this is a copy-and-paste error.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Reviewed-by: William Zhang <william.zhang@broadcom.com>
Link: https://lore.kernel.org/r/20250512-bcmbca-peripherals-arm-v3-1-86f97ab4326f@linaro.org
Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>

authored by

Linus Walleij and committed by
Florian Fainelli
65448139 19272b37

+1 -1
+1 -1
arch/arm/boot/dts/broadcom/bcm6878.dtsi
··· 137 137 uart0: serial@12000 { 138 138 compatible = "arm,pl011", "arm,primecell"; 139 139 reg = <0x12000 0x1000>; 140 - interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>; 140 + interrupts = <GIC_SPI 92 IRQ_TYPE_LEVEL_HIGH>; 141 141 clocks = <&uart_clk>, <&uart_clk>; 142 142 clock-names = "uartclk", "apb_pclk"; 143 143 status = "disabled";