zephyr/drivers/i2c
Kumar Gala 8b6acb5e91 soc: arm: replace DT_CPU_CLOCK_FREQUENCY with new dt macros
Replace DT_CPU_CLOCK_FREQUENCY with a PATH based reference to cpu@0
(DT_PATH(cpus, cpu_0)) and than getting the clock_frequency property:

DT_CPU_CLOCK_FREQUENCY -> DT_PROP(DT_PATH(cpus, cpu_0), clock_frequency)

This lets us remove DT_CPU_CLOCK_FREQUENCY from dts_fixup.h.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2020-04-23 23:55:37 -05:00
..
slave
CMakeLists.txt
i2c_bitbang.c
i2c_bitbang.h
i2c_cc13xx_cc26xx.c soc: arm: replace DT_CPU_CLOCK_FREQUENCY with new dt macros 2020-04-23 23:55:37 -05:00
i2c_cc32xx.c
i2c_dw_port_x.h
i2c_dw_registers.h
i2c_dw.c
i2c_dw.h
i2c_esp32.c
i2c_gecko.c drivers: i2c: Fix incorrect fast and fast+ mode bus speeds 2020-04-20 15:54:04 +02:00
i2c_gpio.c
i2c_handlers.c
i2c_imx.c drivers: i2c: Fix incorrect fast and fast+ mode bus speeds 2020-04-20 15:54:04 +02:00
i2c_litex.c
i2c_ll_stm32_v1.c
i2c_ll_stm32_v2.c
i2c_ll_stm32.c drivers/i2c: stm32: Use DT_NODELABEL_ macros 2020-04-15 08:21:30 -05:00
i2c_ll_stm32.h
i2c_mchp_xec.c
i2c_mcux_flexcomm.c drivers: i2c: Fix incorrect fast and fast+ mode bus speeds 2020-04-20 15:54:04 +02:00
i2c_mcux_lpi2c.c drivers: i2c: mcux_lpi2c: Convert to DT_INST 2020-04-20 15:23:47 -05:00
i2c_mcux.c drivers: i2c: mcux_i2c: Convert to DT_INST 2020-04-20 15:23:47 -05:00
i2c_nios2.c
i2c_nrfx_twi.c drivers: i2c: nrfx: Fix log level is ignored 2020-04-20 23:55:46 +02:00
i2c_nrfx_twim.c drivers: i2c: nrfx: Fix log level is ignored 2020-04-20 23:55:46 +02:00
i2c_rv32m1_lpi2c.c
i2c_sam_twi.c drivers: i2c: i2c_sam_twi: rework device tree support 2020-04-21 15:46:30 -05:00
i2c_sam_twihs.c drivers: i2c: i2c_sam_twihs: rework device tree support 2020-04-21 15:46:30 -05:00
i2c_sam0.c
i2c_sbcon.c
i2c_shell.c
i2c_sifive.c
i2c-priv.h
Kconfig
Kconfig.cc13xx_cc26xx
Kconfig.dw
Kconfig.esp32
Kconfig.gpio
Kconfig.litex
Kconfig.nrfx
Kconfig.sam0
Kconfig.sbcon
Kconfig.sifive
Kconfig.stm32
Kconfig.xec