* [PATCH v2] ARM: dts: iwg20d-q7: Add RTC support
@ 2017-08-16 9:16 Chris Paterson
2017-08-24 10:47 ` Simon Horman
0 siblings, 1 reply; 4+ messages in thread
From: Chris Paterson @ 2017-08-16 9:16 UTC (permalink / raw)
To: linux-arm-kernel
From: Biju Das <biju.das@bp.renesas.com>
Define the iWave RainboW-G20D-Qseven board dependent part of the
RTC device node.
Signed-off-by: Biju Das <biju.das@bp.renesas.com>
[chris: corrected bq32000 compatible string]
Signed-off-by: Chris Paterson <chris.paterson2@renesas.com>
---
v1 -> v2
Added ti to bq32000 compatible string - Thanks Geert
arch/arm/boot/dts/r8a7743-iwg20d-q7.dts | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/arch/arm/boot/dts/r8a7743-iwg20d-q7.dts b/arch/arm/boot/dts/r8a7743-iwg20d-q7.dts
index 081af01..2c81ea7 100644
--- a/arch/arm/boot/dts/r8a7743-iwg20d-q7.dts
+++ b/arch/arm/boot/dts/r8a7743-iwg20d-q7.dts
@@ -31,6 +31,11 @@
groups = "avb_mdio", "avb_gmii";
function = "avb";
};
+
+ i2c2_pins: i2c2 {
+ groups = "i2c2";
+ function = "i2c2";
+ };
};
&scif0 {
@@ -54,3 +59,16 @@
micrel,led-mode = <1>;
};
};
+
+&i2c2 {
+ pinctrl-0 = <&i2c2_pins>;
+ pinctrl-names = "default";
+
+ status = "okay";
+ clock-frequency = <400000>;
+
+ rtc at 68 {
+ compatible = "ti,bq32000";
+ reg = <0x68>;
+ };
+};
--
1.9.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH v2] ARM: dts: iwg20d-q7: Add RTC support
2017-08-16 9:16 [PATCH v2] ARM: dts: iwg20d-q7: Add RTC support Chris Paterson
@ 2017-08-24 10:47 ` Simon Horman
2017-08-24 14:53 ` Biju Das
0 siblings, 1 reply; 4+ messages in thread
From: Simon Horman @ 2017-08-24 10:47 UTC (permalink / raw)
To: linux-arm-kernel
On Wed, Aug 16, 2017 at 10:16:30AM +0100, Chris Paterson wrote:
> From: Biju Das <biju.das@bp.renesas.com>
>
> Define the iWave RainboW-G20D-Qseven board dependent part of the
> RTC device node.
>
> Signed-off-by: Biju Das <biju.das@bp.renesas.com>
> [chris: corrected bq32000 compatible string]
> Signed-off-by: Chris Paterson <chris.paterson2@renesas.com>
> ---
> v1 -> v2
> Added ti to bq32000 compatible string - Thanks Geert
Thanks, applied for v4.15.
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH v2] ARM: dts: iwg20d-q7: Add RTC support
2017-08-24 10:47 ` Simon Horman
@ 2017-08-24 14:53 ` Biju Das
2017-08-28 7:51 ` Simon Horman
0 siblings, 1 reply; 4+ messages in thread
From: Biju Das @ 2017-08-24 14:53 UTC (permalink / raw)
To: linux-arm-kernel
> -----Original Message-----
> From: Simon Horman [mailto:horms at verge.net.au]
> Sent: 24 August 2017 11:47
> To: Chris Paterson <Chris.Paterson2@renesas.com>
> Cc: Rob Herring <robh+dt@kernel.org>; Mark Rutland
> <mark.rutland@arm.com>; Magnus Damm <magnus.damm@gmail.com>;
> Russell King <linux@armlinux.org.uk>; Biju Das <biju.das@bp.renesas.com>;
> devicetree at vger.kernel.org; linux-renesas-soc at vger.kernel.org; linux-arm-
> kernel at lists.infradead.org
> Subject: Re: [PATCH v2] ARM: dts: iwg20d-q7: Add RTC support
>
> On Wed, Aug 16, 2017 at 10:16:30AM +0100, Chris Paterson wrote:
> > From: Biju Das <biju.das@bp.renesas.com>
> >
> > Define the iWave RainboW-G20D-Qseven board dependent part of the RTC
> > device node.
> >
> > Signed-off-by: Biju Das <biju.das@bp.renesas.com>
> > [chris: corrected bq32000 compatible string]
> > Signed-off-by: Chris Paterson <chris.paterson2@renesas.com>
> > ---
> > v1 -> v2
> > Added ti to bq32000 compatible string - Thanks Geert
>
> Thanks, applied for v4.15.
Looks like i2c2_pins nodes are misplaced. Please drop this patch,
So that I can send a new patch.
Renesas Electronics Europe Ltd, Dukes Meadow, Millboard Road, Bourne End, Buckinghamshire, SL8 5FH, UK. Registered in England & Wales under Registered No. 04586709.
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH v2] ARM: dts: iwg20d-q7: Add RTC support
2017-08-24 14:53 ` Biju Das
@ 2017-08-28 7:51 ` Simon Horman
0 siblings, 0 replies; 4+ messages in thread
From: Simon Horman @ 2017-08-28 7:51 UTC (permalink / raw)
To: linux-arm-kernel
On Thu, Aug 24, 2017 at 02:53:55PM +0000, Biju Das wrote:
>
> > -----Original Message-----
> > From: Simon Horman [mailto:horms at verge.net.au]
> > Sent: 24 August 2017 11:47
> > To: Chris Paterson <Chris.Paterson2@renesas.com>
> > Cc: Rob Herring <robh+dt@kernel.org>; Mark Rutland
> > <mark.rutland@arm.com>; Magnus Damm <magnus.damm@gmail.com>;
> > Russell King <linux@armlinux.org.uk>; Biju Das <biju.das@bp.renesas.com>;
> > devicetree at vger.kernel.org; linux-renesas-soc at vger.kernel.org; linux-arm-
> > kernel at lists.infradead.org
> > Subject: Re: [PATCH v2] ARM: dts: iwg20d-q7: Add RTC support
> >
> > On Wed, Aug 16, 2017 at 10:16:30AM +0100, Chris Paterson wrote:
> > > From: Biju Das <biju.das@bp.renesas.com>
> > >
> > > Define the iWave RainboW-G20D-Qseven board dependent part of the RTC
> > > device node.
> > >
> > > Signed-off-by: Biju Das <biju.das@bp.renesas.com>
> > > [chris: corrected bq32000 compatible string]
> > > Signed-off-by: Chris Paterson <chris.paterson2@renesas.com>
> > > ---
> > > v1 -> v2
> > > Added ti to bq32000 compatible string - Thanks Geert
> >
> > Thanks, applied for v4.15.
>
> Looks like i2c2_pins nodes are misplaced. Please drop this patch,
> So that I can send a new patch.
Thanks, I have dropped the patch.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-08-28 7:51 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-16 9:16 [PATCH v2] ARM: dts: iwg20d-q7: Add RTC support Chris Paterson
2017-08-24 10:47 ` Simon Horman
2017-08-24 14:53 ` Biju Das
2017-08-28 7:51 ` 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).