mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/7] ARM: stm32mp: random STM32MP13 fixes
@ 2023-11-22 18:11 Ahmad Fatoum
  2023-11-22 18:11 ` [PATCH 1/7] ARM: dts: stm32mp: stm32mp135-dk: drop duplicate property Ahmad Fatoum
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Ahmad Fatoum @ 2023-11-22 18:11 UTC (permalink / raw)
  To: barebox

STM32MP135-DK board support has been broken by a device tree sync with
the kernel as the kernel now uses SCMI to communicate with OP-TEE for
controlling some clocks, resets, regulators and OTP.

A series for that is incoming once OP-TEE communication upstreaming
is complete, but for now, this series fixes random other stuff.

Ahmad Fatoum (7):
  ARM: dts: stm32mp: stm32mp135-dk: drop duplicate property
  ARM: dts: stm32mp: fix model string for stm32mp135f-dk
  ARM: stm32mp: init: drop unused macros
  ARM: stm32mp: don't re-enable DBGCFGR clock
  ARM: stm32mp: init: handle differences between STM32MP13 and STM32MP15
  ARM: stm32mp: init: don't print STM32MP15 CPU type
  ARM: stm32mp: init: ignore of_register_fixup return value

 arch/arm/boards/stm32mp15xx-dkx/lowlevel.c |   2 +-
 arch/arm/dts/stm32mp135f-dk.dts            |   6 +-
 arch/arm/mach-stm32mp/init.c               | 106 +++++----------------
 include/mach/stm32mp/revision.h            |  41 +++-----
 4 files changed, 38 insertions(+), 117 deletions(-)

-- 
2.39.2




^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2023-11-23  7:26 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-22 18:11 [PATCH 0/7] ARM: stm32mp: random STM32MP13 fixes Ahmad Fatoum
2023-11-22 18:11 ` [PATCH 1/7] ARM: dts: stm32mp: stm32mp135-dk: drop duplicate property Ahmad Fatoum
2023-11-22 18:11 ` [PATCH 2/7] ARM: dts: stm32mp: fix model string for stm32mp135f-dk Ahmad Fatoum
2023-11-22 18:11 ` [PATCH 3/7] ARM: stm32mp: init: drop unused macros Ahmad Fatoum
2023-11-22 18:11 ` [PATCH 4/7] ARM: stm32mp: don't re-enable DBGCFGR clock Ahmad Fatoum
2023-11-22 18:11 ` [PATCH 5/7] ARM: stm32mp: init: handle differences between STM32MP13 and STM32MP15 Ahmad Fatoum
2023-11-22 18:11 ` [PATCH 6/7] ARM: stm32mp: init: don't print STM32MP15 CPU type Ahmad Fatoum
2023-11-22 18:11 ` [PATCH 7/7] ARM: stm32mp: init: ignore of_register_fixup return value Ahmad Fatoum
2023-11-23  7:25 ` [PATCH 0/7] ARM: stm32mp: random STM32MP13 fixes Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox