From mboxrd@z Thu Jan 1 00:00:00 1970 From: robert.jarzmik@free.fr (Robert Jarzmik) Date: Sat, 07 Feb 2015 14:16:06 +0100 Subject: [PATCH v3 2/5] ARM: dts: pxa: add clocks In-Reply-To: <54D60B79.5060206@cogentembedded.com> (Sergei Shtylyov's message of "Sat, 07 Feb 2015 15:56:25 +0300") References: <1423312760-15871-1-git-send-email-robert.jarzmik@free.fr> <1423312760-15871-2-git-send-email-robert.jarzmik@free.fr> <54D60B79.5060206@cogentembedded.com> Message-ID: <87a90p9815.fsf@free.fr> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Sergei Shtylyov writes: > Hello. > > On 2/7/2015 3:39 PM, Robert Jarzmik wrote: >> + stuart: uart at 40700000 { >> + clocks = <&pxa2xx_clks CLK_STUART>; >> + }; >> + > > The ePAPR standard tells to call such nodes "serial", not "uart". Good to know, but not for this patch. The naming is coming from pxa2xx.dtsi. And you're very welcome to post a patch to fix that ;) Cheers. -- Robert From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Jarzmik Subject: Re: [PATCH v3 2/5] ARM: dts: pxa: add clocks Date: Sat, 07 Feb 2015 14:16:06 +0100 Message-ID: <87a90p9815.fsf@free.fr> References: <1423312760-15871-1-git-send-email-robert.jarzmik@free.fr> <1423312760-15871-2-git-send-email-robert.jarzmik@free.fr> <54D60B79.5060206@cogentembedded.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: In-Reply-To: <54D60B79.5060206-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org> (Sergei Shtylyov's message of "Sat, 07 Feb 2015 15:56:25 +0300") Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Sergei Shtylyov Cc: Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Dmitry Eremin-Solenikov , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: devicetree@vger.kernel.org Sergei Shtylyov writes: > Hello. > > On 2/7/2015 3:39 PM, Robert Jarzmik wrote: >> + stuart: uart@40700000 { >> + clocks = <&pxa2xx_clks CLK_STUART>; >> + }; >> + > > The ePAPR standard tells to call such nodes "serial", not "uart". Good to know, but not for this patch. The naming is coming from pxa2xx.dtsi. And you're very welcome to post a patch to fix that ;) Cheers. -- Robert -- 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 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755547AbbBGNQM (ORCPT ); Sat, 7 Feb 2015 08:16:12 -0500 Received: from smtp03.smtpout.orange.fr ([80.12.242.125]:58338 "EHLO smtp.smtpout.orange.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753949AbbBGNQL (ORCPT ); Sat, 7 Feb 2015 08:16:11 -0500 X-ME-Helo: beldin X-ME-Date: Sat, 07 Feb 2015 14:16:07 +0100 X-ME-IP: 92.136.77.170 From: Robert Jarzmik To: Sergei Shtylyov Cc: Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Dmitry Eremin-Solenikov , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 2/5] ARM: dts: pxa: add clocks References: <1423312760-15871-1-git-send-email-robert.jarzmik@free.fr> <1423312760-15871-2-git-send-email-robert.jarzmik@free.fr> <54D60B79.5060206@cogentembedded.com> X-URL: http://belgarath.falguerolles.org/ Date: Sat, 07 Feb 2015 14:16:06 +0100 In-Reply-To: <54D60B79.5060206@cogentembedded.com> (Sergei Shtylyov's message of "Sat, 07 Feb 2015 15:56:25 +0300") Message-ID: <87a90p9815.fsf@free.fr> User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3.92 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Sergei Shtylyov writes: > Hello. > > On 2/7/2015 3:39 PM, Robert Jarzmik wrote: >> + stuart: uart@40700000 { >> + clocks = <&pxa2xx_clks CLK_STUART>; >> + }; >> + > > The ePAPR standard tells to call such nodes "serial", not "uart". Good to know, but not for this patch. The naming is coming from pxa2xx.dtsi. And you're very welcome to post a patch to fix that ;) Cheers. -- Robert