projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3364ee5
)
ARM: dts: Specify the NAND ECC scheme explicitly on Armada 385 DB board
author
Ezequiel Garcia
<
[email protected]
>
Sat, 24 May 2014 14:17:10 +0000
(11:17 -0300)
committer
Arnd Bergmann
<
[email protected]
>
Tue, 17 Jun 2014 15:09:45 +0000
(17:09 +0200)
The factory bootloader on A385-DB boards expect the ECC strength to be
4 bits over 512 bytes. Hence, we need to specify this in the devicetree,
to prevent the kernel from assuming any different ECC scheme.
Signed-off-by: Ezequiel Garcia <
[email protected]
>
Link:
https://lkml.kernel.org/r/1400941030-2123-3-git-send-email-ezequiel.garcia@free-electrons.com
Signed-off-by: Jason Cooper <
[email protected]
>
arch/arm/boot/dts/armada-385-db.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/armada-385-db.dts
b/arch/arm/boot/dts/armada-385-db.dts
index ff9637dd8d0fb6d0501d02fe2f94630dcd49f4a0..5bae4731828bd222b5f5ee0f51b5ca9b452a0119 100644
(file)
--- a/
arch/arm/boot/dts/armada-385-db.dts
+++ b/
arch/arm/boot/dts/armada-385-db.dts
@@
-98,6
+98,8
@@
marvell,nand-keep-config;
marvell,nand-enable-arbiter;
nand-on-flash-bbt;
+ nand-ecc-strength = <4>;
+ nand-ecc-step-size = <512>;
partition@0 {
label = "U-Boot";