Hi Linus, Sorry for the late reply. > -----Original Message----- > From: Linus Walleij > Sent: Sunday, April 6, 2025 8:33 AM > To: Rob Herring ; Krzysztof Kozlowski > ; > Conor Dooley ; William Zhang > ; Anand Gore ; > Kursad Oney ; Florian Fainelli > ; Rafał Miłecki ; > Broadcom > internal kernel review list ; > Olivia > Mackall ; Ray Jui ; Scott Branden > ; Florian Fainelli > Cc: devicetree@vger.kernel.org; linux-arm-kernel@lists.infradead.org; > linux- > crypto@vger.kernel.org; Linus Walleij > Subject: [PATCH v2 01/12] ARM: dts: bcm6878: Correct UART0 IRQ number > > According to the vendor file 6878_intr.h the UART0 has IRQ > 28, not 32. > > Assuming this is a copy-and-paste error. > > Signed-off-by: Linus Walleij > --- > arch/arm/boot/dts/broadcom/bcm6878.dtsi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/boot/dts/broadcom/bcm6878.dtsi > b/arch/arm/boot/dts/broadcom/bcm6878.dtsi > index > 70cf23a65fdb5ac7ed9eabc986f4ebb4df263c43..cf378970db08c05c40564a3893 > 1417a7be759532 100644 > --- a/arch/arm/boot/dts/broadcom/bcm6878.dtsi > +++ b/arch/arm/boot/dts/broadcom/bcm6878.dtsi > @@ -137,7 +137,7 @@ nandcs: nand@0 { > uart0: serial@12000 { > compatible = "arm,pl011", "arm,primecell"; > reg = <0x12000 0x1000>; > - interrupts = ; > + interrupts = ; It is copy/paste error but the correct value is 92 > clocks = <&uart_clk>, <&uart_clk>; > clock-names = "uartclk", "apb_pclk"; > status = "disabled"; > > -- > 2.49.0