Re: [PATCH net-next 1/2] dt-bindings: net: dsa: mediatek,mt7530: Add airoha,en7581-switch

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 30/07/2024 10:46, Lorenzo Bianconi wrote:
Add documentation for the built-in switch which can be found in the
Airoha EN7581 SoC.

Signed-off-by: Lorenzo Bianconi <lorenzo@xxxxxxxxxx>
---
  .../devicetree/bindings/net/dsa/mediatek,mt7530.yaml     | 9 ++++++++-
  1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/net/dsa/mediatek,mt7530.yaml b/Documentation/devicetree/bindings/net/dsa/mediatek,mt7530.yaml
index 7e405ad96eb2..aa89bc89eb45 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,10 @@ allOf:
    - if:
        properties:
          compatible:
-          const: mediatek,mt7988-switch
+          contains:
+            enum:
+              - mediatek,mt7988-switch
+              - airoha,en7581-switch

The compatible string won't be more than one item. So this would be a
better description:

compatible:
  oneOf:
    - const: mediatek,mt7988-switch
    - const: airoha,en7581-switch

Arınç




[Index of Archives]     [Device Tree Compilter]     [Device Tree Spec]     [Linux Driver Backports]     [Video for Linux]     [Linux USB Devel]     [Linux PCI Devel]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [XFree86]     [Yosemite Backpacking]


  Powered by Linux