ARM: dts: imx: ba16: add "mfg" Q7 SPI-NOR partition
Add the 4th partiton named "mfg" with a block size 64K to store manufacturing data. Signed-off-by: Ken Lin <ken.lin@advantech.com.tw> Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
@@ -157,7 +157,12 @@
|
|||||||
|
|
||||||
partition@d0000 {
|
partition@d0000 {
|
||||||
label = "spare";
|
label = "spare";
|
||||||
reg = <0xd0000 0x130000>;
|
reg = <0xd0000 0x320000>;
|
||||||
|
};
|
||||||
|
|
||||||
|
partition@3f0000 {
|
||||||
|
label = "mfg";
|
||||||
|
reg = <0x3f0000 0x10000>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user