From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Wed, 7 Mar 2012 18:32:25 +0000 Subject: [PATCH 08/14] ARM: kirkwood: use devicetree for rtc-mv In-Reply-To: <146e96ef8a8649767b3beb49ff39a260e75f234a.1331090356.git.jason@lakedaemon.net> References: <146e96ef8a8649767b3beb49ff39a260e75f234a.1331090356.git.jason@lakedaemon.net> Message-ID: <201203071832.25307.arnd@arndb.de> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wednesday 07 March 2012, Jason Cooper wrote: > + > + rtc at f1010300 { > + compatible = "mrvl,kirkwood-rtc", "mrvl,orion-rtc"; > + reg = <0xf1010300 0x1f>; > + interrupts = <53>; > + }; > }; Same as with the uart, this length should be 0x20 instead of 0x1f. Arnd From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH 08/14] ARM: kirkwood: use devicetree for rtc-mv Date: Wed, 7 Mar 2012 18:32:25 +0000 Message-ID: <201203071832.25307.arnd@arndb.de> References: <146e96ef8a8649767b3beb49ff39a260e75f234a.1331090356.git.jason@lakedaemon.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <146e96ef8a8649767b3beb49ff39a260e75f234a.1331090356.git.jason-NLaQJdtUoK4Be96aLqz0jA@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Sender: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org To: Jason Cooper Cc: nicolas.pitre-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org, andrew-g2DYL2Zd6BY@public.gmane.org, devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org, michael-QKn5cuLxLXY@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: devicetree@vger.kernel.org On Wednesday 07 March 2012, Jason Cooper wrote: > + > + rtc@f1010300 { > + compatible = "mrvl,kirkwood-rtc", "mrvl,orion-rtc"; > + reg = <0xf1010300 0x1f>; > + interrupts = <53>; > + }; > }; Same as with the uart, this length should be 0x20 instead of 0x1f. Arnd