]> git.dujemihanovic.xyz Git - u-boot.git/commit
stm32mp1: clk: use gd to store frequency information
authorPatrick Delaunay <patrick.delaunay@st.com>
Tue, 30 Jul 2019 17:16:55 +0000 (19:16 +0200)
committerPatrice Chotard <patrice.chotard@st.com>
Tue, 27 Aug 2019 09:19:23 +0000 (11:19 +0200)
commit4de076ed0958d98168820d5b2b5d96c16f928605
tree51636f6d672005dacb7b42e5f83965a4d01ca649
parent7879a7d09c5efe6c02227df4cd99394e4156561e
stm32mp1: clk: use gd to store frequency information

Use existing gd structure to store frequency information
which can be used in drivers or arch without new request.

Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
drivers/clk/clk_stm32mp1.c