]> git.baikalelectronics.ru Git - uboot.git/commit
gpio: stm32f7: Fix gpio bank hole management
authorPatrice Chotard <patrice.chotard@st.com>
Fri, 4 Jan 2019 09:55:05 +0000 (10:55 +0100)
committerTom Rini <trini@konsulko.com>
Wed, 9 Jan 2019 12:13:32 +0000 (07:13 -0500)
commit4f0d236bef39eee3f7991bc7f62cc58f9354af9f
tree44da907d86a4c537b50bf897e426bb6e2364c6d7
parent5e462f7cf120b716944a43256064a5ee7d99cebc
gpio: stm32f7: Fix gpio bank hole management

In case "gpio-ranges" property is not present in device tree,
use default value for gpio_count and gpio_range.
This fixes an issue on stm32 F7 and H7 boards where "pinmux status -a"
command didn't return any pin status due to the fact that both stm32 F7
and H7 board DT doesn't use the gpio-ranges property.

Fixes: 41226e0dd9549b("gpio: stm32f7: Add gpio bank holes management")
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
drivers/gpio/stm32f7_gpio.c