From: "David Müller (ELSOFT AG)" <d.mueller@elsoft.ch>
To: u-boot@lists.denx.de
Subject: [U-Boot] Samsung I2C driver
Date: Sat, 20 Feb 2016 08:04:35 +0100 [thread overview]
Message-ID: <56C81003.4080802@elsoft.ch> (raw)
In-Reply-To: <566AD79E.10005@samsung.com>
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
next prev parent reply other threads:[~2016-02-20 7:04 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-07 13:07 [U-Boot] Samsung I2C driver Simon Glass
2015-12-07 14:00 ` Przemyslaw Marczak
2015-12-11 3:04 ` Simon Glass
2015-12-11 12:07 ` David Müller (ELSOFT AG)
2016-01-03 22:07 ` Simon Glass
2015-12-11 14:03 ` Przemyslaw Marczak
2016-02-20 7:04 ` David Müller (ELSOFT AG) [this message]
2016-03-01 2:04 ` Simon Glass
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=56C81003.4080802@elsoft.ch \
--to=d.mueller@elsoft.ch \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.