summaryrefslogtreecommitdiff
path: root/arch/arm
diff options
context:
space:
mode:
authorAlice Guo <alice.guo@nxp.com>2022-01-06 15:47:10 +0800
committerYe Li <ye.li@nxp.com>2022-07-06 22:35:58 +0800
commit2ef8e733170d55a407409e8f68c30e5a20946d91 (patch)
tree00bcfbd38a2bd77239f553ab1857323080d0ec7c /arch/arm
parent9c11da0ca23b938199054119c77644e64d9943cd (diff)
LFU-330-23 misc: fuse: support to access fuse on i.MX93
i.MX93 fuse can be accessed through FSB and s400-api. Add mapping tables for i.MX93. The offset address of FSB accessing OTP shadow registers is different between i.MX8ULP and i.MX93, so use macro to define the offset address instead of hardcode. Signed-off-by: Alice Guo <alice.guo@nxp.com>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/include/asm/arch-imx9/imx-regs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-imx9/imx-regs.h b/arch/arm/include/asm/arch-imx9/imx-regs.h
index 6fccbdb619..d2e3174910 100644
--- a/arch/arm/include/asm/arch-imx9/imx-regs.h
+++ b/arch/arm/include/asm/arch-imx9/imx-regs.h
@@ -22,6 +22,8 @@
#define USB1_BASE_ADDR 0x4c100000
#define USB2_BASE_ADDR 0x4c200000
+#define FSB_BASE_ADDR 0x47510000
+
#if !(defined(__KERNEL_STRICT_NAMES) || defined(__ASSEMBLY__))
#include <asm/types.h>