ramips: enable BBT on NAND in I-O DATA devices
This patch enables MediaTek NAND BBT on I-O DATA devices manufactured by MSTC (MitraStar Technology Corp.). [WN-AX2033GR] Tested-by: Yanase Yuki <dev@zpc.sakura.ne.jp> [WN-AX1167GR2, WN-DX1167R, WN-DX1200GR, WN-DX2033GR] Tested-by: INAGAKI Hiroshi <musashino.open@gmail.com> Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
This commit is contained in:
committed by
Chuanhong Guo
parent
d29dbf052a
commit
ef4e1ae18d
@@ -58,6 +58,11 @@
|
|||||||
&nand {
|
&nand {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
||||||
|
mediatek,bbt;
|
||||||
|
mediatek,bmt-remap-range =
|
||||||
|
<0x0000000 0x0800000>,
|
||||||
|
<0x3600000 0x4980000>;
|
||||||
|
|
||||||
partitions {
|
partitions {
|
||||||
compatible = "fixed-partitions";
|
compatible = "fixed-partitions";
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
|
|||||||
@@ -55,6 +55,11 @@
|
|||||||
&nand {
|
&nand {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
||||||
|
mediatek,bbt;
|
||||||
|
mediatek,bmt-remap-range =
|
||||||
|
<0x0000000 0x0800000>,
|
||||||
|
<0x3600000 0x4980000>;
|
||||||
|
|
||||||
partitions: partitions {
|
partitions: partitions {
|
||||||
compatible = "fixed-partitions";
|
compatible = "fixed-partitions";
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
|
|||||||
Reference in New Issue
Block a user