linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/7] Introduce STM32MP157F-DK2 board
@ 2025-06-03  9:02 Amelie Delaunay
  2025-06-03  9:02 ` [PATCH v2 1/7] ARM: dts: stm32: fullfill diversity with OPP for STM32M15xF SOCs Amelie Delaunay
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: Amelie Delaunay @ 2025-06-03  9:02 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Maxime Coquelin,
	Alexandre Torgue, Liam Girdwood, Mark Brown
  Cc: devicetree, linux-stm32, linux-arm-kernel, linux-kernel,
	Amelie Delaunay, Himanshu Bhavani, Etienne Carriere,
	Pascal Paillet, Conor Dooley

The main hardware difference with STM32MP157C-DK2 board is the SoC: 'F'
variant embeds a STM32MP157F SoC, which has the same level of features
than a STM32MP157C SoC but A7 clock frequency can reach 800Mhz (instead
of fixed 650Mhz for 'C' variant).
stm32mp157f-dk2 device tree reuses the existing sketeton for STM32MP15
DKx boards, but it is SCMI-based with I2C4 & PMIC managed by OP-TEE,
like other STM32 MPU boards (STM32MP135F-DK, STM32MP257F-DK/EV1, ...).
Himanshu's bindings patch [1] has been rerolled to introduce
st,stm32mp157f-dk2 compatible.

Link: https://lore.kernel.org/linux-arm-kernel/20250524100319.22521-3-himanshu.bhavani@siliconsignals.io/ [1]
Signed-off-by: Amelie Delaunay <amelie.delaunay@foss.st.com>
Cc: Himanshu Bhavani <himanshu.bhavani@siliconsignals.io>

Changes in v2:
- Drop empty stm32mp15xa.dtsi and stm32mp15xd.dtsi files.
- Fulfill SCMI regulator defines and add Pascal's SoB
- Add patch [4/7] to use SCMI regulator defines
- Add patch [5/7] for OP-TEE async notif
- Link to v1: https://lore.kernel.org/r/20250527-stm32mp157f-dk2-v1-0-8aef885a4928@foss.st.com

---
Alexandre Torgue (1):
      ARM: dts: stm32: fullfill diversity with OPP for STM32M15xF SOCs

Amelie Delaunay (3):
      ARM: dts: stm32: use 'typec' generic name for stusb1600 on stm32mp15xx-dkx
      ARM: dts: stm32: use internal regulators bindings for MP15 scmi variants
      ARM: dts: stm32: add stm32mp157f-dk2 board support

Etienne Carriere (2):
      dt-bindings: regulator: Add STM32MP15 SCMI regulator identifiers
      ARM: dts: stm32: optee async notif interrupt for MP15 scmi variants

Himanshu Bhavani (1):
      dt-bindings: arm: stm32: add STM32MP157F-DK2 board compatible

 .../devicetree/bindings/arm/stm32/stm32.yaml       |   1 +
 arch/arm/boot/dts/st/Makefile                      |   3 +-
 arch/arm/boot/dts/st/stm32mp15-scmi.dtsi           |  10 +-
 arch/arm/boot/dts/st/stm32mp157f-dk2-scmi.dtsi     | 196 +++++++++++++++++++++
 arch/arm/boot/dts/st/stm32mp157f-dk2.dts           | 179 +++++++++++++++++++
 arch/arm/boot/dts/st/stm32mp15xf.dtsi              |  17 ++
 arch/arm/boot/dts/st/stm32mp15xx-dkx.dtsi          |   2 +-
 .../dt-bindings/regulator/st,stm32mp15-regulator.h |  40 +++++
 8 files changed, 443 insertions(+), 5 deletions(-)
---
base-commit: dc392342b7bb14b12f2de96201937cb02be7802f
change-id: 20250527-stm32mp157f-dk2-2a484a01973a

Best regards,
-- 
Amelie Delaunay <amelie.delaunay@foss.st.com>



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

end of thread, other threads:[~2025-07-04 10:52 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-03  9:02 [PATCH v2 0/7] Introduce STM32MP157F-DK2 board Amelie Delaunay
2025-06-03  9:02 ` [PATCH v2 1/7] ARM: dts: stm32: fullfill diversity with OPP for STM32M15xF SOCs Amelie Delaunay
2025-06-03  9:02 ` [PATCH v2 2/7] ARM: dts: stm32: use 'typec' generic name for stusb1600 on stm32mp15xx-dkx Amelie Delaunay
2025-06-03  9:02 ` [PATCH v2 3/7] dt-bindings: regulator: Add STM32MP15 SCMI regulator identifiers Amelie Delaunay
2025-06-25 18:39   ` Rob Herring (Arm)
2025-06-03  9:02 ` [PATCH v2 4/7] ARM: dts: stm32: use internal regulators bindings for MP15 scmi variants Amelie Delaunay
2025-06-03  9:02 ` [PATCH v2 5/7] ARM: dts: stm32: optee async notif interrupt " Amelie Delaunay
2025-06-03  9:02 ` [PATCH v2 6/7] dt-bindings: arm: stm32: add STM32MP157F-DK2 board compatible Amelie Delaunay
2025-06-03  9:02 ` [PATCH v2 7/7] ARM: dts: stm32: add stm32mp157f-dk2 board support Amelie Delaunay
2025-07-04  9:29 ` [PATCH v2 0/7] Introduce STM32MP157F-DK2 board Alexandre TORGUE

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).