commit | 888a24f76d2e5fd3bff313f3551af08973940ad6 | [log] [tgz] |
---|---|---|
author | Erwan Gouriou <erwan.gouriou@linaro.org> | Wed Feb 17 10:17:55 2021 +0100 |
committer | Kumar Gala <kumar.gala@gmail.com> | Wed Mar 03 12:13:34 2021 -0600 |
tree | 434ceebcdd7cfd3781e7d65ccdbe4961ff59d5be | |
parent | 2a4ac9ac0203021fedc92904d2770b9254f8c396 [diff] |
drivers/gpio: stm32: Review code for Port G clock on L4/L5 On L4/L5 device, GPIO port G benefits from a dedicated supply rail that should be enabled independently. Review the code around this: -Compile only when port G is enabled -Assume that PWR clock is ON, as it is enabled as part of clock init Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>