diff options
author | Lorenzo Bianconi <lorenzo@kernel.org> | 2024-08-01 09:35:11 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2024-08-04 15:22:31 +0100 |
commit | 101a002af005a21619463372f45ffb444a203438 (patch) | |
tree | 32554527be51ed9b4f226d6e9378a15fae05e145 /Documentation/devicetree/bindings | |
parent | 83044bf90e081ffe87ae3521914b46bfdaba3b1d (diff) | |
download | linux-stable-101a002af005a21619463372f45ffb444a203438.tar.gz linux-stable-101a002af005a21619463372f45ffb444a203438.tar.bz2 linux-stable-101a002af005a21619463372f45ffb444a203438.zip |
dt-bindings: net: dsa: mediatek,mt7530: Add airoha,en7581-switch
Add documentation for the built-in switch which can be found in the
Airoha EN7581 SoC.
Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org>
Reviewed-by: Arınç ÜNAL <arinc.unal@arinc9.com>
Reviewed-by: Florian Fainelli <florian.fainelli@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/devicetree/bindings')
-rw-r--r-- | Documentation/devicetree/bindings/net/dsa/mediatek,mt7530.yaml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/net/dsa/mediatek,mt7530.yaml b/Documentation/devicetree/bindings/net/dsa/mediatek,mt7530.yaml index 7e405ad96eb2..ea979bcae1d6 100644 --- a/Documentation/devicetree/bindings/net/dsa/mediatek,mt7530.yaml +++ b/Documentation/devicetree/bindings/net/dsa/mediatek,mt7530.yaml @@ -92,6 +92,10 @@ properties: Built-in switch of the MT7988 SoC const: mediatek,mt7988-switch + - description: + Built-in switch of the Airoha EN7581 SoC + const: airoha,en7581-switch + reg: maxItems: 1 @@ -284,7 +288,9 @@ allOf: - if: properties: compatible: - const: mediatek,mt7988-switch + enum: + - mediatek,mt7988-switch + - airoha,en7581-switch then: $ref: "#/$defs/mt7530-dsa-port" properties: |