diff options
author | Daniel Golle <[email protected]> | 2023-04-20 17:04:23 +0100 |
---|---|---|
committer | David S. Miller <[email protected]> | 2023-04-22 14:13:25 +0100 |
commit | cf88231d973909dc8d578138509973e062aba3d7 (patch) | |
tree | dd4ac03029443c13b410a8497636991cb9814000 | |
parent | 99e5acae193e369b71217efe6f1dad42f3f18815 (diff) |
dt-bindings: net: mediatek: add WED RX binding for MT7981 eth driver
Add compatible string for mediatek,mt7981-wed as MT7981 also supports
RX WED just like MT7986, but needs a different firmware file.
Signed-off-by: Daniel Golle <[email protected]>
Acked-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/arm/mediatek/mediatek,mt7622-wed.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/mediatek/mediatek,mt7622-wed.yaml b/Documentation/devicetree/bindings/arm/mediatek/mediatek,mt7622-wed.yaml index 5c223cb063d4..f7d578a171a4 100644 --- a/Documentation/devicetree/bindings/arm/mediatek/mediatek,mt7622-wed.yaml +++ b/Documentation/devicetree/bindings/arm/mediatek/mediatek,mt7622-wed.yaml @@ -20,6 +20,7 @@ properties: items: - enum: - mediatek,mt7622-wed + - mediatek,mt7981-wed - mediatek,mt7986-wed - const: syscon |