Skip to content
Snippets Groups Projects
Commit e5e95ecf authored by Ye Li's avatar Ye Li Committed by Stefano Babic
Browse files

misc: fuse: Update imx8 fuse driver for 8QM


Add the second ECC fuse area for 8QM which is different with 8QXP

Signed-off-by: default avatarYe Li <ye.li@nxp.com>
Signed-off-by: default avatarPeng Fan <peng.fan@nxp.com>
parent dc597d1d
No related branches found
No related tags found
No related merge requests found
......@@ -15,8 +15,13 @@ DECLARE_GLOBAL_DATA_PTR;
#define FSL_ECC_WORD_START_1 0x10
#define FSL_ECC_WORD_END_1 0x10F
#ifdef CONFIG_IMX8QM
#define FSL_ECC_WORD_START_2 0x1A0
#define FSL_ECC_WORD_END_2 0x1FF
#elif defined(CONFIG_IMX8QXP)
#define FSL_ECC_WORD_START_2 0x220
#define FSL_ECC_WORD_END_2 0x31F
#endif
#define FSL_QXP_FUSE_GAP_START 0x110
#define FSL_QXP_FUSE_GAP_END 0x21F
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment