diff options
author | Siddharth Vadapalli <s-vadapalli@ti.com> | 2023-03-15 08:59:47 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2023-03-17 09:01:34 +0100 |
commit | 40235edeadf58e4232bfcf8bf15be453cfe233b7 (patch) | |
tree | 59918fc56ddf645ac9e217bcf4ef20440121afe6 /Documentation/devicetree/bindings/net/ti,k3-am654-cpsw-nuss.yaml | |
parent | net: mana: Add new MANA VF performance counters for easier troubleshooting (diff) | |
download | linux-40235edeadf58e4232bfcf8bf15be453cfe233b7.tar.xz linux-40235edeadf58e4232bfcf8bf15be453cfe233b7.zip |
dt-bindings: net: ti: k3-am654-cpsw-nuss: Fix compatible order
Reorder compatibles to follow alphanumeric order.
Signed-off-by: Siddharth Vadapalli <s-vadapalli@ti.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/devicetree/bindings/net/ti,k3-am654-cpsw-nuss.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/net/ti,k3-am654-cpsw-nuss.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/net/ti,k3-am654-cpsw-nuss.yaml b/Documentation/devicetree/bindings/net/ti,k3-am654-cpsw-nuss.yaml index 628d63e1eb1f..6f56add1919b 100644 --- a/Documentation/devicetree/bindings/net/ti,k3-am654-cpsw-nuss.yaml +++ b/Documentation/devicetree/bindings/net/ti,k3-am654-cpsw-nuss.yaml @@ -54,11 +54,11 @@ properties: compatible: enum: + - ti,am642-cpsw-nuss - ti,am654-cpsw-nuss - ti,j7200-cpswxg-nuss - ti,j721e-cpsw-nuss - ti,j721e-cpswxg-nuss - - ti,am642-cpsw-nuss reg: maxItems: 1 @@ -215,8 +215,8 @@ allOf: compatible: contains: enum: - - ti,j721e-cpswxg-nuss - ti,j7200-cpswxg-nuss + - ti,j721e-cpswxg-nuss then: properties: ethernet-ports: |