Message ID | 20211120115825.851798-3-peng.fan@oss.nxp.com (mailing list archive) |
---|---|
State | Not Applicable |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | dt-bindings/dts: add i.MX8ULP FEC | expand |
Context | Check | Description |
---|---|---|
netdev/tree_selection | success | Not a local patch |
On Sat, 20 Nov 2021 19:58:23 +0800, Peng Fan (OSS) wrote: > From: Peng Fan <peng.fan@nxp.com> > > 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@nxp.com> > --- > Documentation/devicetree/bindings/net/fsl,fec.yaml | 4 ++++ > 1 file changed, 4 insertions(+) > Reviewed-by: Rob Herring <robh@kernel.org>
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