stm32mp1: move stm32_get_gpio_bank_clock() to private file
authorYann Gautier <yann.gautier@st.com>
Tue, 7 May 2019 16:52:17 +0000 (18:52 +0200)
committerYann Gautier <yann.gautier@st.com>
Mon, 17 Jun 2019 12:03:51 +0000 (14:03 +0200)
commit8f282dae744ce7fff4cefb4a80750548fa580225
tree2aef05392aa09497237dde362f6926ed5292de4d
parentdd98aec87ca83054c9bc7502d018e46b02536eb1
stm32mp1: move stm32_get_gpio_bank_clock() to private file

GPIOx clocks are specific to each STM32MP platforms.
This change moves function stm32_get_gpio_bank_clock() from stm32mp
common source files to platform private stm32mp1_private.c source file.

Change-Id: I9616c0d3fe4d10af715d6f2d1550c13ab62c829a
Signed-off-by: Yann Gautier <yann.gautier@st.com>
plat/st/common/stm32mp_common.c
plat/st/stm32mp1/stm32mp1_private.c