From: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
To: linux-sh@vger.kernel.org
Subject: [PATCH 06/11] ARM: shmobile: bockw: add devices hooked up to i2c0 to DT
Date: Wed, 21 Jan 2015 16:20:57 +0000 [thread overview]
Message-ID: <1421857262-16607-7-git-send-email-ulrich.hecht+renesas@gmail.com> (raw)
In-Reply-To: <1370593329-27559-7-git-send-email-horms+renesas@verge.net.au>
Cameras, RTC, and ak4643 sound codec.
Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
---
arch/arm/boot/dts/r8a7778-bockw.dts | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/arch/arm/boot/dts/r8a7778-bockw.dts b/arch/arm/boot/dts/r8a7778-bockw.dts
index 7347223..280a922 100644
--- a/arch/arm/boot/dts/r8a7778-bockw.dts
+++ b/arch/arm/boot/dts/r8a7778-bockw.dts
@@ -59,6 +59,31 @@
};
};
+&i2c0 {
+ status = "okay";
+
+ ak4643: sound-codec@12 {
+ compatible = "asahi-kasei,ak4643";
+ #sound-dai-cells = <0>;
+ reg = <0x12>;
+ };
+
+ camera@41 {
+ compatible = "oki,ml86v7667";
+ reg = <0x41>;
+ };
+
+ camera@43 {
+ compatible = "oki,ml86v7667";
+ reg = <0x43>;
+ };
+
+ rx8581: rtc@51 {
+ compatible = "epson,rx8581";
+ reg = <0x51>;
+ };
+};
+
&mmcif {
pinctrl-0 = <&mmc_pins>;
pinctrl-names = "default";
--
2.2.2
next prev parent reply other threads:[~2015-01-21 16:20 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-07 8:21 [GIT PULL 00/11] Renesas ARM-based SoC board updates for v3.11 Simon Horman
2013-06-07 8:21 ` [PATCH 01/11] ARM: shmobile: ape6evm: MP clock parent become EXTAL2 Simon Horman
2013-06-07 8:22 ` [PATCH 02/11] ARM: shmobile: bockw: define FPGA address and rename iomem variable Simon Horman
2013-06-07 8:22 ` [PATCH 03/11] ARM: shmobile: kzm9d: resigser smsc911x platform device with id -1 Simon Horman
2013-06-07 8:22 ` [PATCH 04/11] ARM: shmobile: kzm9g: add AS3711 PMIC platform data Simon Horman
2013-06-07 8:22 ` [PATCH 05/11] ARM: shmobile: bockw: add CN9 SCIF/RCAN selection dipswitch explanation Simon Horman
2013-06-07 8:22 ` [PATCH 06/11] ARM: shmobile: bockw: add dummy regulators for SMSC Simon Horman
2015-01-21 16:20 ` Ulrich Hecht [this message]
2015-01-22 11:12 ` [PATCH 06/11] ARM: shmobile: bockw: add devices hooked up to i2c0 to DT Geert Uytterhoeven
2015-01-22 12:08 ` Geert Uytterhoeven
2013-06-07 8:22 ` [PATCH 07/11] ARM: shmobile: lager: Add GPIO LEDs Simon Horman
2013-06-07 11:39 ` Sergei Shtylyov
2013-06-07 8:22 ` [PATCH 08/11] ARM: shmobile: lager: support GPIO switches Simon Horman
2013-06-07 8:22 ` [PATCH 09/11] ARM: shmobile: marzen: Use INTC External IRQ pin driver for SMSC Simon Horman
2013-06-07 8:22 ` [PATCH 10/11] ARM: shmobile: bockw: add SDHI0 support Simon Horman
2013-06-07 8:22 ` [PATCH 11/11] ARM: shmobile: marzen: keep local function as static Simon Horman
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=1421857262-16607-7-git-send-email-ulrich.hecht+renesas@gmail.com \
--to=ulrich.hecht+renesas@gmail.com \
--cc=linux-sh@vger.kernel.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;
as well as URLs for NNTP newsgroup(s).