stm32mp1: Add clock and reset support
The clock driver is under dual license, BSD and GPLv2.
The clock driver uses device tree, so a minimal support for this is added.
The required files for driver and DTS files are in include/dt-bindings/.

Signed-off-by: Yann Gautier <yann.gautier@st.com>
Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Signed-off-by: Nicolas Le Bayon <nicolas.le.bayon@st.com>
Signed-off-by: Lionel Debieve <lionel.debieve@st.com>
1 parent 4353bb2 commit 7839a050909944bd3ee6a70245a2bcc5471b3507
@Yann Gautier Yann Gautier authored on 24 Jul 2018
Showing 12 changed files
View
drivers/st/clk/stm32mp1_clk.c 0 → 100644
Too large (Show diff)
View
drivers/st/clk/stm32mp1_clkfunc.c 0 → 100644
View
drivers/st/reset/stm32mp1_reset.c 0 → 100644
View
include/drivers/st/stm32mp1_clk.h 0 → 100644
View
include/drivers/st/stm32mp1_clkfunc.h 0 → 100644
View
include/drivers/st/stm32mp1_reset.h 0 → 100644
View
include/dt-bindings/clock/stm32mp1-clks.h 0 → 100644
View
include/dt-bindings/clock/stm32mp1-clksrc.h 0 → 100644
View
plat/st/stm32mp1/bl2_plat_setup.c
View
plat/st/stm32mp1/include/stm32mp1_dt.h 0 → 100644
View
plat/st/stm32mp1/platform.mk
View
plat/st/stm32mp1/stm32mp1_dt.c 0 → 100644