]> git.baikalelectronics.ru Git - uboot.git/commit
board: stm32mp1: Force pinctrl driver probe in board_init()
authorPatrice Chotard <patrice.chotard@st.com>
Mon, 11 Mar 2019 10:13:17 +0000 (11:13 +0100)
committerPatrick Delaunay <patrick.delaunay@st.com>
Fri, 12 Apr 2019 14:09:13 +0000 (16:09 +0200)
commitf8f33cbfabcac49e54301e8bf6010de69df0c4d7
treeb7cc51d08012af0c7783b8084ff825b563f54284
parent2e2a3318a33697200ef93960f5994c814e260438
board: stm32mp1: Force pinctrl driver probe in board_init()

In order to insure that hog GPIOs are configured early during
the boot process, force all pinctrl driver probing in board_init().

Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
board/st/stm32mp1/stm32mp1.c