Message ID | 1368767622-12968-2-git-send-email-gwenhael.goavec-merou@armadeus.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Fri, May 17, 2013 at 07:13:42AM +0200, Gwenhael Goavec-Merou wrote: > > Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@armadeus.com> I already applied the patch [1], so this one can be ignored? Shawn http://thread.gmane.org/gmane.linux.ports.arm.kernel/236989/ > --- > arch/arm/boot/dts/imx51-apf51.dts | 7 +++++++ > 1 file changed, 7 insertions(+) > > diff --git a/arch/arm/boot/dts/imx51-apf51.dts b/arch/arm/boot/dts/imx51-apf51.dts > index 2bcf698..8f7f9ac 100644 > --- a/arch/arm/boot/dts/imx51-apf51.dts > +++ b/arch/arm/boot/dts/imx51-apf51.dts > @@ -45,6 +45,13 @@ > status = "okay"; > }; > > +&nfc { > + nand-bus-width = <8>; > + nand-ecc-mode = "hw"; > + nand-on-flash-bbt; > + status = "okay"; > +}; > + > &uart3 { > pinctrl-names = "default"; > pinctrl-0 = <&pinctrl_uart3_2>; > -- > 1.8.1.5 >
On Fri, 17 May 2013 16:03:14 +0800 Shawn Guo <shawn.guo@linaro.org> wrote: > On Fri, May 17, 2013 at 07:13:42AM +0200, Gwenhael Goavec-Merou wrote: > > > > Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@armadeus.com> > > I already applied the patch [1], so this one can be ignored? > Yes, It's a wrong manip. Sorry. Gwen
diff --git a/arch/arm/boot/dts/imx51-apf51.dts b/arch/arm/boot/dts/imx51-apf51.dts index 2bcf698..8f7f9ac 100644 --- a/arch/arm/boot/dts/imx51-apf51.dts +++ b/arch/arm/boot/dts/imx51-apf51.dts @@ -45,6 +45,13 @@ status = "okay"; }; +&nfc { + nand-bus-width = <8>; + nand-ecc-mode = "hw"; + nand-on-flash-bbt; + status = "okay"; +}; + &uart3 { pinctrl-names = "default"; pinctrl-0 = <&pinctrl_uart3_2>;
Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@armadeus.com> --- arch/arm/boot/dts/imx51-apf51.dts | 7 +++++++ 1 file changed, 7 insertions(+)