[PATCH 0/3] Marvell SheevaPlug : convert Ethernet and SATA to Driver Model.

Tony Dinh mibodhi at gmail.com
Wed Jul 14 06:35:43 CEST 2021


- Add DM_ETH, SATA_MV and associated configs to sheevaplug_defconfig
- Remove IDE, and add SATA configs in board file sheevaplug.h
- Replace old device name "egiga0" with Ethernet PHY name from device
tree.
- Replace the old Ethernet PHY addr lookup with a device tree parsing
lookup function. Note that all Kirkwood SoCs boards use the same binding
for Ethernet port 0 and 1 nodes from kirkwood.dtsi. Thus the new lookup
function fdt_get_phy_addr() in this patch series probably should be
factored out to a common fdt support function and used in other
Kirkwood boards.


Tony Dinh (3):
  Marvell Sheevaplug: Add DM Ethernet and DM SATA configs
  Marvell Sheevaplug: Use Ethernet PHY name and address from device tree
  Marvell Sheevaplug: Add DM SATA and remove IDE configs

 board/Marvell/sheevaplug/sheevaplug.c | 54 +++++++++++++++++++++------
 configs/sheevaplug_defconfig          |  6 ++-
 include/configs/sheevaplug.h          |  9 ++---
 3 files changed, 51 insertions(+), 18 deletions(-)

-- 
2.20.1



More information about the U-Boot mailing list