MLK-16023-04 arm64: dts: imx8mq: clean up the enet compatible string
authorFugang Duan <fugang.duan@nxp.com>
Tue, 18 Jul 2017 09:56:46 +0000 (17:56 +0800)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 20:33:41 +0000 (15:33 -0500)
Since i.MX8MQ ENET is the same as i.MX6SX ENET version and don't
support new features added in i.MX8QM/QXP. So remove "fsl,imx8qm-fec"
compatible string.

Signed-off-by: Fugang Duan <fugang.duan@nxp.com>
arch/arm64/boot/dts/freescale/fsl-imx8mq.dtsi

index bb5a29d..3e57374 100644 (file)
        };
 
        fec1: ethernet@30be0000 {
-               compatible = "fsl,imx8qm-fec", "fsl,imx6sx-fec";
+               compatible = "fsl,imx8mq-fec", "fsl,imx6sx-fec";
                reg = <0x0 0x30be0000 0x0 0x10000>;
                interrupts = <GIC_SPI 118 IRQ_TYPE_LEVEL_HIGH>,
                        <GIC_SPI 119 IRQ_TYPE_LEVEL_HIGH>,