Commit 987e1b96 authored by Joakim Zhang's avatar Joakim Zhang Committed by David S. Miller

arm64: dts: imx8qxp: add "fsl,imx8qm-fec" compatible string for FEC

Add "fsl,imx8qm-fec" compatible string for FEC to support new feature
(RGMII delayed clock).
Signed-off-by: default avatarJoakim Zhang <qiangqing.zhang@nxp.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent a758dee8
...@@ -17,9 +17,9 @@ &usdhc3 { ...@@ -17,9 +17,9 @@ &usdhc3 {
}; };
&fec1 { &fec1 {
compatible = "fsl,imx8qxp-fec", "fsl,imx6sx-fec"; compatible = "fsl,imx8qxp-fec", "fsl,imx8qm-fec", "fsl,imx6sx-fec";
}; };
&fec2 { &fec2 {
compatible = "fsl,imx8qxp-fec", "fsl,imx6sx-fec"; compatible = "fsl,imx8qxp-fec", "fsl,imx8qm-fec", "fsl,imx6sx-fec";
}; };
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment