aboutsummaryrefslogtreecommitdiff
path: root/drivers/misc/Makefile
diff options
context:
space:
mode:
authorChristophe Kerello <christophe.kerello@st.com>2017-09-13 18:00:08 +0200
committerTom Rini <trini@konsulko.com>2017-09-22 07:40:02 -0400
commit4e280b91a188bfe29d34eb1146b4b0a7f00ad31d (patch)
tree4421f4e18ef4e61189975e6a5226c54e0c7d1fae /drivers/misc/Makefile
parent23a06416858d839ee62dc00562be956be6d84bd2 (diff)
downloadu-boot-4e280b91a188bfe29d34eb1146b4b0a7f00ad31d.zip
u-boot-4e280b91a188bfe29d34eb1146b4b0a7f00ad31d.tar.gz
u-boot-4e280b91a188bfe29d34eb1146b4b0a7f00ad31d.tar.bz2
dm: misc: add stm32 rcc driver
This patch adds the support of reset and clock control block (rcc) found on STM32 SoCs. This driver is similar to a MFD linux driver. This driver supports currently STM32H7 only. STM32F4 and STM32F7 will be migrated to this rcc MFD driver in the future to uniformize all STM32 SoCs already upstreamed. Signed-off-by: Christophe Kerello <christophe.kerello@st.com> Signed-off-by: Patrice Chotard <patrice.chotard@st.com> Reviewed-by: Vikas Manocha <vikas.manocha@st.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/misc/Makefile')
-rw-r--r--drivers/misc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/misc/Makefile b/drivers/misc/Makefile
index 21f7e6c..ada7624 100644
--- a/drivers/misc/Makefile
+++ b/drivers/misc/Makefile
@@ -52,3 +52,4 @@ obj-$(CONFIG_FSL_DEVICE_DISABLE) += fsl_devdis.o
obj-$(CONFIG_WINBOND_W83627) += winbond_w83627.o
obj-$(CONFIG_QFW) += qfw.o
obj-$(CONFIG_ROCKCHIP_EFUSE) += rockchip-efuse.o
+obj-$(CONFIG_STM32_RCC) += stm32_rcc.o