diff options
author | Roman Yeryomin <roman@advem.lv> | 2017-09-17 23:17:27 +0300 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2017-09-28 09:21:57 +0200 |
commit | bcb89fcca8562d31ad4ddffda2d5298ecea14738 (patch) | |
tree | b0af5c107fc1c4468629cf274bd93c28bbf5ab85 | |
parent | f2107fc328ff7f9817fe9ca64f84bba9e32abfc6 (diff) | |
download | upstream-bcb89fcca8562d31ad4ddffda2d5298ecea14738.tar.gz upstream-bcb89fcca8562d31ad4ddffda2d5298ecea14738.tar.bz2 upstream-bcb89fcca8562d31ad4ddffda2d5298ecea14738.zip |
ramips: mt7621: add MT29F2G08ABAE NAND flash support
Signed-off-by: Roman Yeryomin <roman@advem.lv>
-rw-r--r-- | target/linux/ramips/patches-4.9/0039-mtd-add-mt7621-nand-support.patch | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ramips/patches-4.9/0039-mtd-add-mt7621-nand-support.patch b/target/linux/ramips/patches-4.9/0039-mtd-add-mt7621-nand-support.patch index f3fc9767a3..ed9f1dc658 100644 --- a/target/linux/ramips/patches-4.9/0039-mtd-add-mt7621-nand-support.patch +++ b/target/linux/ramips/patches-4.9/0039-mtd-add-mt7621-nand-support.patch @@ -4302,7 +4302,7 @@ Signed-off-by: John Crispin <blogic@openwrt.org> +#endif /* __NAND_DEF_H__ */ --- /dev/null +++ b/drivers/mtd/nand/nand_device_list.h -@@ -0,0 +1,55 @@ +@@ -0,0 +1,56 @@ +/* Copyright Statement: + * + * This software/firmware and related documentation ("MediaTek Software") are @@ -4345,6 +4345,7 @@ Signed-off-by: John Crispin <blogic@openwrt.org> + {0x20BC, 0x105554, 5, 16, 512, 128, 2048, 64, 0x1123, "EHD013151MA_5", 0}, + {0xECBC, 0x005554, 5, 16, 512, 128, 2048, 64, 0x1123, "K524G2GACB_A0", 0}, + {0x2CBC, 0x905556, 5, 16, 512, 128, 2048, 64, 0x21044333, "MT29C4G96MAZA", 0}, ++ {0x2CDA, 0x909506, 5, 8, 256, 128, 2048, 64, 0x30C77fff, "MT29F2G08ABAE", 0}, + {0xADBC, 0x905554, 5, 16, 512, 128, 2048, 64, 0x10801011, "H9DA4GH4JJAMC", 0}, + {0x01F1, 0x801D01, 4, 8, 128, 128, 2048, 64, 0x30C77fff, "S34ML01G100TF", 0}, + {0x92F1, 0x8095FF, 4, 8, 128, 128, 2048, 64, 0x30C77fff, "F59L1G81A", 0}, |