> -----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 03/12] ARM: dts: bcm6846: Add interrupt to RNG > > The r200 RNG has an interrupt so let's add it. > > Signed-off-by: Linus Walleij > --- > arch/arm/boot/dts/broadcom/bcm6846.dtsi | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm/boot/dts/broadcom/bcm6846.dtsi > b/arch/arm/boot/dts/broadcom/bcm6846.dtsi > index > e0e06af3fe891df3c3d8c2005cf1980d33a7762b..d36d0a791dbf4ca34427976919 > 57c3247c7187e7 100644 > --- a/arch/arm/boot/dts/broadcom/bcm6846.dtsi > +++ b/arch/arm/boot/dts/broadcom/bcm6846.dtsi > @@ -196,6 +196,7 @@ uart0: serial@640 { > rng@b80 { > compatible = "brcm,iproc-rng200"; > reg = <0xb80 0x28>; > + interrupts = ; If you are getting the value from 6846_intr.h, the interrupt for dtsi is actually ((SPI_TABLE_OFFSET2 + 21) - 32) = 85 > }; > > leds: led-controller@800 { > > -- > 2.49.0