Skip to content

Commit

Permalink
arm64: dts: imx8qxp: add "fsl,imx8qm-fec" compatible string for FEC
Browse files Browse the repository at this point in the history
Add "fsl,imx8qm-fec" compatible string for FEC to support new feature
(RGMII delayed clock).

Signed-off-by: Joakim Zhang <qiangqing.zhang@nxp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Joakim Zhang authored and davem330 committed Jul 28, 2021
1 parent a758dee commit 987e1b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm64/boot/dts/freescale/imx8qxp-ss-conn.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
};

&fec1 {
compatible = "fsl,imx8qxp-fec", "fsl,imx6sx-fec";
compatible = "fsl,imx8qxp-fec", "fsl,imx8qm-fec", "fsl,imx6sx-fec";
};

&fec2 {
compatible = "fsl,imx8qxp-fec", "fsl,imx6sx-fec";
compatible = "fsl,imx8qxp-fec", "fsl,imx8qm-fec", "fsl,imx6sx-fec";
};

0 comments on commit 987e1b9

Please sign in to comment.