ar71xx: ar934x-nfc: allow ECC to be configured in software BCH mode
[openwrt.git] / target / linux / ar71xx / files / include / linux / platform / ar934x_nfc.h
index 4a4e751..371aaee 100644 (file)
@@ -20,6 +20,7 @@ struct mtd_partition;
 enum ar934x_nfc_ecc_mode {
        AR934X_NFC_ECC_SOFT = 0,
        AR934X_NFC_ECC_HW,
+       AR934X_NFC_ECC_SOFT_BCH,
 };
 
 struct ar934x_nfc_platform_data {