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