[PATCH 0/2] sunxi: v3s: add network support
Michael Walle
mwalle at kernel.org
Mon May 13 22:56:07 CEST 2024
Add network support for the V3s which only supports the internal
PHY. Adding support was straight forward. The emac driver just needs
the compatible string and some platform data and the clock driver
needs to know the bits for the clock gating as well as the reset
bits.
This was tested on a custom board.
Michael Walle (2):
clk: sunxi: add EMAC and EPHY clocks and resets for the V3s SoC
net: sun8i_emac: add support for the V3s
drivers/clk/sunxi/clk_v3s.c | 6 ++++++
drivers/net/sun8i_emac.c | 7 +++++++
2 files changed, 13 insertions(+)
--
2.39.2
More information about the U-Boot
mailing list