commit | 081de09d493e648f38b71180ca83fdf9f5c657e7 | [log] [tgz] |
---|---|---|
author | Michael Kurz <michi.kurz@gmail.com> | Sun Jan 22 16:04:26 2017 +0100 |
committer | Tom Rini <trini@konsulko.com> | Sat Jan 28 14:04:45 2017 -0500 |
tree | 26014778bc07babf88e1b7d98b7e4f026eb2ad7c | |
parent | dd3f0ebfb78f007c9fae38d9c20e58b9cbd6b3ce [diff] |
ARM: stm32: use clock setup function defined in clock.c Use the clock setup function defined in clock.c instead of setting the clock bits directly in the drivers. Remove register definitions of RCC in rcc.h as these are already defined in the struct in stm32.h Signed-off-by: Michael Kurz <michi.kurz@gmail.com> Reviewed-by: Joe Hershberger <joe.hershberger@ni.com> Reviewed-by: Vikas Manocha <vikas.manocha@st.com>