commit | 6225305904ce8b66cac2f94cae5286c9cc97b113 | [log] [tgz] |
---|---|---|
author | Patrice Chotard <patrice.chotard@st.com> | Fri Jan 04 10:55:05 2019 +0100 |
committer | Tom Rini <trini@konsulko.com> | Wed Jan 09 07:13:32 2019 -0500 |
tree | 44da907d86a4c537b50bf897e426bb6e2364c6d7 | |
parent | ced7b35a08218eb0fb6404e0f90363782556215f [diff] |
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: dbf928dd2634a6("gpio: stm32f7: Add gpio bank holes management") Signed-off-by: Patrice Chotard <patrice.chotard@st.com>