ARM: dts: stm32mp157c-ed1: Add regulator nodeAdd regulator nodes needed by stpmu1 regulator driverAdd vmmc-supply and vqmmc-supply regulator property forsdmmc1 and sdmmc2.Signed-off-by: Christo
ARM: dts: stm32mp157c-ed1: Add regulator nodeAdd regulator nodes needed by stpmu1 regulator driverAdd vmmc-supply and vqmmc-supply regulator property forsdmmc1 and sdmmc2.Signed-off-by: Christophe Kerello <christophe.kerello@st.com>Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
show more ...
clk: clk_stm32f: Add DSI clock supportDSI clock is available on STM32F769-disco andSTM32F469-disco board.Signed-off-by: Yannick Fertre <yannick.fertre@st.com>Signed-off-by: Patrice Chotard <pat
clk: clk_stm32f: Add DSI clock supportDSI clock is available on STM32F769-disco andSTM32F469-disco board.Signed-off-by: Yannick Fertre <yannick.fertre@st.com>Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
ARM: DTS: stm32: add STM32F429 SoC and its Discovery board supportAll these files comes from kernel v4.15-rc1.Update some header with correct STMicroelectronics Copyright.Remove the paragraph a
ARM: DTS: stm32: add STM32F429 SoC and its Discovery board supportAll these files comes from kernel v4.15-rc1.Update some header with correct STMicroelectronics Copyright.Remove the paragraph about writing to the Free SoftwareFoundation's mailing address as requested by checkpatch.Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
clk: clk_stm32fx: add clock configuration for mmc usageMMC block needs 48Mhz source clock, for that we chooseto select the SAI PLL.Update also stm32_clock_get_rate() to retrieve the MMCclock sou
clk: clk_stm32fx: add clock configuration for mmc usageMMC block needs 48Mhz source clock, for that we chooseto select the SAI PLL.Update also stm32_clock_get_rate() to retrieve the MMCclock source needed in MMC driver.STM32F4 uses a different RCC variant than STM32F7. For STM32F4sdmmc clocks bit are located into dckcfgr register whereas thereare located into dckcfgr2 registers on STM32F7.In both registers, bits CK48MSEL and SDMMC1SEL are located atthe same position.Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com>Signed-off-by: Patrice Chotard <patrice.chotard@st.com>Reviewed-by: Vikas Manocha <vikas.manocha@st.com>
dm: reset: add stm32 reset driverThis driver is adapted from linux drivers/reset/reset-stm32.cIt's compatible with STM32 F4/F7/H7 SoCs.This driver doesn't implement .of_match as it's bindedby M
dm: reset: add stm32 reset driverThis driver is adapted from linux drivers/reset/reset-stm32.cIt's compatible with STM32 F4/F7/H7 SoCs.This driver doesn't implement .of_match as it's bindedby MFD RCC driver.To add support for each SoC family, a SoC's specificinclude/dt-binfings/mfd/stm32xx-rcc.h file must be added.This patch only includes stm32h7-rcc.h dedicated for STM32H7 SoCs.Other SoCs support will be added in the future.Signed-off-by: Patrice Chotard <patrice.chotard@st.com>Reviewed-by: Simon Glass <sjg@chromium.org>
ARM: DTS: stm32: align DT clock declaration with kernelUse the same clocks macro than the one used by kernel DT.Signed-off-by: Patrice Chotard <patrice.chotard@st.com>Acked-by: Vikas MANOCHA <vi
ARM: DTS: stm32: align DT clock declaration with kernelUse the same clocks macro than the one used by kernel DT.Signed-off-by: Patrice Chotard <patrice.chotard@st.com>Acked-by: Vikas MANOCHA <vikas.manocha@st.com>
STiH410-B2260: Add device treeThis device tree has been extracted from v4.9 kernelSigned-off-by: Patrice Chotard <patrice.chotard@st.com>Reviewed-by: Tom Rini <trini@konsulko.com>Reviewed-by: S
STiH410-B2260: Add device treeThis device tree has been extracted from v4.9 kernelSigned-off-by: Patrice Chotard <patrice.chotard@st.com>Reviewed-by: Tom Rini <trini@konsulko.com>Reviewed-by: Simon Glass <sjg@chromium.org>