[U-Boot] Samsung I2C driver

David Müller (ELSOFT AG) d.mueller at elsoft.ch
Sat Feb 20 08:04:35 CET 2016


Hello

I'm currently implementing DM support in the s3c24xx serial driver and
activating DM support for the VCMA9 board using

CONFIG_DM=y
CONFIG_DM_SERIAL=y
CONFIG_OF_CONTROL=y
CONFIG_OF_EMBED=y
CONFIG_DEFAULT_DEVICE_TREE="s3c24xx-vcma9"


This results in the following problem:

  CC      drivers/i2c/s3c24x0_i2c.o
drivers/i2c/s3c24x0_i2c.c: In function 'process_nodes':
drivers/i2c/s3c24x0_i2c.c:1024:12: error: 'PINMUX_FLAG_HS_MODE'
undeclared (first use in this function)
drivers/i2c/s3c24x0_i2c.c:1024:12: note: each undeclared identifier is
reported only once for each function it appears in
drivers/i2c/s3c24x0_i2c.c:1035:3: warning: implicit declaration of
function 'pinmux_decode_periph_id' [-Wimplicit-function-declaration]
drivers/i2c/s3c24x0_i2c.c:1041:3: warning: implicit declaration of
function 'exynos_pinmux_config' [-Wimplicit-function-declaration]
make[1]: *** [drivers/i2c/s3c24x0_i2c.o] Error 1


Do you have an updated version of the s3c24xx I2C driver available yet?


Thanks



More information about the U-Boot mailing list