From: Mika Westerberg <mika.westerberg@linux.intel.com>
To: "Rafael J. Wysocki" <rjw@rjwysocki.net>
Cc: Ben Gardner <gardner.ben@gmail.com>,
Linux I2C <linux-i2c@vger.kernel.org>,
linux-acpi@vger.kernel.org
Subject: Re: ACPI I2C device-driver matching issue
Date: Mon, 26 Oct 2015 11:29:48 +0200 [thread overview]
Message-ID: <20151026092948.GE1526@lahna.fi.intel.com> (raw)
In-Reply-To: <2863037.enS8LjaQhU@vostro.rjw.lan>
On Sat, Oct 24, 2015 at 05:32:29PM +0200, Rafael J. Wysocki wrote:
> CC: Mika
>
> On Thursday, October 22, 2015 01:05:42 PM Ben Gardner wrote:
> > Hi all,
> >
> > I have a custom Baytrail board with a M24C02 EEPROM attached to I2C bus 3.
> > I am using coreboot/SeaBIOS, so I have complete control over the ACPI tables.
> > I am using Linux 4.2.3.
> >
> > I have defined a EEPROM device on I2C3 using I2cSerialBus() and it
> > shows up as expected.
> >
> > Scope (\_SB.PCI0.I2C3) {
> > Device (EEP0) {
> > Name (_CID, Package() { "24c02" })
> > Name (_CRS, ResourceTemplate () {
> > I2cSerialBus (0x0057, ControllerInitiated, 400000,
> > AddressingMode7Bit, "\\_SB.PCI0.I2C3", 0x00,
> > ResourceConsumer,,)
> > })
> > }
> > }
This is being discussed in another thread:
http://marc.info/?l=linux-acpi&m=144562104914442&w=2
prev parent reply other threads:[~2015-10-26 9:29 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-22 18:05 ACPI I2C device-driver matching issue Ben Gardner
2015-10-24 15:32 ` Rafael J. Wysocki
2015-10-26 9:29 ` Mika Westerberg [this message]
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=20151026092948.GE1526@lahna.fi.intel.com \
--to=mika.westerberg@linux.intel.com \
--cc=gardner.ben@gmail.com \
--cc=linux-acpi@vger.kernel.org \
--cc=linux-i2c@vger.kernel.org \
--cc=rjw@rjwysocki.net \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).