From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758012AbbBGRap (ORCPT ); Sat, 7 Feb 2015 12:30:45 -0500 Received: from mail-lb0-f172.google.com ([209.85.217.172]:41828 "EHLO mail-lb0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757333AbbBGRan (ORCPT ); Sat, 7 Feb 2015 12:30:43 -0500 Message-ID: <54D64BBE.9080704@cogentembedded.com> Date: Sat, 07 Feb 2015 20:30:38 +0300 From: Sergei Shtylyov Organization: Cogent Embedded User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Robert Jarzmik 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> <87a90p9815.fsf@free.fr> In-Reply-To: <87a90p9815.fsf@free.fr> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello. On 02/07/2015 04:16 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. Ah, I was wondering why the node descriptions included only one prop. > And you're very welcome to post a patch to fix that ;) In my copious free time... :-) > Cheers. WBR, Sergei