All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v3 0/2] sunxi: Enable EMAC on A83T boards using Realtek RTL8211E PHY
@ 2019-05-03  2:27 Chen-Yu Tsai
  2019-05-03  2:27 ` [U-Boot] [PATCH v3 1/2] sunxi: Enable EMAC on the Cubietruck Plus Chen-Yu Tsai
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Chen-Yu Tsai @ 2019-05-03  2:27 UTC (permalink / raw)
  To: u-boot

From: Chen-Yu Tsai <wens@csie.org>

Hi everyone,

This series enables EMAC (Ethernet controller) on two A83T boards,
the Cubietruck Plus and Bananapi M3.

This series is now based on sunxi/next, which has patches that convert
sun8i-emac to use the common CLK and DM_RESET framework.

The two patches enable the sun8i-emac and Realtek PHY driver in their
respective defconfigs. The device trees already have the EMAC enabled.
For the Bananapi M3, the regulator providing the I/O voltages is raised
to 3.3V.

This was tested with the "dhcp" command followed by using the "ping"
command to ping an external IP, in this case 8.8.8.8.

Regards
ChenYu

Changes in v3:
  - Rebased on sunxi/master

Changes in v2:
  - Dropped clk/reset related changes in favor of DM CLK / RESET support
  - Raised DLDO3 for RGMII I/O on Bananapi M3 to 3.3V per design

Chen-Yu Tsai (2):
  sunxi: Enable EMAC on the Cubietruck Plus
  sunxi: Enable EMAC on the Bananapi M3

 configs/Cubietruck_plus_defconfig | 2 ++
 configs/Sinovoip_BPI_M3_defconfig | 4 +++-
 2 files changed, 5 insertions(+), 1 deletion(-)

-- 
2.20.1

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2019-05-03 12:28 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-03  2:27 [U-Boot] [PATCH v3 0/2] sunxi: Enable EMAC on A83T boards using Realtek RTL8211E PHY Chen-Yu Tsai
2019-05-03  2:27 ` [U-Boot] [PATCH v3 1/2] sunxi: Enable EMAC on the Cubietruck Plus Chen-Yu Tsai
2019-05-03  2:27 ` [U-Boot] [PATCH v3 2/2] sunxi: Enable EMAC on the Bananapi M3 Chen-Yu Tsai
2019-05-03  9:49 ` [U-Boot] [PATCH v3 0/2] sunxi: Enable EMAC on A83T boards using Realtek RTL8211E PHY Jagan Teki
2019-05-03 10:01   ` Chen-Yu Tsai
2019-05-03 12:15     ` Jagan Teki
2019-05-03 12:28       ` Chen-Yu Tsai
2019-05-03 12:20 ` Jagan Teki

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.