From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1946233Ab3BHKxn (ORCPT ); Fri, 8 Feb 2013 05:53:43 -0500 Received: from mail-ob0-f169.google.com ([209.85.214.169]:40441 "EHLO mail-ob0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S964780Ab3BHKxm (ORCPT ); Fri, 8 Feb 2013 05:53:42 -0500 MIME-Version: 1.0 In-Reply-To: <4854ebf7198ff341d699372cf569210a6f0b363b.1360317993.git.vijay.kumar@st.com> References: <4854ebf7198ff341d699372cf569210a6f0b363b.1360317993.git.vijay.kumar@st.com> Date: Fri, 8 Feb 2013 16:23:41 +0530 Message-ID: Subject: Re: [PATCH 2/3] ARM:dts:SPEAr1310:Correct the clcd pin group name From: Viresh Kumar To: Vijay Kumar Mishra Cc: linux@arm.linux.org.uk, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, spear-devel Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Remove "the" from subject. On 8 February 2013 16:16, Vijay Kumar Mishra wrote: > This patch is to correct clcd pin group name "clcd_high_res" to > "clcd_high_res_grp" to avoid kernel boot hang as with following error message. > > spear1310-pinmux e0700000.pinmux: invalid group "clcd_high_res" for function > "clcd". Write it as: Incorrect pin group name "clcd_high_res" is passed from DT, which causes boot failure. Fix it by replacing it with "clcd_high_res_grp". > --- > arch/arm/boot/dts/spear1310-evb.dts | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/boot/dts/spear1310-evb.dts b/arch/arm/boot/dts/spear1310-evb.dts > index b56a801..6fd4c36 100644 > --- a/arch/arm/boot/dts/spear1310-evb.dts > +++ b/arch/arm/boot/dts/spear1310-evb.dts > @@ -47,7 +47,7 @@ > st,function = "arm_gpio"; > }; > clcd { > - st,pins = "clcd_grp" , "clcd_high_res"; > + st,pins = "clcd_grp", "clcd_high_res_grp"; > st,function = "clcd"; > }; > eth { From mboxrd@z Thu Jan 1 00:00:00 1970 From: viresh.kumar@linaro.org (Viresh Kumar) Date: Fri, 8 Feb 2013 16:23:41 +0530 Subject: [PATCH 2/3] ARM:dts:SPEAr1310:Correct the clcd pin group name In-Reply-To: <4854ebf7198ff341d699372cf569210a6f0b363b.1360317993.git.vijay.kumar@st.com> References: <4854ebf7198ff341d699372cf569210a6f0b363b.1360317993.git.vijay.kumar@st.com> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Remove "the" from subject. On 8 February 2013 16:16, Vijay Kumar Mishra wrote: > This patch is to correct clcd pin group name "clcd_high_res" to > "clcd_high_res_grp" to avoid kernel boot hang as with following error message. > > spear1310-pinmux e0700000.pinmux: invalid group "clcd_high_res" for function > "clcd". Write it as: Incorrect pin group name "clcd_high_res" is passed from DT, which causes boot failure. Fix it by replacing it with "clcd_high_res_grp". > --- > arch/arm/boot/dts/spear1310-evb.dts | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/boot/dts/spear1310-evb.dts b/arch/arm/boot/dts/spear1310-evb.dts > index b56a801..6fd4c36 100644 > --- a/arch/arm/boot/dts/spear1310-evb.dts > +++ b/arch/arm/boot/dts/spear1310-evb.dts > @@ -47,7 +47,7 @@ > st,function = "arm_gpio"; > }; > clcd { > - st,pins = "clcd_grp" , "clcd_high_res"; > + st,pins = "clcd_grp", "clcd_high_res_grp"; > st,function = "clcd"; > }; > eth {