From: Linus Walleij Date: Mon, 12 May 2025 12:05:48 +0000 (+0200) Subject: dt-bindings: rng: r200: Add interrupt property X-Git-Tag: v6.17-rc1~172^2~39^2~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ca801d3f2dfad05e59fe1493cdf0b73eac4df04b;p=thirdparty%2Fkernel%2Flinux.git 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 Signed-off-by: Linus Walleij Link: https://lore.kernel.org/r/20250512-bcmbca-peripherals-arm-v3-2-86f97ab4326f@linaro.org Signed-off-by: Florian Fainelli --- diff --git a/Documentation/devicetree/bindings/rng/brcm,iproc-rng200.yaml b/Documentation/devicetree/bindings/rng/brcm,iproc-rng200.yaml index 827983008ecf7..817cbdaa2b2d7 100644 --- a/Documentation/devicetree/bindings/rng/brcm,iproc-rng200.yaml +++ b/Documentation/devicetree/bindings/rng/brcm,iproc-rng200.yaml @@ -20,11 +20,17 @@ properties: reg: maxItems: 1 + interrupts: + maxItems: 1 + additionalProperties: false examples: - | + #include + rng@18032000 { compatible = "brcm,iproc-rng200"; reg = <0x18032000 0x28>; + interrupts = ; };