[U-Boot] [PATCH u-boot 0/2] net: designware: add meson meson compatibles

Add the compatible strings in the Synopsys DWMAC driver for : - The Amlogic GXBB (and other GX) SoC - The Amlogic AXG (and other GX) SoC
Neil Armstrong (2): net: designware: add meson meson gxbb comptatible net: designware: add meson meson axg compatible
drivers/net/designware.c | 2 ++ 1 file changed, 2 insertions(+)

Add the compatible string for the Amlogic GXBB SoC family.
Signed-off-by: Neil Armstrong narmstrong@baylibre.com --- drivers/net/designware.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/drivers/net/designware.c b/drivers/net/designware.c index 19db0a8..cdcc03f 100644 --- a/drivers/net/designware.c +++ b/drivers/net/designware.c @@ -838,6 +838,7 @@ static const struct udevice_id designware_eth_ids[] = { { .compatible = "altr,socfpga-stmmac" }, { .compatible = "amlogic,meson6-dwmac" }, { .compatible = "amlogic,meson-gx-dwmac" }, + { .compatible = "amlogic,meson-gxbb-dwmac" }, { .compatible = "st,stm32-dwmac" }, { } };

Add the compatible string for the upcoming Amlogic AXG SoC family.
Signed-off-by: Neil Armstrong narmstrong@baylibre.com --- drivers/net/designware.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/drivers/net/designware.c b/drivers/net/designware.c index cdcc03f..4fa26ab 100644 --- a/drivers/net/designware.c +++ b/drivers/net/designware.c @@ -839,6 +839,7 @@ static const struct udevice_id designware_eth_ids[] = { { .compatible = "amlogic,meson6-dwmac" }, { .compatible = "amlogic,meson-gx-dwmac" }, { .compatible = "amlogic,meson-gxbb-dwmac" }, + { .compatible = "amlogic,meson-axg-dwmac" }, { .compatible = "st,stm32-dwmac" }, { } };

On Fri, Nov 9, 2018 at 8:21 AM Neil Armstrong narmstrong@baylibre.com wrote:
Add the compatible strings in the Synopsys DWMAC driver for :
- The Amlogic GXBB (and other GX) SoC
- The Amlogic AXG (and other GX) SoC
Neil Armstrong (2): net: designware: add meson meson gxbb comptatible net: designware: add meson meson axg compatible
Hi Neil,
Trying to catch up on patches - I don't see this series in patchwork - should it be?
Thanks, -Joe

Hi Joe,
On 02/01/2019 22:01, Joe Hershberger wrote:
On Fri, Nov 9, 2018 at 8:21 AM Neil Armstrong narmstrong@baylibre.com wrote:
Add the compatible strings in the Synopsys DWMAC driver for :
- The Amlogic GXBB (and other GX) SoC
- The Amlogic AXG (and other GX) SoC
Neil Armstrong (2): net: designware: add meson meson gxbb comptatible net: designware: add meson meson axg compatible
Hi Neil,
Trying to catch up on patches - I don't see this series in patchwork - should it be?
I pushed them along the u-boot-amlogic-20181126 pull-request to tom.
Neil
Thanks, -Joe
participants (2)
-
Joe Hershberger
-
Neil Armstrong