Skip to content

Commit 19afe9f

Browse files
author
Patrice Chotard
committed
ARM: stm32mp: Add stm32mp21 support.
Add "st,stm32mp21-rifsc" compatible for stm32mp21 support. Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com> Change-Id: Ia03235dceb461aa805b7a015e47f72755b8a7159 Reviewed-on: https://gerrit.st.com/c/mpu/oe/st/u-boot/+/457869 ACI: CITOOLS <MDG-smet-aci-reviews@list.st.com>
1 parent 0df50dc commit 19afe9f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • arch/arm/mach-stm32mp/stm32mp2

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,7 @@ static int stm32_rifsc_remove(struct udevice *bus)
355355

356356
static const struct udevice_id stm32_rifsc_ids[] = {
357357
{ .compatible = "st,stm32mp25-rifsc" },
358+
{ .compatible = "st,stm32mp21-rifsc" },
358359
{},
359360
};
360361

0 commit comments

Comments
 (0)