diff options
author | Herve Codina <herve.codina@bootlin.com> | 2021-10-08 13:34:38 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-10-08 18:22:39 +0300 |
commit | 3781b6ad2ee1b1c3cf8b6523ac22a58f44c2c337 (patch) | |
tree | 3970b62e29de8863eab4f74cff1761c3e125781f | |
parent | 075da584bae2da6a37428d59a477b6bdad430ac3 (diff) | |
download | linux-3781b6ad2ee1b1c3cf8b6523ac22a58f44c2c337.tar.xz |
dt-bindings: net: snps,dwmac: add dwmac 3.40a IP version
dwmac 3.40a is an old ip version that can be found on SPEAr3xx soc.
Signed-off-by: Herve Codina <herve.codina@bootlin.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | Documentation/devicetree/bindings/net/snps,dwmac.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/net/snps,dwmac.yaml b/Documentation/devicetree/bindings/net/snps,dwmac.yaml index 42689b7d03a2..c115c95ee584 100644 --- a/Documentation/devicetree/bindings/net/snps,dwmac.yaml +++ b/Documentation/devicetree/bindings/net/snps,dwmac.yaml @@ -21,6 +21,7 @@ select: contains: enum: - snps,dwmac + - snps,dwmac-3.40a - snps,dwmac-3.50a - snps,dwmac-3.610 - snps,dwmac-3.70a @@ -76,6 +77,7 @@ properties: - rockchip,rk3399-gmac - rockchip,rv1108-gmac - snps,dwmac + - snps,dwmac-3.40a - snps,dwmac-3.50a - snps,dwmac-3.610 - snps,dwmac-3.70a |