
Hi everyone,
This series add some missing peripheral support and fixed that was implemented on U-Boot 2013.01 Marvell version: 2015_T1.0p16 - helios4: mmc: move environment before 1M - helios4: Enable I2C and IO Expander - helios4: Reset uSOM onboard phy during board init
and added new peripheral support and improvement - helios4: Enable mvebu GPIO - helios4: Enable SPI flash support - helios4: Reduce U-Boot image size
--- Notes checkpatch.pl emit "WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?" on 0002-arm-mvebu-helios4-Enable-I2C-and- IO-Expander.patch due to new file, armada-388-helios4-u-boot.dtsi
--- Changes v1 -> v2: * Rearrange the patch, enabling I2C and convert I2C IO expander to DM should applied together. * Move u-boot specific properties into armada-388-helios4-u-boot.dtsi (Dennis Gilmore) * Use generic gpio_* API to do phy reset (Baruch Siach) --- Aditya Prayoga (6): arm: mvebu: helios4: mmc: move environment before 1M arm: mvebu: helios4: Enable I2C and IO Expander arm: mvebu: helios4: Enable mvebu GPIO arm: mvebu: helios4: Reduce U-Boot image size arm: mvebu: helios4: Enable SPI flash support arm: mvebu: helios4: Reset uSOM onboard phy during board init
arch/arm/dts/armada-388-helios4-u-boot.dtsi | 18 +++++++++ board/kobol/helios4/helios4.c | 57 ++++++++++++++--------------- configs/helios4_defconfig | 13 ++++--- include/configs/helios4.h | 48 +++++++++++++++++------- 4 files changed, 88 insertions(+), 48 deletions(-) create mode 100644 arch/arm/dts/armada-388-helios4-u-boot.dtsi