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

ARM: dts: bcm6846: Add interrupt to RNG

The r200 RNG has an interrupt so let's add it.

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-3-86f97ab4326f@linaro.org
Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>

authored by

Linus Walleij and committed by
Florian Fainelli
8397603d ca801d3f

+1
+1
arch/arm/boot/dts/broadcom/bcm6846.dtsi
··· 196 196 rng@b80 { 197 197 compatible = "brcm,iproc-rng200"; 198 198 reg = <0xb80 0x28>; 199 + interrupts = <GIC_SPI 85 IRQ_TYPE_LEVEL_HIGH>; 199 200 }; 200 201 201 202 leds: led-controller@800 {