]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
rk3399: enable the pwm2/3 pinctrl in board init
authorKever Yang <kever.yang@rock-chips.com>
Tue, 16 Aug 2016 09:58:13 +0000 (17:58 +0800)
committerSimon Glass <sjg@chromium.org>
Thu, 22 Sep 2016 13:32:22 +0000 (07:32 -0600)
commitad0513828e30210450a43526eccbd98bfd232953
treec7c47bed2472e5346533d0fc61f8edc743d3bf91
parent824c03332ab54caad051da25624fa8e3201b6d65
rk3399: enable the pwm2/3 pinctrl in board init

There is no interrupt line for each PWM which used by pinctrl to get the
periph_id, so it's not able to enable the default pinctrl setting by pinctrl
framework, let's enable it at board_init().

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