drivers: stm32_stgen: fix type in debug traceFix the type in a debug trace in stm32_stgen_pm_resume() to fix acompilation warning.Fixes: b0b019b81314 ("drivers: counter: stm32_stgen: add STGEN d
drivers: stm32_stgen: fix type in debug traceFix the type in a debug trace in stm32_stgen_pm_resume() to fix acompilation warning.Fixes: b0b019b81314 ("drivers: counter: stm32_stgen: add STGEN driver")Signed-off-by: Gatien Chevallier <gatien.chevallier@foss.st.com>Reviewed-by: Etienne Carriere <etienne.carriere@foss.st.com>
show more ...
drivers: counter: stm32_stgen: add STGEN driverSTGEN is the platform timer. It generates a time-count value that providesa consistent view of time for multiple processors and other blocks in adev
drivers: counter: stm32_stgen: add STGEN driverSTGEN is the platform timer. It generates a time-count value that providesa consistent view of time for multiple processors and other blocks in adevice. It is physically linked to the ARM generic timer.Add the STGEN driver that is in charge of configuring the ARM generictimer source and send an SMC to the BL31 monitor to update the CP15register. This driver is only compatible for 64bits platforms.Signed-off-by: Gatien Chevallier <gatien.chevallier@foss.st.com>Reviewed-by: Etienne Carriere <etienne.carriere@foss.st.com>