Message ID | 1432069793-10141-1-git-send-email-anthoine.bourgeois@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
* Anthoine Bourgeois <anthoine.bourgeois@gmail.com> [150519 14:11]: > Add nand-ecc-opt and device-width properties to enable nand support on > Devkit8000. > > Signed-off-by: Anthoine Bourgeois <anthoine.bourgeois@gmail.com> > --- > arch/arm/boot/dts/omap3-devkit8000.dts | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/arch/arm/boot/dts/omap3-devkit8000.dts b/arch/arm/boot/dts/omap3-devkit8000.dts > index 169037e..283db1d 100644 > --- a/arch/arm/boot/dts/omap3-devkit8000.dts > +++ b/arch/arm/boot/dts/omap3-devkit8000.dts > @@ -111,6 +111,8 @@ > nand@0,0 { > reg = <0 0 4>; /* CS0, offset 0, IO size 4 */ > nand-bus-width = <16>; > + gpmc,device-width = <2>; > + ti,nand-ecc-opt = "sw"; > > gpmc,sync-clk-ps = <0>; > gpmc,cs-on-ns = <0>; Applying into omap-for-v4.1/fixes thanks. Tony -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/arch/arm/boot/dts/omap3-devkit8000.dts b/arch/arm/boot/dts/omap3-devkit8000.dts index 169037e..283db1d 100644 --- a/arch/arm/boot/dts/omap3-devkit8000.dts +++ b/arch/arm/boot/dts/omap3-devkit8000.dts @@ -111,6 +111,8 @@ nand@0,0 { reg = <0 0 4>; /* CS0, offset 0, IO size 4 */ nand-bus-width = <16>; + gpmc,device-width = <2>; + ti,nand-ecc-opt = "sw"; gpmc,sync-clk-ps = <0>; gpmc,cs-on-ns = <0>;
Add nand-ecc-opt and device-width properties to enable nand support on Devkit8000. Signed-off-by: Anthoine Bourgeois <anthoine.bourgeois@gmail.com> --- arch/arm/boot/dts/omap3-devkit8000.dts | 2 ++ 1 file changed, 2 insertions(+)