Message ID | 20250512-bcmbca-peripherals-arm-v3-3-86f97ab4326f@linaro.org |
---|---|
State | New |
Headers | show |
Series | [v3,01/12] ARM: dts: bcm6878: Correct UART0 IRQ number | expand |
From: Florian Fainelli <f.fainelli@gmail.com> On Mon, 12 May 2025 14:05:49 +0200, Linus Walleij <linus.walleij@linaro.org> wrote: > The r200 RNG has an interrupt so let's add it. > > Signed-off-by: Linus Walleij <linus.walleij@linaro.org> > --- Applied to https://github.com/Broadcom/stblinux/commits/devicetree/next, thanks! -- Florian
diff --git a/arch/arm/boot/dts/broadcom/bcm6846.dtsi b/arch/arm/boot/dts/broadcom/bcm6846.dtsi index e0e06af3fe891df3c3d8c2005cf1980d33a7762b..f5591a45d2e4ad64d8f95680aea327771825252b 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 = <GIC_SPI 85 IRQ_TYPE_LEVEL_HIGH>; }; leds: led-controller@800 {
The r200 RNG has an interrupt so let's add it. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> --- arch/arm/boot/dts/broadcom/bcm6846.dtsi | 1 + 1 file changed, 1 insertion(+)