On 14.07.21 06:35, Tony Dinh wrote:
- 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(-)
Applied to u-boot-marvell/master Thanks, Stefan