* [PATCH 1/2] ARM: dts: hummingboard: enable PCF8523 RTC support
@ 2015-03-02 20:03 Russell King
[not found] ` <E1YSWZG-0002As-7I-eh5Bv4kxaXIANfyc6IWni62ZND6+EDdj@public.gmane.org>
0 siblings, 1 reply; 5+ messages in thread
From: Russell King @ 2015-03-02 20:03 UTC (permalink / raw)
To: devicetree-u79uwXL29TY76Z2rM5mHXA,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r
Cc: Shawn Guo, Sascha Hauer, Rob Herring, Pawel Moll, Mark Rutland,
Ian Campbell, Kumar Gala
Enable the commented out PCF8523 RTC support for Hummingboard pro
base boards.
Signed-off-by: Russell King <rmk+kernel-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org>
---
For acks please.
arch/arm/boot/dts/imx6qdl-hummingboard.dtsi | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/arch/arm/boot/dts/imx6qdl-hummingboard.dtsi b/arch/arm/boot/dts/imx6qdl-hummingboard.dtsi
index 674cb237298f..93588c987d2c 100644
--- a/arch/arm/boot/dts/imx6qdl-hummingboard.dtsi
+++ b/arch/arm/boot/dts/imx6qdl-hummingboard.dtsi
@@ -113,16 +113,13 @@
&i2c1 {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_hummingboard_i2c1>;
-
- /*
- * Not fitted on Carrier-1 board... yet
status = "okay";
+ /* Pro baseboard model */
rtc: pcf8523@68 {
compatible = "nxp,pcf8523";
reg = <0x68>;
};
- */
};
&i2c2 {
--
1.8.3.1
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply related [flat|nested] 5+ messages in thread[parent not found: <E1YSWZG-0002As-7I-eh5Bv4kxaXIANfyc6IWni62ZND6+EDdj@public.gmane.org>]
* Re: [PATCH 1/2] ARM: dts: hummingboard: enable PCF8523 RTC support [not found] ` <E1YSWZG-0002As-7I-eh5Bv4kxaXIANfyc6IWni62ZND6+EDdj@public.gmane.org> @ 2015-03-03 10:42 ` Philipp Zabel 2015-03-24 12:14 ` Shawn Guo 2015-03-30 3:48 ` Shawn Guo 2 siblings, 0 replies; 5+ messages in thread From: Philipp Zabel @ 2015-03-03 10:42 UTC (permalink / raw) To: Russell King Cc: devicetree-u79uwXL29TY76Z2rM5mHXA, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, Mark Rutland, Pawel Moll, Ian Campbell, Rob Herring, Sascha Hauer, Kumar Gala, Shawn Guo Am Montag, den 02.03.2015, 20:03 +0000 schrieb Russell King: > Enable the commented out PCF8523 RTC support for Hummingboard pro > base boards. > > Signed-off-by: Russell King <rmk+kernel-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org> > --- > For acks please. Acked-by: Philipp Zabel <p.zabel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org> > > arch/arm/boot/dts/imx6qdl-hummingboard.dtsi | 5 +---- > 1 file changed, 1 insertion(+), 4 deletions(-) > > diff --git a/arch/arm/boot/dts/imx6qdl-hummingboard.dtsi b/arch/arm/boot/dts/imx6qdl-hummingboard.dtsi > index 674cb237298f..93588c987d2c 100644 > --- a/arch/arm/boot/dts/imx6qdl-hummingboard.dtsi > +++ b/arch/arm/boot/dts/imx6qdl-hummingboard.dtsi > @@ -113,16 +113,13 @@ > &i2c1 { > pinctrl-names = "default"; > pinctrl-0 = <&pinctrl_hummingboard_i2c1>; > - > - /* > - * Not fitted on Carrier-1 board... yet > status = "okay"; > > + /* Pro baseboard model */ > rtc: pcf8523@68 { > compatible = "nxp,pcf8523"; > reg = <0x68>; > }; > - */ > }; > > &i2c2 { -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 1/2] ARM: dts: hummingboard: enable PCF8523 RTC support [not found] ` <E1YSWZG-0002As-7I-eh5Bv4kxaXIANfyc6IWni62ZND6+EDdj@public.gmane.org> 2015-03-03 10:42 ` Philipp Zabel @ 2015-03-24 12:14 ` Shawn Guo 2015-03-26 15:31 ` Russell King - ARM Linux 2015-03-30 3:48 ` Shawn Guo 2 siblings, 1 reply; 5+ messages in thread From: Shawn Guo @ 2015-03-24 12:14 UTC (permalink / raw) To: Russell King Cc: devicetree-u79uwXL29TY76Z2rM5mHXA, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, Sascha Hauer, Rob Herring, Pawel Moll, Mark Rutland, Ian Campbell, Kumar Gala On Mon, Mar 02, 2015 at 08:03:54PM +0000, Russell King wrote: > Enable the commented out PCF8523 RTC support for Hummingboard pro > base boards. > > Signed-off-by: Russell King <rmk+kernel-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org> > --- > For acks please. Russell, What do you mean by "For acks please"? Not for apply? I'm asking if I should pick up the patches. Shawn > > arch/arm/boot/dts/imx6qdl-hummingboard.dtsi | 5 +---- > 1 file changed, 1 insertion(+), 4 deletions(-) > > diff --git a/arch/arm/boot/dts/imx6qdl-hummingboard.dtsi b/arch/arm/boot/dts/imx6qdl-hummingboard.dtsi > index 674cb237298f..93588c987d2c 100644 > --- a/arch/arm/boot/dts/imx6qdl-hummingboard.dtsi > +++ b/arch/arm/boot/dts/imx6qdl-hummingboard.dtsi > @@ -113,16 +113,13 @@ > &i2c1 { > pinctrl-names = "default"; > pinctrl-0 = <&pinctrl_hummingboard_i2c1>; > - > - /* > - * Not fitted on Carrier-1 board... yet > status = "okay"; > > + /* Pro baseboard model */ > rtc: pcf8523@68 { > compatible = "nxp,pcf8523"; > reg = <0x68>; > }; > - */ > }; > > &i2c2 { > -- > 1.8.3.1 > > -- > To unsubscribe from this list: send the line "unsubscribe devicetree" in > the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 1/2] ARM: dts: hummingboard: enable PCF8523 RTC support 2015-03-24 12:14 ` Shawn Guo @ 2015-03-26 15:31 ` Russell King - ARM Linux 0 siblings, 0 replies; 5+ messages in thread From: Russell King - ARM Linux @ 2015-03-26 15:31 UTC (permalink / raw) To: Shawn Guo Cc: devicetree-u79uwXL29TY76Z2rM5mHXA, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, Sascha Hauer, Rob Herring, Pawel Moll, Mark Rutland, Ian Campbell, Kumar Gala On Tue, Mar 24, 2015 at 08:14:31PM +0800, Shawn Guo wrote: > On Mon, Mar 02, 2015 at 08:03:54PM +0000, Russell King wrote: > > Enable the commented out PCF8523 RTC support for Hummingboard pro > > base boards. > > > > Signed-off-by: Russell King <rmk+kernel-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org> > > --- > > For acks please. > > Russell, > > What do you mean by "For acks please"? Not for apply? I'm asking if I > should pick up the patches. I think you can - I don't have anything else outstanding at the moment for the DTS. -- FTTC broadband for 0.8mile line: currently at 10.5Mbps down 400kbps up according to speedtest.net. -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 1/2] ARM: dts: hummingboard: enable PCF8523 RTC support [not found] ` <E1YSWZG-0002As-7I-eh5Bv4kxaXIANfyc6IWni62ZND6+EDdj@public.gmane.org> 2015-03-03 10:42 ` Philipp Zabel 2015-03-24 12:14 ` Shawn Guo @ 2015-03-30 3:48 ` Shawn Guo 2 siblings, 0 replies; 5+ messages in thread From: Shawn Guo @ 2015-03-30 3:48 UTC (permalink / raw) To: Russell King Cc: devicetree-u79uwXL29TY76Z2rM5mHXA, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, Sascha Hauer, Rob Herring, Pawel Moll, Mark Rutland, Ian Campbell, Kumar Gala On Mon, Mar 02, 2015 at 08:03:54PM +0000, Russell King wrote: > Enable the commented out PCF8523 RTC support for Hummingboard pro > base boards. > > Signed-off-by: Russell King <rmk+kernel-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org> Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2015-03-30 3:48 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-02 20:03 [PATCH 1/2] ARM: dts: hummingboard: enable PCF8523 RTC support Russell King
[not found] ` <E1YSWZG-0002As-7I-eh5Bv4kxaXIANfyc6IWni62ZND6+EDdj@public.gmane.org>
2015-03-03 10:42 ` Philipp Zabel
2015-03-24 12:14 ` Shawn Guo
2015-03-26 15:31 ` Russell King - ARM Linux
2015-03-30 3:48 ` Shawn Guo
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).