mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-03-01 20:11:25 +01:00
stm32mp: syscon: Add STM32MP21 support
Add "st,stm32mp21-syscfg" compatible. Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com> Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
This commit is contained in:
parent
5635627833
commit
0ec3b31310
@ -10,6 +10,7 @@
|
||||
|
||||
static const struct udevice_id stm32mp_syscon_ids[] = {
|
||||
{ .compatible = "st,stm32mp157-syscfg", .data = STM32MP_SYSCON_SYSCFG },
|
||||
{ .compatible = "st,stm32mp21-syscfg", .data = STM32MP_SYSCON_SYSCFG},
|
||||
{ .compatible = "st,stm32mp23-syscfg", .data = STM32MP_SYSCON_SYSCFG},
|
||||
{ .compatible = "st,stm32mp25-syscfg", .data = STM32MP_SYSCON_SYSCFG},
|
||||
{ }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user