From: Linus Walleij Date: Mon, 12 May 2025 12:05:47 +0000 (+0200) Subject: ARM: dts: bcm6878: Correct UART0 IRQ number X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=654481395ffba18d41189bb1c88753f65bd63276;p=users%2Fwilly%2Flinux.git 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 Reviewed-by: William Zhang Link: https://lore.kernel.org/r/20250512-bcmbca-peripherals-arm-v3-1-86f97ab4326f@linaro.org Signed-off-by: Florian Fainelli --- diff --git a/arch/arm/boot/dts/broadcom/bcm6878.dtsi b/arch/arm/boot/dts/broadcom/bcm6878.dtsi index 70cf23a65fdb..43eb678e14d0 100644 --- a/arch/arm/boot/dts/broadcom/bcm6878.dtsi +++ b/arch/arm/boot/dts/broadcom/bcm6878.dtsi @@ -137,7 +137,7 @@ uart0: serial@12000 { compatible = "arm,pl011", "arm,primecell"; reg = <0x12000 0x1000>; - interrupts = ; + interrupts = ; clocks = <&uart_clk>, <&uart_clk>; clock-names = "uartclk", "apb_pclk"; status = "disabled";