diff mbox

[1/2] ARM: lager: enable i2c devices

Message ID 1392224674-5328-1-git-send-email-ben.dooks@codethink.co.uk (mailing list archive)
State Changes Requested
Headers show

Commit Message

Ben Dooks Feb. 12, 2014, 5:04 p.m. UTC
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(+)

Comments

Sergei Shtylyov June 4, 2014, 11 p.m. UTC | #1
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

--
To unsubscribe from this list: send the line "unsubscribe linux-sh" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Simon Horman June 5, 2014, 12:34 a.m. UTC | #2
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).
--
To unsubscribe from this list: send the line "unsubscribe linux-sh" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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";
+};