Skip to content

Commit 5afb725

Browse files
author
Patrice Chotard
committed
arm: stm32mp: Add Cut1.1 support for STM32MP21x
Add Cut1.1 support for STM32MP21x. Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com> Change-Id: Icb78282f67023c01573a18b741aa81bd986a9400 Reviewed-on: https://gerrit.st.com/c/mpu/oe/st/u-boot/+/454603 ACI: CIBUILD <MDG-smet-aci-builds@list.st.com> ACI: CITOOLS <MDG-smet-aci-reviews@list.st.com>
1 parent 8d56a1e commit 5afb725

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

arch/arm/mach-stm32mp/stm32mp2/stm32mp21x.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,9 @@ void get_soc_name(char name[SOC_NAME_SIZE])
158158
case OTP_REVID_1:
159159
cpu_r = "A";
160160
break;
161+
case OTP_REVID_1_1:
162+
cpu_r = "Z";
163+
break;
161164
case OTP_REVID_2:
162165
cpu_r = "B";
163166
break;

0 commit comments

Comments
 (0)