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

dt-bindings: net: altr,socfpga-stmmac: Constrain interrupts

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@linaro.org>
Acked-by: Matthew Gerlach <matthew.gerlach@altera.com>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
Link: https://patch.msgid.link/20250902154051.263156-3-krzysztof.kozlowski@linaro.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Krzysztof Kozlowski and committed by
Jakub Kicinski
f672fcd8 f38b9334

+7
+7
Documentation/devicetree/bindings/net/altr,socfpga-stmmac.yaml
··· 62 62 - const: stmmaceth 63 63 - const: ptp_ref 64 64 65 + interrupts: 66 + maxItems: 1 67 + 68 + interrupt-names: 69 + items: 70 + - const: macirq 71 + 65 72 iommus: 66 73 minItems: 1 67 74 maxItems: 2