Remove "the" from subject. On 8 February 2013 16:16, Vijay Kumar Mishra <vijay.ku...@st.com> 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 { -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/