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

2022-04-12 Thread sbabic
> 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. > Signed-off-by: Marek Vasut > Cc: Fabio Estevam > Cc: Marcel Ziswiler > Cc: Peng Fan > Cc: Stefa

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

2022-03-02 Thread Ramon Fried
On Mon, Feb 28, 2022 at 1:31 AM Marcel Ziswiler 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 av

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

2022-02-27 Thread Marcel Ziswiler
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-

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

2022-02-26 Thread Fabio Estevam
Hi Marek, On 26/02/2022 00:36, 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. Yes, "nxp,imx8mp-dwmac-eqos" is the documented prope

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

2022-02-25 Thread Marek Vasut
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. Signed-off-by: Marek Vasut Cc: Fabio Estevam Cc: Marcel Ziswiler Cc: Peng Fan Cc: Stefano Babic ---