From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shawn Guo Subject: Re: [PATCH 1/2] ARM: dts: hummingboard: enable PCF8523 RTC support Date: Tue, 24 Mar 2015 20:14:31 +0800 Message-ID: <20150324121430.GH28410@dragon> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Russell King Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, Sascha Hauer , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala List-Id: devicetree@vger.kernel.org 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 > --- > 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 From mboxrd@z Thu Jan 1 00:00:00 1970 From: shawn.guo@linaro.org (Shawn Guo) Date: Tue, 24 Mar 2015 20:14:31 +0800 Subject: [PATCH 1/2] ARM: dts: hummingboard: enable PCF8523 RTC support In-Reply-To: References: Message-ID: <20150324121430.GH28410@dragon> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 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 > --- > 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 at 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 at vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html