[PATCH v2 1/2] dt-bindings: net: altr,socfpga-stmmac: Constrain interrupts
Matthew Gerlach
matthew.gerlach at altera.com
Tue Sep 2 15:48:57 PDT 2025
On 9/2/25 8:40 AM, Krzysztof Kozlowski wrote:
> STMMAC on SoCFPGA uses exactly one interrupt in in-kernel DTS and common
> snps,dwmac.yaml binding is flexible, so define precise constraint for
> this device.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski at linaro.org>
Acked-by: Matthew Gerlach <matthew.gerlach at altera.com>
>
> ---
>
> Changes in v2:
> 1. Minor typo in commit msg.
> ---
> .../devicetree/bindings/net/altr,socfpga-stmmac.yaml | 7 +++++++
> 1 file changed, 7 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/net/altr,socfpga-stmmac.yaml b/Documentation/devicetree/bindings/net/altr,socfpga-stmmac.yaml
> index 3a22d35db778..fc445ad5a1f1 100644
> --- a/Documentation/devicetree/bindings/net/altr,socfpga-stmmac.yaml
> +++ b/Documentation/devicetree/bindings/net/altr,socfpga-stmmac.yaml
> @@ -62,6 +62,13 @@ properties:
> - const: stmmaceth
> - const: ptp_ref
>
> + interrupts:
> + maxItems: 1
> +
> + interrupt-names:
> + items:
> + - const: macirq
> +
> iommus:
> minItems: 1
> maxItems: 2
More information about the linux-arm-kernel
mailing list