From: Khiem Nguyen <khiem.nguyen.xt@renesas.com>
To: linux-sh@vger.kernel.org
Subject: [PATCH] ARM: shmobile: Lager: Correct I2C bus for VDD MPU regulator
Date: Thu, 03 Jul 2014 01:05:01 +0000 [thread overview]
Message-ID: <53B4AC3D.30801@renesas.com> (raw)
I2C bus for VDD MPU regulator is IIC3, not I2C3.
Signed-off-by: Khiem Nguyen <khiem.nguyen.xt@renesas.com>
---
arch/arm/boot/dts/r8a7790-lager.dts | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/arch/arm/boot/dts/r8a7790-lager.dts
b/arch/arm/boot/dts/r8a7790-lager.dts
index 0890d47..a8f32d7 100644
--- a/arch/arm/boot/dts/r8a7790-lager.dts
+++ b/arch/arm/boot/dts/r8a7790-lager.dts
@@ -215,9 +215,9 @@
renesas,function = "i2c2";
};
- i2c3_pins: i2c3 {
- renesas,groups = "i2c3";
- renesas,function = "i2c3";
+ iic3_pins: iic3 {
+ renesas,groups = "iic3";
+ renesas,function = "iic3";
};
};
@@ -353,9 +353,9 @@
pinctrl-names = "default";
};
-&i2c3 {
+&iic3 {
pinctrl-names = "default";
- pinctrl-0 = <&i2c3_pins>;
+ pinctrl-0 = <&iic3_pins>;
status = "okay";
vdd_dvfs: regulator@68 {
--
1.7.9.5
next reply other threads:[~2014-07-03 1:05 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-03 1:05 Khiem Nguyen [this message]
2014-07-05 20:57 ` [PATCH] ARM: shmobile: Lager: Correct I2C bus for VDD MPU regulator Magnus Damm
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=53B4AC3D.30801@renesas.com \
--to=khiem.nguyen.xt@renesas.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 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.