mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-05 01:32:38 +00:00
This patch fixes the QMSI I2C shim driver so we are able to use it in Quark D2000 based platforms. The only change required to enable this driver is an #if guard in i2c_qmsi_init() because the macro QM_I2C_1 is not defined in QMSI headers from Quark D2000. Since this drivers is now properly tested with Quark D2000, this patch sets the QMSI driver default options in arch/x86/soc/quark_d2000/Kconfig. It also adds the wiring information required to test the i2c_lsm9ds0 sample app in the Quark D2000 CRB. Change-Id: I4be03c09304da5a66ac663e48b1d72225eb5651d Signed-off-by: Andre Guedes <andre.guedes@intel.com> |
||
---|---|---|
.. | ||
i2c_atmel_sam3.c | ||
i2c_atmel_sam3.h | ||
i2c_dw_registers.h | ||
i2c_dw.c | ||
i2c_dw.h | ||
i2c_qmsi.c | ||
i2c_quark_se_ss_registers.h | ||
i2c_quark_se_ss.c | ||
i2c_quark_se_ss.h | ||
Kconfig | ||
Kconfig.atmel_sam3 | ||
Makefile |