public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v3 1/3] configs: kirkwood: ds109: switch to DM_I2C
@ 2018-08-07  7:41 Chris Packham
  2018-08-07  7:41 ` [U-Boot] [PATCH v3 2/3] configs: move RTC_MV config from mv-plug-common.h to boards Chris Packham
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Chris Packham @ 2018-08-07  7:41 UTC (permalink / raw)
  To: u-boot

Enable DM_I2C and I2C_MVTSWI for the ds109 board.

Signed-off-by: Chris Packham <judge.packham@gmail.com>
---

Changes in v3: None
Changes in v2:
- new

 configs/ds109_defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/configs/ds109_defconfig b/configs/ds109_defconfig
index c9207433b374..fd10e6e3c36e 100644
--- a/configs/ds109_defconfig
+++ b/configs/ds109_defconfig
@@ -18,6 +18,8 @@ CONFIG_ISO_PARTITION=y
 CONFIG_OF_CONTROL=y
 CONFIG_ENV_IS_IN_SPI_FLASH=y
 CONFIG_MVSATA_IDE=y
+CONFIG_DM_I2C=y
+CONFIG_SYS_I2C_MVTWSI=y
 # CONFIG_MMC is not set
 CONFIG_SPI_FLASH=y
 CONFIG_SPI_FLASH_BAR=y
-- 
2.18.0

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2018-11-20  8:01 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-07  7:41 [U-Boot] [PATCH v3 1/3] configs: kirkwood: ds109: switch to DM_I2C Chris Packham
2018-08-07  7:41 ` [U-Boot] [PATCH v3 2/3] configs: move RTC_MV config from mv-plug-common.h to boards Chris Packham
2018-08-07  7:41 ` [U-Boot] [PATCH v3 3/3] configs: kirkwood: Move RTC_MV to DM and Kconfig Chris Packham
2018-09-19 12:11 ` [U-Boot] [PATCH v3 1/3] configs: kirkwood: ds109: switch to DM_I2C Stefan Roese
2018-11-20  6:59   ` Stefan Roese
2018-11-20  7:52     ` Chris Packham
2018-11-20  7:56       ` Stefan Roese
2018-11-20  8:01         ` Chris Packham

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox