[PATCH v6 4/4] ARM: dts: AM33xx: updated default ECC scheme in nand-ecc-opt
Brian Norris
computersforpeace at gmail.com
Wed Sep 25 15:15:59 EDT 2013
On Thu, Sep 12, 2013 at 05:20:19PM +0530, Pekon Gupta wrote:
> DT property values for OMAP based gpmc-nand have been updated
> to match changes in commit:
> 6faf096 ARM: OMAP2+: cleaned-up DT support of various ECC schemes
Whose commit ID is this? Your patch is not merged yet, so don't use a
commit ID.
> Refer: Documentation/devicetree/bindings/mtd/gpmc-nand.txt
>
> Signed-off-by: Pekon Gupta <pekon at ti.com>
> ---
> arch/arm/boot/dts/am335x-evm.dts | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/am335x-evm.dts b/arch/arm/boot/dts/am335x-evm.dts
> index e8ec875..e28a2ac 100644
> --- a/arch/arm/boot/dts/am335x-evm.dts
> +++ b/arch/arm/boot/dts/am335x-evm.dts
> @@ -268,7 +268,7 @@
> nand at 0,0 {
> reg = <0 0 0>; /* CS0, offset 0 */
> nand-bus-width = <8>;
> - ti,nand-ecc-opt = "bch8";
> + ti,nand-ecc-scheme = "bch8";
> gpmc,device-nand = "true";
> gpmc,device-width = <1>;
> gpmc,sync-clk-ps = <0>;
This change should probably go in patch 1 anyway, when you break the
ABI.
Brian
More information about the linux-mtd
mailing list