[PATCH 2/8] net: designware: meson8b: add g12a compatible

Neil Armstrong narmstrong at baylibre.com
Fri May 14 17:46:23 CEST 2021


On 21/04/2021 11:18, Neil Armstrong wrote:
> Add support for the Meson G12A dwmac glue compatible needed after Linux 5.12 sync.
> 
> Signed-off-by: Neil Armstrong <narmstrong at baylibre.com>
> ---
>  drivers/net/dwmac_meson8b.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/net/dwmac_meson8b.c b/drivers/net/dwmac_meson8b.c
> index c0b6ef4994..069bf1724d 100644
> --- a/drivers/net/dwmac_meson8b.c
> +++ b/drivers/net/dwmac_meson8b.c
> @@ -133,6 +133,7 @@ static int dwmac_meson8b_probe(struct udevice *dev)
>  
>  static const struct udevice_id dwmac_meson8b_ids[] = {
>  	{ .compatible = "amlogic,meson-gxbb-dwmac", .data = (ulong)dwmac_setup_gx },
> +	{ .compatible = "amlogic,meson-g12a-dwmac", .data = (ulong)dwmac_setup_axg },
>  	{ .compatible = "amlogic,meson-axg-dwmac", .data = (ulong)dwmac_setup_axg },
>  	{ }
>  };
> 
Thanks,

Applied to u-boot-amlogic

Neil


More information about the U-Boot mailing list