* [PATCH 1/2] ARM: lager: enable i2c devices
@ 2014-02-12 17:04 Ben Dooks
2014-06-04 23:00 ` Sergei Shtylyov
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Ben Dooks @ 2014-02-12 17:04 UTC (permalink / raw)
To: linux-sh
Add i2c0, i2c1, i2c2 and i2c3 nodes to the Lager reference device tree as
these busses all have devices on them that can be probed even if they
are no drivers yet.
Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
---
arch/arm/boot/dts/r8a7790-lager.dts | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/arch/arm/boot/dts/r8a7790-lager.dts b/arch/arm/boot/dts/r8a7790-lager.dts
index 1081c5e..890e39d 100644
--- a/arch/arm/boot/dts/r8a7790-lager.dts
+++ b/arch/arm/boot/dts/r8a7790-lager.dts
@@ -95,3 +95,19 @@
&sata1 {
status = "okay";
};
+
+&i2c0 {
+ status = "ok";
+};
+
+&i2c1 {
+ status = "ok";
+};
+
+&i2c2 {
+ status = "ok";
+};
+
+&i2c3 {
+ status = "ok";
+};
--
1.8.5.3
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH 1/2] ARM: lager: enable i2c devices
2014-02-12 17:04 [PATCH 1/2] ARM: lager: enable i2c devices Ben Dooks
@ 2014-06-04 23:00 ` Sergei Shtylyov
2014-06-05 0:31 ` Simon Horman
2014-06-05 0:34 ` Simon Horman
2 siblings, 0 replies; 4+ messages in thread
From: Sergei Shtylyov @ 2014-06-04 23:00 UTC (permalink / raw)
To: linux-sh
Hello.
On 02/12/2014 08:04 PM, Ben Dooks wrote:
> Add i2c0, i2c1, i2c2 and i2c3 nodes to the Lager reference device tree as
> these busses all have devices on them that can be probed even if they
> are no drivers yet.
> Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
Hm, these patches seem to be pre-requisites for the Lager VIN patchset.
Why haven't they been merged still?
WBR, Sergei
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 1/2] ARM: lager: enable i2c devices
2014-02-12 17:04 [PATCH 1/2] ARM: lager: enable i2c devices Ben Dooks
2014-06-04 23:00 ` Sergei Shtylyov
@ 2014-06-05 0:31 ` Simon Horman
2014-06-05 0:34 ` Simon Horman
2 siblings, 0 replies; 4+ messages in thread
From: Simon Horman @ 2014-06-05 0:31 UTC (permalink / raw)
To: linux-sh
On Wed, Feb 12, 2014 at 05:04:33PM +0000, Ben Dooks wrote:
> Add i2c0, i2c1, i2c2 and i2c3 nodes to the Lager reference device tree as
> these busses all have devices on them that can be probed even if they
> are no drivers yet.
>
> Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
I have queued up the following.
There was some fuzz when applying this patch, please check that the
following is correct.
From: Ben Dooks <ben.dooks@codethink.co.uk>
ARM: shmobile: lager: enable i2c devices
Add i2c0, i2c1, i2c2 and i2c3 nodes to the Lager reference device tree as
these busses all have devices on them that can be probed even if they
are no drivers yet.
Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
[horms+renesas@verge.net.au: Added shmobile to title]
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
arch/arm/boot/dts/r8a7790-lager.dts | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/arch/arm/boot/dts/r8a7790-lager.dts b/arch/arm/boot/dts/r8a7790-lager.dts
index 9d4d304..ee80788 100644
--- a/arch/arm/boot/dts/r8a7790-lager.dts
+++ b/arch/arm/boot/dts/r8a7790-lager.dts
@@ -324,3 +324,19 @@
&cpu0 {
cpu0-supply = <&vdd_dvfs>;
};
+
+&i2c0 {
+ status = "ok";
+};
+
+&i2c1 {
+ status = "ok";
+};
+
+&i2c2 {
+ status = "ok";
+};
+
+&i2c3 {
+ status = "ok";
+};
--
2.0.0.rc2
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH 1/2] ARM: lager: enable i2c devices
2014-02-12 17:04 [PATCH 1/2] ARM: lager: enable i2c devices Ben Dooks
2014-06-04 23:00 ` Sergei Shtylyov
2014-06-05 0:31 ` Simon Horman
@ 2014-06-05 0:34 ` Simon Horman
2 siblings, 0 replies; 4+ messages in thread
From: Simon Horman @ 2014-06-05 0:34 UTC (permalink / raw)
To: linux-sh
On Thu, Jun 05, 2014 at 03:00:21AM +0400, Sergei Shtylyov wrote:
> Hello.
>
> On 02/12/2014 08:04 PM, Ben Dooks wrote:
>
> >Add i2c0, i2c1, i2c2 and i2c3 nodes to the Lager reference device tree as
> >these busses all have devices on them that can be probed even if they
> >are no drivers yet.
>
> >Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
>
> Hm, these patches seem to be pre-requisites for the Lager VIN patchset.
> Why haven't they been merged still?
I suspect I was waiting for Ben to address some review provided
(which requested minor changelog modifications) for the
series and then things slipped through the cracks.
I have now queued up the patches (after addressing the review item).
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-06-05 0:34 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-12 17:04 [PATCH 1/2] ARM: lager: enable i2c devices Ben Dooks
2014-06-04 23:00 ` Sergei Shtylyov
2014-06-05 0:31 ` Simon Horman
2014-06-05 0:34 ` Simon Horman
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).