From 2ef8e733170d55a407409e8f68c30e5a20946d91 Mon Sep 17 00:00:00 2001 From: Alice Guo Date: Thu, 6 Jan 2022 15:47:10 +0800 Subject: 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 --- arch/arm/include/asm/arch-imx9/imx-regs.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arch/arm') diff --git a/arch/arm/include/asm/arch-imx9/imx-regs.h b/arch/arm/include/asm/arch-imx9/imx-regs.h index 6fccbdb6194..d2e31749109 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 -- cgit v1.2.3