From: heiko@sntech.de (Heiko Stübner)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/2] ARM: dts: rockchip: housekeeping off i2c0 on rk3288-evb boards
Date: Thu, 29 Jan 2015 23:08:25 +0100 [thread overview]
Message-ID: <1550421.auhbiXq1Bp@diego> (raw)
In-Reply-To: <5715597.a6Lom1OGfJ@diego>
Use the same transfer speed on both the rk808 and act8846 variants and
remove the status=okay from the rk808 one which is already set in the
shared rk3288-evb.dtsi .
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
---
arch/arm/boot/dts/rk3288-evb-act8846.dts | 2 ++
arch/arm/boot/dts/rk3288-evb-rk808.dts | 1 -
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/rk3288-evb-act8846.dts b/arch/arm/boot/dts/rk3288-evb-act8846.dts
index 9db02bbe..d7b8bbc 100644
--- a/arch/arm/boot/dts/rk3288-evb-act8846.dts
+++ b/arch/arm/boot/dts/rk3288-evb-act8846.dts
@@ -22,6 +22,8 @@
};
&i2c0 {
+ clock-frequency = <400000>;
+
vdd_cpu: syr827 at 40 {
compatible = "silergy,syr827";
fcs,suspend-voltage-selector = <1>;
diff --git a/arch/arm/boot/dts/rk3288-evb-rk808.dts b/arch/arm/boot/dts/rk3288-evb-rk808.dts
index d453ddd..3f7aa9e 100644
--- a/arch/arm/boot/dts/rk3288-evb-rk808.dts
+++ b/arch/arm/boot/dts/rk3288-evb-rk808.dts
@@ -23,7 +23,6 @@
&i2c0 {
clock-frequency = <400000>;
- status = "okay";
rk808: pmic at 1b {
compatible = "rockchip,rk808";
--
2.1.1
next prev parent reply other threads:[~2015-01-29 22:08 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-29 22:07 [PATCH 1/2] ARM: dts: rockchip: add cpu and gpu regulators to rk3288-evb-act8846 Heiko Stübner
2015-01-29 22:06 ` Daniel Lezcano
2015-01-29 22:08 ` Heiko Stübner [this message]
2015-01-30 20:27 ` Heiko Stübner
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=1550421.auhbiXq1Bp@diego \
--to=heiko@sntech.de \
--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;
as well as URLs for NNTP newsgroup(s).