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

dt-bindings: rng: r200: Add interrupt property

This IP block has an interrupt. Add it and add it to the
example as well.

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20250512-bcmbca-peripherals-arm-v3-2-86f97ab4326f@linaro.org
Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>

authored by

Linus Walleij and committed by
Florian Fainelli
ca801d3f 65448139

+6
+6
Documentation/devicetree/bindings/rng/brcm,iproc-rng200.yaml
··· 20 20 reg: 21 21 maxItems: 1 22 22 23 + interrupts: 24 + maxItems: 1 25 + 23 26 additionalProperties: false 24 27 25 28 examples: 26 29 - | 30 + #include <dt-bindings/interrupt-controller/arm-gic.h> 31 + 27 32 rng@18032000 { 28 33 compatible = "brcm,iproc-rng200"; 29 34 reg = <0x18032000 0x28>; 35 + interrupts = <GIC_SPI 83 IRQ_TYPE_LEVEL_HIGH>; 30 36 };