* [U-Boot] [PATCH] axs101: fix dw gmac instantiation for updated dw gmac driver @ 2014-02-08 6:24 Alexey Brodkin 2014-02-21 10:05 ` Alexey Brodkin 2014-02-21 14:36 ` [U-Boot] " Tom Rini 0 siblings, 2 replies; 3+ messages in thread From: Alexey Brodkin @ 2014-02-08 6:24 UTC (permalink / raw) To: u-boot With accepted change to DW GMAC driver - 92a190aaab3536d695c51e0739f925910eb49889 (net/designware - switch driver to phylib usage) we need to update this board because "designware_initialize" now accepts only 2 parameters instead of 4. Cc: Vineet Gupta <vgupta@synopsys.com> Cc: Tom Rini <trini@ti.com> Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com> --- board/synopsys/axs101/axs101.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/synopsys/axs101/axs101.c b/board/synopsys/axs101/axs101.c index 4dbeaea..d1271ff 100644 --- a/board/synopsys/axs101/axs101.c +++ b/board/synopsys/axs101/axs101.c @@ -36,7 +36,7 @@ int board_mmc_init(bd_t *bis) int board_eth_init(bd_t *bis) { - if (designware_initialize(0, ARC_DWGMAC_BASE, 0, + if (designware_initialize(ARC_DWGMAC_BASE, PHY_INTERFACE_MODE_RGMII) >= 0) return 1; -- 1.8.5.3 ^ permalink raw reply related [flat|nested] 3+ messages in thread
* [U-Boot] [PATCH] axs101: fix dw gmac instantiation for updated dw gmac driver 2014-02-08 6:24 [U-Boot] [PATCH] axs101: fix dw gmac instantiation for updated dw gmac driver Alexey Brodkin @ 2014-02-21 10:05 ` Alexey Brodkin 2014-02-21 14:36 ` [U-Boot] " Tom Rini 1 sibling, 0 replies; 3+ messages in thread From: Alexey Brodkin @ 2014-02-21 10:05 UTC (permalink / raw) To: u-boot On Sat, 2014-02-08 at 10:24 +0400, Alexey Brodkin wrote: > With accepted change to DW GMAC driver - > 92a190aaab3536d695c51e0739f925910eb49889 (net/designware - switch driver > to phylib usage) we need to update this board because > "designware_initialize" now accepts only 2 parameters instead of 4. > > Cc: Vineet Gupta <vgupta@synopsys.com> > Cc: Tom Rini <trini@ti.com> > > Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com> Hi Tom, Please consider this patch for applying. This patch is now required for compilation of axs101 board due to changes in DW GMAC driver you applied earlier. -Alexey ^ permalink raw reply [flat|nested] 3+ messages in thread
* [U-Boot] axs101: fix dw gmac instantiation for updated dw gmac driver 2014-02-08 6:24 [U-Boot] [PATCH] axs101: fix dw gmac instantiation for updated dw gmac driver Alexey Brodkin 2014-02-21 10:05 ` Alexey Brodkin @ 2014-02-21 14:36 ` Tom Rini 1 sibling, 0 replies; 3+ messages in thread From: Tom Rini @ 2014-02-21 14:36 UTC (permalink / raw) To: u-boot On Sat, Feb 08, 2014 at 10:24:35AM +0400, Alexey Brodkin wrote: > With accepted change to DW GMAC driver - > 92a190aaab3536d695c51e0739f925910eb49889 (net/designware - switch driver > to phylib usage) we need to update this board because > "designware_initialize" now accepts only 2 parameters instead of 4. > > Cc: Vineet Gupta <vgupta@synopsys.com> > Cc: Tom Rini <trini@ti.com> > > Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com> Applied to u-boot/master, thanks! -- Tom -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 836 bytes Desc: Digital signature URL: <http://lists.denx.de/pipermail/u-boot/attachments/20140221/a8ccefe8/attachment.pgp> ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-02-21 14:36 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2014-02-08 6:24 [U-Boot] [PATCH] axs101: fix dw gmac instantiation for updated dw gmac driver Alexey Brodkin 2014-02-21 10:05 ` Alexey Brodkin 2014-02-21 14:36 ` [U-Boot] " Tom Rini
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox