[PATCH net-next v2 2/6] dt-bindings: net: dsa: lantiq,gswip: add Intel GSW150

Daniel Golle posted 6 patches 3 weeks, 3 days ago
There is a newer version of this series
[PATCH net-next v2 2/6] dt-bindings: net: dsa: lantiq,gswip: add Intel GSW150
Posted by Daniel Golle 3 weeks, 3 days ago
Add compatible strings for the Intel GSW150 which is apparently
identical or at least compatible with the Lantiq PEB7084 Ethernet
switch IC.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
---
v2: no changes

 Documentation/devicetree/bindings/net/dsa/lantiq,gswip.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/net/dsa/lantiq,gswip.yaml b/Documentation/devicetree/bindings/net/dsa/lantiq,gswip.yaml
index 9c0de536bae97..97842523772f4 100644
--- a/Documentation/devicetree/bindings/net/dsa/lantiq,gswip.yaml
+++ b/Documentation/devicetree/bindings/net/dsa/lantiq,gswip.yaml
@@ -19,6 +19,8 @@ maintainers:
 properties:
   compatible:
     enum:
+      - intel,gsw150
+      - lantiq,peb7084
       - lantiq,xrx200-gswip
       - lantiq,xrx300-gswip
       - lantiq,xrx330-gswip
-- 
2.52.0
Re: [PATCH net-next v2 2/6] dt-bindings: net: dsa: lantiq,gswip: add Intel GSW150
Posted by Rob Herring (Arm) 3 weeks, 2 days ago
On Thu, 15 Jan 2026 00:56:53 +0000, Daniel Golle wrote:
> Add compatible strings for the Intel GSW150 which is apparently
> identical or at least compatible with the Lantiq PEB7084 Ethernet
> switch IC.
> 
> Signed-off-by: Daniel Golle <daniel@makrotopia.org>
> ---
> v2: no changes
> 
>  Documentation/devicetree/bindings/net/dsa/lantiq,gswip.yaml | 2 ++
>  1 file changed, 2 insertions(+)
> 

Reviewed-by: Rob Herring (Arm) <robh@kernel.org>