From fa8efb3d70777554eef52d69468f3e63a828bcd9 Mon Sep 17 00:00:00 2001 From: Peng Fan Date: Tue, 29 Nov 2016 11:15:29 +0800 Subject: MLK-13532 misc: ocotp: ulp: fix fuse read There is no hole in i.MX7ULP1 OCOTP space, so the phy_index is the same one with index. Signed-off-by: Peng Fan --- arch/arm/include/asm/arch-imx/cpu.h | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/arm') diff --git a/arch/arm/include/asm/arch-imx/cpu.h b/arch/arm/include/asm/arch-imx/cpu.h index 5a663c0..8dd9c04 100644 --- a/arch/arm/include/asm/arch-imx/cpu.h +++ b/arch/arm/include/asm/arch-imx/cpu.h @@ -24,6 +24,7 @@ #define MXC_CPU_MX6DP 0x68 #define MXC_CPU_MX6QP 0x69 #define MXC_CPU_MX7D 0x72 +#define MXC_CPU_MX7ULP 0x73 /* Temporally hard code */ #define MXC_CPU_VF610 0xF6 /* dummy ID */ #define MXC_SOC_MX6 0x60 -- cgit v1.1