From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH 02/18] ARM: am57xx: cl-som-am57x: dts: add RTC support Date: Mon, 30 Nov 2015 13:50:40 -0800 Message-ID: <20151130215040.GD23396@atomide.com> References: <1448433590-1399-1-git-send-email-lifshitz@compulab.co.il> <1448433590-1399-3-git-send-email-lifshitz@compulab.co.il> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1448433590-1399-3-git-send-email-lifshitz-UTxiZqZC01RS1MOuV/RT9w@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Dmitry Lifshitz Cc: linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Igor Grinberg , Nikita Kiryanov , Ian Campbell List-Id: linux-omap@vger.kernel.org * Dmitry Lifshitz [151124 22:41]: > +&i2c4 { > + status = "okay"; > + pinctrl-names = "default"; > + pinctrl-0 = <&i2c4_pins_default>; > + clock-frequency = <100000>; > + > + rtc0: rtc@56 { > + compatible = "emmicro,em3027"; > + reg = <0x56>; > + }; > +}; > + > + Please check this series too to remove the extra lines at the end of the files for each patch for the whitespace errors and unify the Subject to start with "ARM: dts: ..." thanks. Tony -- 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: tony@atomide.com (Tony Lindgren) Date: Mon, 30 Nov 2015 13:50:40 -0800 Subject: [PATCH 02/18] ARM: am57xx: cl-som-am57x: dts: add RTC support In-Reply-To: <1448433590-1399-3-git-send-email-lifshitz@compulab.co.il> References: <1448433590-1399-1-git-send-email-lifshitz@compulab.co.il> <1448433590-1399-3-git-send-email-lifshitz@compulab.co.il> Message-ID: <20151130215040.GD23396@atomide.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org * Dmitry Lifshitz [151124 22:41]: > +&i2c4 { > + status = "okay"; > + pinctrl-names = "default"; > + pinctrl-0 = <&i2c4_pins_default>; > + clock-frequency = <100000>; > + > + rtc0: rtc at 56 { > + compatible = "emmicro,em3027"; > + reg = <0x56>; > + }; > +}; > + > + Please check this series too to remove the extra lines at the end of the files for each patch for the whitespace errors and unify the Subject to start with "ARM: dts: ..." thanks. Tony