rockchip: rk3399: Fix enabling boot-on regulators
authorMark Kettenis <kettenis@openbsd.org>
Fri, 21 Jun 2019 20:57:20 +0000 (22:57 +0200)
committerKever Yang <kever.yang@rock-chips.com>
Wed, 26 Jun 2019 13:11:29 +0000 (21:11 +0800)
commit7c7ce3600ae97b08f281a6b61aa4abb0b56b0658
tree4566fc6847f65114c02aaa3e40613c0f250e2015
parent4977cf67de54571cb3379ae759e216c6b9ec681d
rockchip: rk3399: Fix enabling boot-on regulators

The new common rockchip pinctrl driver does not support explicit
requests for a particular pinctrl function.  As a result, the
board_init() function bails out early before enabling the boot-on
regulators.  Fix this by simply removing the request for pwm0, pwm2
and pwm3.  The generic DM code already does the necessary
configuration if necessary.

Reported-by: Levin Du <djw@t-chip.com.cn>
Signed-of-by: Mark Kettenis <kettenis@openbsd.org>
board/rockchip/evb_rk3399/evb-rk3399.c