提交 c70b5eb2 编写于 作者: M Masahiro Yamada 提交者: Boris Brezillon

mtd: nand: denali: remove unneeded init of ECC_ENABLE register

The ECC correction is properly enabled/disabled before the page
read/write.  There is no need to set up this at the beginning of
the probe.
Signed-off-by: NMasahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: NBoris Brezillon <boris.brezillon@free-electrons.com>
上级 5f2baae0
...@@ -1101,8 +1101,6 @@ static void denali_hw_init(struct denali_nand_info *denali) ...@@ -1101,8 +1101,6 @@ static void denali_hw_init(struct denali_nand_info *denali)
iowrite32(CHIP_EN_DONT_CARE__FLAG, denali->reg + CHIP_ENABLE_DONT_CARE); iowrite32(CHIP_EN_DONT_CARE__FLAG, denali->reg + CHIP_ENABLE_DONT_CARE);
iowrite32(0xffff, denali->reg + SPARE_AREA_MARKER); iowrite32(0xffff, denali->reg + SPARE_AREA_MARKER);
iowrite32(1, denali->reg + ECC_ENABLE);
} }
int denali_calc_ecc_bytes(int step_size, int strength) int denali_calc_ecc_bytes(int step_size, int strength)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册