diff options
author | 2021-06-20 20:38:49 +0800 | |
---|---|---|
committer | 2021-06-21 14:37:35 -0700 | |
commit | 19e068b18e729aecca4fbe5b261b05b59230c80f (patch) | |
tree | 2e0ffa953ec12a892d3eef145017e9248f7667df | |
parent | net: hns3: Fix a memory leak in an error handling path in 'hclge_handle_error_info_log()' (diff) | |
download | wireguard-linux-19e068b18e729aecca4fbe5b261b05b59230c80f.tar.xz wireguard-linux-19e068b18e729aecca4fbe5b261b05b59230c80f.zip |
dt-bindings: dwmac: Remove unexpected item.
Remove the unexpected "snps,dwmac" item in the example.
Fixes: 3b8401066e5a ("dt-bindings: dwmac: Add bindings for new Ingenic SoCs.")
Signed-off-by: 周琰杰 (Zhou Yanjie) <zhouyanjie@wanyeetech.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | Documentation/devicetree/bindings/net/ingenic,mac.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/net/ingenic,mac.yaml b/Documentation/devicetree/bindings/net/ingenic,mac.yaml index 5e93d4f9a080..d08a88125a5c 100644 --- a/Documentation/devicetree/bindings/net/ingenic,mac.yaml +++ b/Documentation/devicetree/bindings/net/ingenic,mac.yaml @@ -61,7 +61,7 @@ examples: #include <dt-bindings/clock/x1000-cgu.h> mac: ethernet@134b0000 { - compatible = "ingenic,x1000-mac", "snps,dwmac"; + compatible = "ingenic,x1000-mac"; reg = <0x134b0000 0x2000>; interrupt-parent = <&intc>; |