zephyr/drivers/clock_control
Maureen Helm 39d63d316b clock_control: Add support for getting LPO frequency in mcux sim driver
The mcux sim clock control driver was originally designed to pass
through the clock subsystem value from dts to the mcux CLOCK_GetFreq()
function. This assumed that the values in
include/dt-bindings/clock/kinetis_sim.h matched the enumeration in
fsl_clock.h, which is true for the coresys, platform, and bus clocks.
However, the low-power oscillator (LPO) clock has a different values in
k64 vs. kw2xd, therefore we must update the clock_control driver to
parse the value from dts and convert it to the fsl_clock.h enumeration.

Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
2018-05-17 15:00:55 -05:00
..
CMakeLists.txt drivers: clock_control: Provide support for stm32l0x 2018-03-10 11:42:25 -06:00
Kconfig
Kconfig.beetle
Kconfig.mcux_ccm
Kconfig.mcux_sim
Kconfig.nrf5 arch: arm: nrf: Rename nrf5 SoC Family to nrf 2018-03-20 11:57:14 +01:00
Kconfig.quark_se drivers: clock_control: quark_se: Fix "make menuconfig" 2018-04-04 20:31:02 -04:00
Kconfig.stm32 drivers: clock_control: Add MSI as possible clock source for stm32 2018-04-24 08:55:02 -05:00
beetle_clock_control.c
clock_control_mcux_ccm.c
clock_control_mcux_sim.c clock_control: Add support for getting LPO frequency in mcux sim driver 2018-05-17 15:00:55 -05:00
nrf5_power_clock.c clock_control: nrf5: Add USBD power event support for USB enumeration 2018-03-15 12:39:53 +01:00
quark_se_clock_control.c drivers/clock_control: Enable ARC core support on quark_se driver 2018-04-04 19:02:35 +02:00
stm32_ll_clock.c drivers: clock_control: Add MSI as possible clock source for stm32 2018-04-24 08:55:02 -05:00
stm32_ll_clock.h
stm32f0x_ll_clock.c drivers/stm32f0x_ll_clock: Enable SYSCFG in clock_control 2018-05-14 09:45:40 -05:00
stm32f1x_ll_clock.c
stm32f3x_ll_clock.c
stm32f4x_ll_clock.c
stm32l0x_ll_clock.c drivers/stm32l0x_ll_clock: Enable SYSCFG in clock_control 2018-05-14 09:33:29 -05:00
stm32l4x_ll_clock.c