commit | bdb5679368af26be17282fc55cb7c21b822f0b82 | [log] [tgz] |
---|---|---|
author | Patrice Chotard <patrice.chotard@foss.st.com> | Wed Sep 01 11:51:43 2021 +0200 |
committer | Patrice Chotard <patrice.chotard@foss.st.com> | Fri Oct 08 08:46:10 2021 +0200 |
tree | fda64e6b6e368478a5295316cdcb5f3545970ba7 | |
parent | 3a2d145a46017b098626dfaa8696672e0a7144e5 [diff] |
board: dh_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> Cc: Marek Vasut <marex@denx.de> Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>