]> git.dujemihanovic.xyz Git - u-boot.git/commit
board: stm32mp1: Remove gpio_hog_probe_all() from board
authorPatrice Chotard <patrice.chotard@foss.st.com>
Wed, 1 Sep 2021 09:51:42 +0000 (11:51 +0200)
committerPatrice Chotard <patrice.chotard@foss.st.com>
Fri, 8 Oct 2021 06:46:02 +0000 (08:46 +0200)
commitd901d76eca773ebbbdbbfc54ba0b40912a909cf0
tree644d61eb9334223cf28c3ba275d55426bc50c714
parentc31cf40096f9187d2f11e4ed4a102b9dd3ac98c2
board: stm32mp1: Remove gpio_hog_probe_all() from board

DM_GPIO_HOG flag has been replaced by GPIO_HOG flag since a while in
commit 49b10cb49262 ("gpio: fixes for gpio-hog support").

And furthermore, gpio_hog_probe_all() is already called in board_r.c.
So gpio_hog_probe() can be removed from stm32mp1.c.

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