diff options
author | Alexander Shiyan <shc_work@mail.ru> | 2013-11-30 10:18:01 +0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2014-02-09 21:33:06 +0800 |
commit | d9a57aaf6e3a9557156c1e1cf2e47bc031b5893a (patch) | |
tree | 82ab8244adf85961470560eba1623d6ff78b95e5 | |
parent | 392aa4bf688a2d54f14e53a759b8b4e51c6c9f5c (diff) |
ARM: dts: imx27-phytec-phycore-som: Add on-flash BBT support
This patch adds support for On Flash Bad Block Table for PCM-038
onboard NAND.
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
-rw-r--r-- | arch/arm/boot/dts/imx27-phytec-phycore-som.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx27-phytec-phycore-som.dts b/arch/arm/boot/dts/imx27-phytec-phycore-som.dts index 87719288d0ea..beec525edbf3 100644 --- a/arch/arm/boot/dts/imx27-phytec-phycore-som.dts +++ b/arch/arm/boot/dts/imx27-phytec-phycore-som.dts @@ -201,6 +201,7 @@ &nfc { nand-bus-width = <8>; nand-ecc-mode = "hw"; + nand-on-flash-bbt; status = "okay"; }; |