]> git.baikalelectronics.ru Git - uboot.git/commit
rockchip: rk3399: use regulators_enable_boot_on() to init regulator
authorKever Yang <kever.yang@rock-chips.com>
Wed, 12 Apr 2017 04:00:06 +0000 (12:00 +0800)
committerSimon Glass <sjg@chromium.org>
Wed, 10 May 2017 19:37:20 +0000 (13:37 -0600)
commite6b77bf974b86d28b8bdc6edc7258f79ed7c4c74
tree500fe43d605589162fd371e48eb854927b7cf87c
parentf3b19ea40d220020eb88ece11271b78ca70d179a
rockchip: rk3399: use regulators_enable_boot_on() to init regulator

Use regulators_enable_boot_on() instead of init regulators one by one,
the interface can init all the regulators with regulator-boot-on property.

Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
Acked-by: Simon Glass <sjg@chromium.org>
board/rockchip/evb_rk3399/evb-rk3399.c