Commit f9da1c9d authored by Ezequiel Garcia's avatar Ezequiel Garcia Committed by David S. Miller
Browse files

dt-bindings: net: rockchip-dwmac: add rk3568 compatible string



Add compatible string for RK3568 gmac, and constrain it to
be compatible with Synopsys dwmac 4.20a.

Signed-off-by: default avatarEzequiel Garcia <ezequiel@collabora.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 37c80d15
Loading
Loading
Loading
Loading
+18 −12
Original line number Diff line number Diff line
@@ -24,6 +24,7 @@ select:
          - rockchip,rk3366-gmac
          - rockchip,rk3368-gmac
          - rockchip,rk3399-gmac
          - rockchip,rk3568-gmac
          - rockchip,rv1108-gmac
  required:
    - compatible
@@ -33,7 +34,8 @@ allOf:

properties:
  compatible:
    items:
    oneOf:
      - items:
          - enum:
              - rockchip,px30-gmac
              - rockchip,rk3128-gmac
@@ -45,6 +47,10 @@ properties:
              - rockchip,rk3368-gmac
              - rockchip,rk3399-gmac
              - rockchip,rv1108-gmac
      - items:
          - enum:
              - rockchip,rk3568-gmac
          - const: snps,dwmac-4.20a

  clocks:
    minItems: 5