diff options
author | Alexander Shiyan <shc_work@mail.ru> | 2013-11-30 01:18:01 -0500 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2014-02-09 08:33:06 -0500 |
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 @@ | |||
201 | &nfc { | 201 | &nfc { |
202 | nand-bus-width = <8>; | 202 | nand-bus-width = <8>; |
203 | nand-ecc-mode = "hw"; | 203 | nand-ecc-mode = "hw"; |
204 | nand-on-flash-bbt; | ||
204 | status = "okay"; | 205 | status = "okay"; |
205 | }; | 206 | }; |
206 | 207 | ||