Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753684AbcJHVDb (ORCPT ); Sat, 8 Oct 2016 17:03:31 -0400 Received: from mail-pf0-f175.google.com ([209.85.192.175]:33520 "EHLO mail-pf0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752338AbcJHVDX (ORCPT ); Sat, 8 Oct 2016 17:03:23 -0400 Subject: Re: [PATCH] ARM: dts: fix naming of pinctrl node To: Scott Branden , Rob Herring , Mark Rutland , Russell King , Ray Jui , Jon Mason , Florian Fainelli References: <1475958866-15942-1-git-send-email-scott.branden@broadcom.com> Cc: BCM Kernel Feedback , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org From: Ray Jui Message-ID: <6039a5f9-2b36-c427-2f8a-addf76cf1c26@broadcom.com> Date: Sat, 8 Oct 2016 14:03:18 -0700 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:49.0) Gecko/20100101 Thunderbird/49.0 MIME-Version: 1.0 In-Reply-To: <1475958866-15942-1-git-send-email-scott.branden@broadcom.com> 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 Content-Length: 757 Lines: 28 On 10/8/2016 1:34 PM, Scott Branden wrote: > Remove 0x from pinctrl node to match device tree naming convention. > > Signed-off-by: Scott Branden > --- > arch/arm/boot/dts/bcm-cygnus.dtsi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/boot/dts/bcm-cygnus.dtsi b/arch/arm/boot/dts/bcm-cygnus.dtsi > index fabc9f3..539c58f 100644 > --- a/arch/arm/boot/dts/bcm-cygnus.dtsi > +++ b/arch/arm/boot/dts/bcm-cygnus.dtsi > @@ -108,7 +108,7 @@ > }; > }; > > - pinctrl: pinctrl@0x0301d0c8 { > + pinctrl: pinctrl@0301d0c8 { > compatible = "brcm,cygnus-pinmux"; > reg = <0x0301d0c8 0x30>, > <0x0301d24c 0x2c>; > Looks good to me! Reviewed-by: Ray Jui