[U-Boot] [PULL] Please pull u-boot-rockchip fixes for 2019.1
Philipp Tomsich
philipp.tomsich at theobroma-systems.com
Thu Jan 3 11:33:18 UTC 2019
Tom,
Some additional fixes (Christoph’s series has been in-flight for a couple of weeks
due to my insistence on having pinctrl/regulators autoconfigured) for 2019.1.
The Travis-CI report is at https://travis-ci.org/ptomsich/u-boot-rockchip/builds/474593290
Thanks,
Philipp.
The following changes since commit f97c49d6a2f504d0f0a8aab37c67aa314e006250:
Merge branch 'master' of git://git.denx.de/u-boot-sunxi (2019-01-01 19:55:05 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-rockchip.git tags/for-master-20190103
for you to fetch changes up to 77012e79ffc35994e5d6efca458d65bd03842b00:
rockchip: rk3399-puma: Set VDD_LOG to 950 mV. (2019-01-02 22:40:02 +0100)
----------------------------------------------------------------
Last-minute fixes for 2019.1:
- clamp DRAM size to below 32bit for 32bit targets to support 4GB
- fix copyright notice on some Rockchip-contributed files
- adjust vdd_log for the RK3399-Q7 to improve stability in some workloads
----------------------------------------------------------------
Christoph Muellner (8):
rockchip: rk3399-puma: Cleanup of vdd_log DTS entry.
power: regulator: Allow PWM regulator to be omitted from SPL.
rockchip: rk3399-puma: enable PWM regulator in Puma defconfig.
dm: pinctrl: Add pinctrl_decode_pin_config_dm().
rockchip: rk3399: Add improved pinctrl driver.
rockchip: rk3399: Add Kconfig option for full pinctrl driver
rockchip: rk3399-puma: enable full pinctrl driver in Puma defconfig.
rockchip: rk3399-puma: Set VDD_LOG to 950 mV.
Kever Yang (3):
rockchip: sdram-common: fix wrong size for 4GB in 32bit SoC
rockchip: rk3036: ram: update license
rockchip: ram: update license for sdram driver
arch/arm/dts/rk3399-puma.dtsi | 5 +--
arch/arm/mach-rockchip/rk3036/sdram_rk3036.c | 4 +-
arch/arm/mach-rockchip/sdram_common.c | 18 +++++++++
configs/puma-rk3399_defconfig | 2 +
drivers/pinctrl/Kconfig | 10 +++++
drivers/pinctrl/pinctrl-uclass.c | 22 ++++++++++
drivers/pinctrl/rockchip/pinctrl_rk3399.c | 236 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
drivers/power/regulator/Kconfig | 7 ++++
drivers/power/regulator/Makefile | 2 +-
drivers/ram/rockchip/sdram_rk3128.c | 2 +-
drivers/ram/rockchip/sdram_rk3188.c | 2 +-
drivers/ram/rockchip/sdram_rk322x.c | 2 +-
drivers/ram/rockchip/sdram_rk3288.c | 2 +-
drivers/ram/rockchip/sdram_rk3328.c | 2 +-
drivers/ram/rockchip/sdram_rk3399.c | 2 +-
include/dm/pinctrl.h | 12 ++++++
16 files changed, 317 insertions(+), 13 deletions(-)
More information about the U-Boot
mailing list