diff options
author | Fabio Estevam <festevam@denx.de> | 2023-09-26 08:10:17 -0300 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2023-10-04 10:53:39 -0700 |
commit | ca6f5c2f94aa40028b3173967d3e5cb3a68aaa74 (patch) | |
tree | 66bbdfe196a3f22b9cb2496407926244a536c4c5 /Documentation/devicetree | |
parent | 91e43ca0090b5fd59302c3d150835299785f30ea (diff) |
dt-bindings: net: fec: Add imx8dxl description
The imx8dl FEC has the same programming model as the one on the imx8qxp.
Add the imx8dl compatible string.
Signed-off-by: Fabio Estevam <festevam@denx.de>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://lore.kernel.org/r/20230926111017.320409-1-festevam@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r-- | Documentation/devicetree/bindings/net/fsl,fec.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/net/fsl,fec.yaml b/Documentation/devicetree/bindings/net/fsl,fec.yaml index b494e009326e..8948a11c994e 100644 --- a/Documentation/devicetree/bindings/net/fsl,fec.yaml +++ b/Documentation/devicetree/bindings/net/fsl,fec.yaml @@ -59,6 +59,7 @@ properties: - const: fsl,imx6sx-fec - items: - enum: + - fsl,imx8dxl-fec - fsl,imx8qxp-fec - const: fsl,imx8qm-fec - const: fsl,imx6sx-fec |