commit | b26a898705a473718d4b35625b39750fdb82c233 | [log] [tgz] |
---|---|---|
author | Erwan Gouriou <erwan.gouriou@linaro.org> | Thu Jul 15 17:24:44 2021 +0200 |
committer | Christopher Friedt <chrisfriedt@gmail.com> | Fri Jul 16 07:21:07 2021 -0400 |
tree | 80268e7a296799ae026e6b13a5f2868ab7a9b7ee | |
parent | 7e8c497d40564934892936b461d9ead0c60246e0 [diff] |
drivers/gpio: stm32: Move driver initialization to PRE_KERNEL_1 Assuming gpio devices are required by pinmux which is used by any device make it a device that is initialized in preliminary steps of platform init. Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>