[PATCH v2 2/3] at91: 9x5: add DT parameters to enable PMECC
Jean-Christophe PLAGNIOL-VILLARD
plagnioj at jcrosoft.com
Thu Jan 17 14:38:14 EST 2013
On 11:24 Thu 17 Jan , Josh Wu wrote:
> Default ecc correctable setting is 2bits in 512 bytes.
full name sam the soc
>
> Signed-off-by: Josh Wu <josh.wu at atmel.com>
> ---
> change log:
> v2: rebase to v3.8-rc3
>
> arch/arm/boot/dts/at91sam9x5.dtsi | 4 ++++
> arch/arm/boot/dts/at91sam9x5cm.dtsi | 5 ++++-
> 2 files changed, 8 insertions(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/at91sam9x5.dtsi b/arch/arm/boot/dts/at91sam9x5.dtsi
> index 40ac3a4..eedc191 100644
> --- a/arch/arm/boot/dts/at91sam9x5.dtsi
> +++ b/arch/arm/boot/dts/at91sam9x5.dtsi
> @@ -480,7 +480,11 @@
> #address-cells = <1>;
> #size-cells = <1>;
> reg = <0x40000000 0x10000000
> + 0xffffe000 0x600 /* PMECC Registers */
> + 0xffffe600 0x200 /* PMECC Error Location Registers */
> + 0x00100000 0x100000 /* ROM code */
I do not like this at all we request 1M of memory where we jsut need a few for
the tables
Best Regards,
J.
> >;
> + atmel,pmecc-lookup-table-offset = <0x8000 0x10000>;
> atmel,nand-addr-offset = <21>;
> atmel,nand-cmd-offset = <22>;
> pinctrl-names = "default";
> diff --git a/arch/arm/boot/dts/at91sam9x5cm.dtsi b/arch/arm/boot/dts/at91sam9x5cm.dtsi
> index 31e7be2..4027ac7 100644
> --- a/arch/arm/boot/dts/at91sam9x5cm.dtsi
> +++ b/arch/arm/boot/dts/at91sam9x5cm.dtsi
> @@ -26,7 +26,10 @@
> ahb {
> nand0: nand at 40000000 {
> nand-bus-width = <8>;
> - nand-ecc-mode = "soft";
> + nand-ecc-mode = "hw";
> + atmel,has-pmecc; /* Enable PMECC */
> + atmel,pmecc-cap = <2>;
> + atmel,pmecc-sector-size = <512>;
> nand-on-flash-bbt;
> status = "okay";
>
> --
> 1.7.9.5
>
More information about the linux-mtd
mailing list