commit | 03f10a1a8f7b6ba7cc624da3cb2828444ff780ca | [log] [tgz] |
---|---|---|
author | Patrice Chotard <patrice.chotard@st.com> | Wed Nov 15 13:14:51 2017 +0100 |
committer | Tom Rini <trini@konsulko.com> | Wed Nov 29 22:30:50 2017 -0500 |
tree | fbb0d14fa098f83ce19f7a17d0b67dae1423d61c | |
parent | 75e5969e76b7de9bc9ba9a1b31f39a9c9e7af32d [diff] |
dm: misc: bind STM32F4/F7 clock from rcc MFD driver Like STM32H7, now STM32F4/F7 clock drivers are binded by MFD stm32_rcc driver. This also allows to add reset support to STM32F4/F7 SoCs family. As Reset driver is not part of SPL supported drivers, don't bind it in case of SPL to avoid that stm32_rcc_bind() returns an error. Signed-off-by: Patrice Chotard <patrice.chotard@st.com> Reviewed-by: Vikas Manocha <vikas.manocha@st.com>