fix(st-iwdg): remove num_irqRemove the unused field num_irq in stm32_iwdg_instance struct.Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>Change-Id: Ifa7ae53d41ac654173b78226e3ed11
fix(st-iwdg): remove num_irqRemove the unused field num_irq in stm32_iwdg_instance struct.Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>Change-Id: Ifa7ae53d41ac654173b78226e3ed11d812430fa4
show more ...
feat(st): use newly introduced clock frameworkReplace calls to stm32mp_clk_enable() / stm32mp_clk_disable() /stm32mp_clk_get_rate() with clk_enable() / clk_disable() /clk_get_rate().Change-Id:
feat(st): use newly introduced clock frameworkReplace calls to stm32mp_clk_enable() / stm32mp_clk_disable() /stm32mp_clk_get_rate() with clk_enable() / clk_disable() /clk_get_rate().Change-Id: I15d2ce57b9499211fa522a1b53eeee9cf584c111Signed-off-by: Gabriel Fernandez <gabriel.fernandez@st.com>
drivers/stm32_iwdg: register IWDG resources as secure or notRegister in the shared resources driver the secure or non-secure stateof the IWDG instances.Change-Id: I3a3bc9525447f6a2a465891ca3a3fd
drivers/stm32_iwdg: register IWDG resources as secure or notRegister in the shared resources driver the secure or non-secure stateof the IWDG instances.Change-Id: I3a3bc9525447f6a2a465891ca3a3fd5fe664ca07Signed-off-by: Etienne Carriere <etienne.carriere@st.com>
stm32mp1: add watchdog supportIntroduce driver for STM32 IWDG peripheral (Independent Watchdog).It is configured according to device tree content and should be enabledfrom there.The watchdog is
stm32mp1: add watchdog supportIntroduce driver for STM32 IWDG peripheral (Independent Watchdog).It is configured according to device tree content and should be enabledfrom there.The watchdog is not started by default. It can be started after an HWreset if the dedicated OTP is fused.The watchdog also needs to be frozen if a debugger is attached.This is done by configuring the correct bits in DBGMCU.This configuration is allowed by checking BSEC properties.An increase of BL2 size is also required when adding this new code.Change-Id: Ide7535d717885ce2f9c387cf17afd8b5607f3e7fSigned-off-by: Yann Gautier <yann.gautier@st.com>Signed-off-by: Lionel Debieve <lionel.debieve@st.com>Signed-off-by: Nicolas Le Bayon <nicolas.le.bayon@st.com>