[U-Boot] Pull request: u-boot-sunxi/master

Hi Tom,
Please pull this PR.
Summary: - H6 dts(i) sync (Clément) - H6 PIO (Icenowy) - Fix pll1 clock calculation (Stefan) - H6 dram, half DQ (Jernej) - A64 OLinuXino eMMC (Sunil)
Travis-CI: https://travis-ci.org/openedev/u-boot-amarula/builds/602715052
Thanks, Jagan.
The following changes since commit 395ec7418695e5ce23f8b48c01a1dbffd2e52d3f:
spi-nor-ids: Add support for Adesto AT25SL321 (2019-10-25 00:48:32 +0530)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi master
for you to fetch changes up to 5f19c9302133cda54d5d1a6b1caa400260de9192:
sunxi: set PIO voltage to hardware-detected value on startup on H6 (2019-10-25 14:40:34 +0530)
---------------------------------------------------------------- Clément Péron (1): arm: dts: sync dts for Allwinner H6
Icenowy Zheng (1): sunxi: set PIO voltage to hardware-detected value on startup on H6
Jernej Skrabec (1): sunxi: H6: DRAM: Add support for half DQ
Stefan Mavrodiev (1): sunxi: Fix pll1 clock calculation
Sunil Mohan Adapa (1): arm64: dts: sun50i: Add support for A64 OLinuXino (with eMMC)
arch/arm/dts/Makefile | 1 + arch/arm/dts/sun50i-a64-olinuxino-emmc.dts | 23 +++++++ arch/arm/dts/sun50i-h6-beelink-gs1.dts | 76 +++++++++++++++++++++++ arch/arm/dts/sun50i-h6-pine-h64.dts | 12 ++++ arch/arm/dts/sun50i-h6.dtsi | 46 +++++++++++++- arch/arm/include/asm/arch-sunxi/dram_sun50i_h6.h | 1 + arch/arm/include/asm/arch-sunxi/gpio.h | 3 + arch/arm/mach-sunxi/board.c | 9 +++ arch/arm/mach-sunxi/clock_sun6i.c | 2 +- arch/arm/mach-sunxi/dram_sun50i_h6.c | 78 ++++++++++++++++-------- board/sunxi/MAINTAINERS | 5 ++ configs/a64-olinuxino-emmc_defconfig | 17 ++++++ 12 files changed, 244 insertions(+), 29 deletions(-) create mode 100644 arch/arm/dts/sun50i-a64-olinuxino-emmc.dts create mode 100644 configs/a64-olinuxino-emmc_defconfig

On Sat, Oct 26, 2019 at 11:18:47PM +0530, Jagan Teki wrote:
Hi Tom,
Please pull this PR.
Summary:
- H6 dts(i) sync (Clément)
- H6 PIO (Icenowy)
- Fix pll1 clock calculation (Stefan)
- H6 dram, half DQ (Jernej)
- A64 OLinuXino eMMC (Sunil)
Travis-CI: https://travis-ci.org/openedev/u-boot-amarula/builds/602715052
Thanks, Jagan.
The following changes since commit 395ec7418695e5ce23f8b48c01a1dbffd2e52d3f:
spi-nor-ids: Add support for Adesto AT25SL321 (2019-10-25 00:48:32 +0530)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi master
for you to fetch changes up to 5f19c9302133cda54d5d1a6b1caa400260de9192:
sunxi: set PIO voltage to hardware-detected value on startup on H6 (2019-10-25 14:40:34 +0530)
Applied to u-boot/master, thanks!
participants (2)
-
Jagan Teki
-
Tom Rini