[PATCH] ARM: dts: net: dwc_eth_qos: Fix i.MX8MP compatible string

Ramon Fried rfried.dev at gmail.com
Thu Mar 3 08:54:54 CET 2022


On Mon, Feb 28, 2022 at 1:31 AM Marcel Ziswiler
<marcel.ziswiler at toradex.com> wrote:
>
> On Sat, 2022-02-26 at 04:36 +0100, Marek Vasut wrote:
> > The correct compatible string for i.MX8MP variant of DWC EQoS MAC
> > is "nxp,imx8mp-dwmac-eqos", use it. Drop the two current users of
> > the current wrong compatible string to avoid breaking them.
>
> Thanks, Marek, for fixing this.
>
> > Signed-off-by: Marek Vasut <marex at denx.de>
>
> Tested-by: Marcel Ziswiler <marcel.ziswiler at toradex.com>
>
> > Cc: Fabio Estevam <festevam at denx.de>
> > Cc: Marcel Ziswiler <marcel.ziswiler at toradex.com>
> > Cc: Peng Fan <peng.fan at nxp.com>
> > Cc: Stefano Babic <sbabic at denx.de>
> > ---
> >  arch/arm/dts/imx8mp-evk-u-boot.dtsi    | 1 -
> >  arch/arm/dts/imx8mp-verdin-u-boot.dtsi | 1 -
> >  drivers/net/dwc_eth_qos.c              | 2 +-
> >  3 files changed, 1 insertion(+), 3 deletions(-)
> >
> > diff --git a/arch/arm/dts/imx8mp-evk-u-boot.dtsi b/arch/arm/dts/imx8mp-evk-u-boot.dtsi
> > index ab849ebaaca..7c3789273da 100644
> > --- a/arch/arm/dts/imx8mp-evk-u-boot.dtsi
> > +++ b/arch/arm/dts/imx8mp-evk-u-boot.dtsi
> > @@ -112,7 +112,6 @@
> >  };
> >
> >  &eqos {
> > -       compatible = "fsl,imx-eqos";
> >         /delete-property/ assigned-clocks;
> >         /delete-property/ assigned-clock-parents;
> >         /delete-property/ assigned-clock-rates;
> > diff --git a/arch/arm/dts/imx8mp-verdin-u-boot.dtsi b/arch/arm/dts/imx8mp-verdin-u-boot.dtsi
> > index a57ad45ed63..26140a79ebe 100644
> > --- a/arch/arm/dts/imx8mp-verdin-u-boot.dtsi
> > +++ b/arch/arm/dts/imx8mp-verdin-u-boot.dtsi
> > @@ -30,7 +30,6 @@
> >  };
> >
> >  &eqos {
> > -       compatible = "fsl,imx-eqos";
> >         /delete-property/ assigned-clocks;
> >         /delete-property/ assigned-clock-parents;
> >         /delete-property/ assigned-clock-rates;
> > diff --git a/drivers/net/dwc_eth_qos.c b/drivers/net/dwc_eth_qos.c
> > index 22dad5b2030..ea0c2cfa5b2 100644
> > --- a/drivers/net/dwc_eth_qos.c
> > +++ b/drivers/net/dwc_eth_qos.c
> > @@ -2032,7 +2032,7 @@ static const struct udevice_id eqos_ids[] = {
> >  #endif
> >  #if IS_ENABLED(CONFIG_DWC_ETH_QOS_IMX)
> >         {
> > -               .compatible = "fsl,imx-eqos",
> > +               .compatible = "nxp,imx8mp-dwmac-eqos",
> >                 .data = (ulong)&eqos_imx_config
> >         },
> >  #endif
Reviewed-by: Ramon Fried <rfried.dev at gmail.com>


More information about the U-Boot mailing list