[PATCH 2/4] dt-bindings: net: fec: Add imx8ulp compatible string

From: Peng Fan (OSS)
Date: Sat Nov 20 2021 - 07:00:13 EST


From: Peng Fan <peng.fan@xxxxxxx>

The fec on i.MX8ULP is derived from i.MX6UL, it uses two compatible
strings, so update the compatible string for i.MX8ULP.

Signed-off-by: Peng Fan <peng.fan@xxxxxxx>
---
Documentation/devicetree/bindings/net/fsl,fec.yaml | 4 ++++
1 file changed, 4 insertions(+)

diff --git a/Documentation/devicetree/bindings/net/fsl,fec.yaml b/Documentation/devicetree/bindings/net/fsl,fec.yaml
index dbf63a9c2a46..979fbc73f0b6 100644
--- a/Documentation/devicetree/bindings/net/fsl,fec.yaml
+++ b/Documentation/devicetree/bindings/net/fsl,fec.yaml
@@ -55,6 +55,10 @@ properties:
- const: fsl,imx8qm-fec
- const: fsl,imx6sx-fec

+ - items:
+ - const: fsl,imx8ulp-fec
+ - const: fsl,imx6ul-fec
+
reg:
maxItems: 1

--
2.25.1