
Hi Tom,
Please pull the rockchip fixes: - Fixed for rv1108 and elgin-rv1108 board - Fix the keyboard from USB instead of CrOS EC
Travis: https://travis-ci.org/keveryang/u-boot/builds/667296226
Thanks, - Kever
The following changes since commit 0aadc0786e4a249cddd37efd8875f09e645be4cd:
Merge tag 'efi-2020-04-rc4-5' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi (2020-03-23 10:14:31 -0400)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip.git tags/u-boot-rockchip-20200327
for you to fetch changes up to e5a405583f5ce9576c5084a178622e2fdd49cb23:
rockchip: mkimage: Use an existing macro instead of a decimal value (2020-03-26 22:58:46 +0800)
---------------------------------------------------------------- Kever Yang (2): rockchip: elgin-rv1108: Use syscon API to get grf base rockchip: evb-rv1108: Use syscon API to get grf base
Miquel Raynal (1): rockchip: mkimage: Use an existing macro instead of a decimal value
Otavio Salvador (4): ARM: dts: Activate pullups in the console pins on rv1108-elgin-r1 elgin-rv1108: Use rk_board_late_init() for GPIO settings elgin-rv1108: Avoid adc_channel_single_shot error rv1108: Fix boot regression
Peter Robinson (1): rockchip: Change keyboard input from CrOS EC keyboard to a USB keyboard
arch/arm/dts/rv1108-elgin-r1.dts | 11 +++++++++++ arch/arm/dts/rv1108-u-boot.dtsi | 6 ++++++ board/elgin/elgin_rv1108/elgin_rv1108.c | 9 ++++----- board/rockchip/evb_rv1108/evb_rv1108.c | 7 +++---- configs/elgin-rv1108_defconfig | 2 ++ configs/miqi-rk3288_defconfig | 1 + configs/roc-pc-rk3399_defconfig | 1 + configs/rock2_defconfig | 1 + configs/tinker-rk3288_defconfig | 1 + configs/tinker-s-rk3288_defconfig | 1 + include/configs/miqi_rk3288.h | 2 +- include/configs/roc-pc-rk3399.h | 2 +- include/configs/rock2.h | 2 +- include/configs/tinker_rk3288.h | 2 +- include/configs/vyasa-rk3288.h | 2 +- tools/rkcommon.c | 6 ++++-- 16 files changed, 40 insertions(+), 16 deletions(-) create mode 100644 arch/arm/dts/rv1108-u-boot.dtsi