mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-17 18:34:42 +00:00
ARM: dts: net: dwc_eth_qos: Fix i.MX8MP compatible string
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 <marex@denx.de> Cc: Fabio Estevam <festevam@denx.de> Cc: Marcel Ziswiler <marcel.ziswiler@toradex.com> Cc: Peng Fan <peng.fan@nxp.com> Cc: Stefano Babic <sbabic@denx.de> Reviewed-by: Fabio Estevam <festevam@denx.de> Tested-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Reviewed-by: Ramon Fried <rfried.dev@gmail.com>
This commit is contained in:
parent
448616126b
commit
3fa3f23d1b
3 changed files with 1 additions and 3 deletions
|
@ -128,7 +128,6 @@
|
|||
};
|
||||
|
||||
&eqos {
|
||||
compatible = "fsl,imx-eqos";
|
||||
/delete-property/ assigned-clocks;
|
||||
/delete-property/ assigned-clock-parents;
|
||||
/delete-property/ assigned-clock-rates;
|
||||
|
|
|
@ -30,7 +30,6 @@
|
|||
};
|
||||
|
||||
&eqos {
|
||||
compatible = "fsl,imx-eqos";
|
||||
/delete-property/ assigned-clocks;
|
||||
/delete-property/ assigned-clock-parents;
|
||||
/delete-property/ assigned-clock-rates;
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue