Add the more generic "snps,dwxgmac" compatible to the list of compatibles for the agilex5. The snps,dwmac binding explicitly uses the "snps,dwxgmac-2.10", "snps,dwxgmac" combination as example; the stmmac driver only checks on dwmac and dwxgmac compatibles to decide what kind of gmac it is working with. Signed-off-by: Steffen Trumtrar --- Documentation/devicetree/bindings/net/altr,socfpga-stmmac.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/net/altr,socfpga-stmmac.yaml b/Documentation/devicetree/bindings/net/altr,socfpga-stmmac.yaml index fc445ad5a1f1a..b53847a2d9536 100644 --- a/Documentation/devicetree/bindings/net/altr,socfpga-stmmac.yaml +++ b/Documentation/devicetree/bindings/net/altr,socfpga-stmmac.yaml @@ -46,6 +46,7 @@ properties: - items: - const: altr,socfpga-stmmac-agilex5 - const: snps,dwxgmac-2.10 + - const: snps,dwxgmac clocks: minItems: 1 -- 2.51.0