ar71xx: wndr4300: enable HW ECC mode for the NAND controller
[openwrt/openwrt.git] / target / linux / ar71xx / files / arch / mips / ath79 / mach-wndr4300.c
index 715fb064fee4a6d5bad528c0a2c3cb16840e1770..0ecedff115051c8e203917d90f40dad8e98fdf4c 100644 (file)
@@ -14,6 +14,9 @@
 #include <linux/platform_device.h>
 #include <linux/ath9k_platform.h>
 #include <linux/ar8216_platform.h>
+#include <linux/mtd/mtd.h>
+#include <linux/mtd/nand.h>
+#include <linux/platform/ar934x_nfc.h>
 
 #include <asm/mach-ath79/ar71xx_regs.h>
 
@@ -171,6 +174,7 @@ static void __init wndr4300_setup(void)
        ath79_eth0_pll_data.pll_1000 = 0x06000000;
        ath79_register_eth(0);
 
+       ath79_nfc_set_ecc_mode(AR934X_NFC_ECC_HW);
        ath79_register_nfc();
        ath79_register_usb();