Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ba593e00 authored by Fugang Duan's avatar Fugang Duan Committed by David S. Miller
Browse files

net:fec: Add fsl,imx6sx-fec compatible strings



Add compatible string "fsl,imx6sx-fec" for i.MX6SX.

Signed-off-by: default avatarFugang Duan <B38611@freescale.com>
Signed-off-by: default avatarFrank Li <Frank.Li@freescale.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent ce99d0d3
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -157,6 +157,7 @@ enum imx_fec_type {
	IMX28_FEC,
	IMX28_FEC,
	IMX6Q_FEC,
	IMX6Q_FEC,
	MVF600_FEC,
	MVF600_FEC,
	IMX6SX_FEC,
};
};


static const struct of_device_id fec_dt_ids[] = {
static const struct of_device_id fec_dt_ids[] = {
@@ -165,6 +166,7 @@ static const struct of_device_id fec_dt_ids[] = {
	{ .compatible = "fsl,imx28-fec", .data = &fec_devtype[IMX28_FEC], },
	{ .compatible = "fsl,imx28-fec", .data = &fec_devtype[IMX28_FEC], },
	{ .compatible = "fsl,imx6q-fec", .data = &fec_devtype[IMX6Q_FEC], },
	{ .compatible = "fsl,imx6q-fec", .data = &fec_devtype[IMX6Q_FEC], },
	{ .compatible = "fsl,mvf600-fec", .data = &fec_devtype[MVF600_FEC], },
	{ .compatible = "fsl,mvf600-fec", .data = &fec_devtype[MVF600_FEC], },
	{ .compatible = "fsl,imx6sx-fec", .data = &fec_devtype[IMX6SX_FEC], },
	{ /* sentinel */ }
	{ /* sentinel */ }
};
};
MODULE_DEVICE_TABLE(of, fec_dt_ids);
MODULE_DEVICE_TABLE(of, fec_dt_ids);