[GIT PULL] UniPhier SoC updates for v2020.04 (3rd)

Hi Tom,
Please pull more updates.
Thanks.
The following changes since commit 548ce227d3d852455c6395c0cec30af0cda77b09:
Prepare v2020.04-rc3 (2020-02-26 07:53:20 -0500)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-uniphier.git tags/uniphier-v2020.04-3
for you to fetch changes up to 53265152d2e395bc363d9824a06a1ffd5df3438e:
ARM: dts: uniphier: remove U-Boot own EEPROM compatible and property (2020-02-29 14:12:51 +0900)
---------------------------------------------------------------- UniPhier SoC updates for v2020.04 (3rd)
- Enable ADMA and HS400 for the eMMC driver on 64-bit SoCs
- Add some convenient environment variables to handle SD card
- Sanitize the NAND controller reset sequence and its WP handling
- Sync DT with Linux
---------------------------------------------------------------- Masahiro Yamada (9): ARM: uniphier: enable CONFIG_MMC_SDHCI_ADMA for uniphier_v8_defconfig ARM: uniphier: add sdscript, sdboot, sdupdate environment variables ARM: uniphier: move NAND reset assertion to U-Boot proper from SPL ARM: uniphier: remove workaround for the NAND write protect ARM: uniphier: detect the base of micro support card at run-time ARM: uniphier: enable CONFIG_MMC_HS400_SUPPORT for uniphier_v8_defconfig ARM: dts: uniphier: rename DT nodes to follow json-schema ARM: dts: uniphier: add reset-names to NAND controller node ARM: dts: uniphier: remove U-Boot own EEPROM compatible and property
arch/arm/dts/uniphier-ld11-global.dts | 2 +- arch/arm/dts/uniphier-ld11.dtsi | 9 ++++--- arch/arm/dts/uniphier-ld20.dtsi | 11 ++++---- arch/arm/dts/uniphier-ld4.dtsi | 13 +++++----- arch/arm/dts/uniphier-pro4-ace.dts | 3 +-- arch/arm/dts/uniphier-pro4-sanji.dts | 3 +-- arch/arm/dts/uniphier-pro4.dtsi | 15 +++++------ arch/arm/dts/uniphier-pro5.dtsi | 15 +++++------ arch/arm/dts/uniphier-pxs2-gentil.dts | 3 +-- arch/arm/dts/uniphier-pxs2.dtsi | 13 +++++----- arch/arm/dts/uniphier-pxs3.dtsi | 11 ++++---- arch/arm/dts/uniphier-ref-daughter.dtsi | 3 +-- arch/arm/dts/uniphier-sld8.dtsi | 13 +++++----- arch/arm/mach-uniphier/Makefile | 1 + arch/arm/mach-uniphier/board_init.c | 4 +++ arch/arm/mach-uniphier/board_late_init.c | 17 ------------- arch/arm/mach-uniphier/clk/clk-early-ld4.c | 7 ------ arch/arm/mach-uniphier/init.h | 8 ++++++ arch/arm/mach-uniphier/micro-support-card.c | 43 +++++++++++++++++++++++--------- arch/arm/mach-uniphier/mmc-first-dev.c | 27 +++++++++++++++++--- arch/arm/mach-uniphier/nand-reset.c | 43 ++++++++++++++++++++++++++++++++ configs/uniphier_v8_defconfig | 4 +-- include/configs/uniphier.h | 11 ++++++++ 23 files changed, 182 insertions(+), 97 deletions(-) create mode 100644 arch/arm/mach-uniphier/nand-reset.c

On Sat, Feb 29, 2020 at 02:39:17PM +0900, Masahiro Yamada wrote:
Hi Tom,
Please pull more updates.
Thanks.
The following changes since commit 548ce227d3d852455c6395c0cec30af0cda77b09:
Prepare v2020.04-rc3 (2020-02-26 07:53:20 -0500)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-uniphier.git tags/uniphier-v2020.04-3
for you to fetch changes up to 53265152d2e395bc363d9824a06a1ffd5df3438e:
ARM: dts: uniphier: remove U-Boot own EEPROM compatible and property (2020-02-29 14:12:51 +0900)
Applied to u-boot/master, thanks!
participants (2)
-
Masahiro Yamada
-
Tom Rini