From: tcmichals@yahoo.com (Tim michals)
To: linux-arm-kernel@lists.infradead.org
Subject: Testing i2c in 3.6.0-next-20121012 for i.mx233
Date: Sat, 13 Oct 2012 02:48:13 -0000 [thread overview]
Message-ID: <1350096488.12723.YahooMailNeo@web162606.mail.bf1.yahoo.com> (raw)
Using the?3.6.0-next-20121012 ?to test i2c DMA support on a imx233-Olinuxino-micro?board. ?When using the i2cdetect -r 0 to scan a devices on the i2c bus, ?the following message is displayed on the console:
-- [ ?129.130000] mxs-i2c 80058000.i2c: Failed to get PIO reg. write descriptor.
imx23.dtsi support for i2c:
i2c0_pins_a: i2c0 at 0 {
reg = <0>;
fsl,pinmux-ids = <
0x1171 /* MX23_PAD_LCD_ENABLE__LCD_ENABLE */
0x1181 /* MX23_PAD_LCD_HSYNC__LCD_HSYNC */
>;
fsl,drive-strength = <1>;
fsl,voltage = <1>;
fsl,pull-up = <1>;
};
...
i2c at 80058000 {
#address-cells = <1>;
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?#size-cells = <0>;
compatible = "fsl,imx28-i2c";
reg = <0x80058000 0x2000>;
interrupts = <27 26>;
clock-frequency = <400000>;
fsl,i2c-dma-channel = <3>;
status = "disabled";
};
imx23-olinuxino.dts
i2c0: i2c at 80058000 {
? ? ?pinctrl-names = "default";
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?pinctrl-0 = <&i2c0_pins_a>;
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?status = "okay";
? ? ? ? ? ? ? ? ? ? ? ?};
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20121013/8dc310ec/attachment.html>
next reply other threads:[~2012-10-13 2:48 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-13 2:48 Tim michals [this message]
2012-11-07 17:54 ` Testing i2c in 3.6.0-next-20121012 for i.mx233 Fabio Estevam
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=1350096488.12723.YahooMailNeo@web162606.mail.bf1.yahoo.com \
--to=tcmichals@yahoo.com \
--cc=linux-arm-kernel@lists.infradead.org \
/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