[PATCH net-next 2/8] dt-bindings: net: enetc: add compatible string for ENETC with pseduo MAC

Wei Fang posted 8 patches 3 months, 3 weeks ago
There is a newer version of this series
[PATCH net-next 2/8] dt-bindings: net: enetc: add compatible string for ENETC with pseduo MAC
Posted by Wei Fang 3 months, 3 weeks ago
The ENETC with pseudo MAC is used to connect to the CPU port of the NETC
switch. This ENETC has a different PCI device ID, so add a standard PCI
device compatible string to it.

Signed-off-by: Wei Fang <wei.fang@nxp.com>
---
 Documentation/devicetree/bindings/net/fsl,enetc.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/net/fsl,enetc.yaml b/Documentation/devicetree/bindings/net/fsl,enetc.yaml
index ca70f0050171..aac20ab72ace 100644
--- a/Documentation/devicetree/bindings/net/fsl,enetc.yaml
+++ b/Documentation/devicetree/bindings/net/fsl,enetc.yaml
@@ -27,6 +27,7 @@ properties:
           - const: fsl,enetc
       - enum:
           - pci1131,e101
+          - pci1131,e110
 
   reg:
     maxItems: 1
-- 
2.34.1
Re: [PATCH net-next 2/8] dt-bindings: net: enetc: add compatible string for ENETC with pseduo MAC
Posted by Rob Herring (Arm) 3 months, 2 weeks ago
On Thu, 16 Oct 2025 18:20:13 +0800, Wei Fang wrote:
> The ENETC with pseudo MAC is used to connect to the CPU port of the NETC
> switch. This ENETC has a different PCI device ID, so add a standard PCI
> device compatible string to it.
> 
> Signed-off-by: Wei Fang <wei.fang@nxp.com>
> ---
>  Documentation/devicetree/bindings/net/fsl,enetc.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 

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