summaryrefslogtreecommitdiff
path: root/drivers/cpu
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2021-09-22 14:55:16 -0400
committerTom Rini <[email protected]>2021-09-22 21:17:39 -0400
commit7b57e56739ed2c550d17a072a7f4c8326c0c83dc (patch)
tree24770636838a7edd62dffe71039d217ebb6c19fb /drivers/cpu
parent63823da4b9e25d2f6a81f1e9adb06391837055cb (diff)
parentd65b84a1d0dc116010a3842dc13661976ef92629 (diff)
Merge tag 'u-boot-at91-2022.01-a' of https://source.denx.de/u-boot/custodians/u-boot-at91 into next
First set of u-boot-at91 features for the 2022.01 cycle: This feature set includes : the support for CPU driver for arm926 (sam9x60 device); changes required for OP-TEE boot for sama5d2_xplained and sama5d27_som1_ek boards; QSPI boot configuration for sama5d2_icp; starting to remove old Kconfig unused symbols from config_whitelist.txt (work will take more time); also small fixes and updates in mach, DT, configs, etc.
Diffstat (limited to 'drivers/cpu')
-rw-r--r--drivers/cpu/at91_cpu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/cpu/at91_cpu.c b/drivers/cpu/at91_cpu.c
index 9ef1b3102cd..34a3f61c7e9 100644
--- a/drivers/cpu/at91_cpu.c
+++ b/drivers/cpu/at91_cpu.c
@@ -70,6 +70,7 @@ static const struct cpu_ops at91_cpu_ops = {
static const struct udevice_id at91_cpu_ids[] = {
{ .compatible = "arm,cortex-a7" },
+ { .compatible = "arm,arm926ej-s" },
{ /* Sentinel. */ }
};