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