From mboxrd@z Thu Jan 1 00:00:00 1970 From: Philipp Tomsich Date: Fri, 13 Jul 2018 12:25:04 +0200 Subject: [U-Boot] [U-Boot, v3, 1/4] rk3288: veyron: Init boot-on regulators In-Reply-To: <20180611190051.6897-2-carlo@caione.org> References: <20180611190051.6897-2-carlo@caione.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > From: Carlo Caione > > Use regulators_enable_boot_on() to init all the regulators with > regulator-boot-on property. > > Signed-off-by: Carlo Caione > Reviewed-by: Simon Glass > Reviewed-by: Philipp Tomsich > Acked-by: Philipp Tomsich > --- > arch/arm/mach-rockchip/rk3288-board.c | 6 ++++++ > 1 file changed, 6 insertions(+) > Applied to u-boot-rockchip, thanks!