public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH v1 0/6] stm32mp: DT and config update
@ 2023-09-26 15:09 Patrice Chotard
  2023-09-26 15:09 ` [PATCH v1 1/6] ARM: dts: stm32mp: alignment with v6.6-rc1 Patrice Chotard
                   ` (5 more replies)
  0 siblings, 6 replies; 19+ messages in thread
From: Patrice Chotard @ 2023-09-26 15:09 UTC (permalink / raw)
  To: u-boot
  Cc: Fabrice Gasnier, Patrice Chotard, Jagan Teki, Matteo Lisi,
	Patrick DELAUNAY, Tom Rini, U-Boot STM32

DT synchronization with kernel v6.6-rc1 for stm32mp
Enable USB support for stm32mp13
Enable command stm32prog for stm32mp13
Enable USB boot support for stm32mp13
Force b-session-valid for otg on stm32mp135f-dk board
Cleanup dfu support for stm32mp

Fabrice Gasnier (1):
  ARM: dts: stm32: force b-session-valid for otg on stm32mp135f-dk board

Patrice Chotard (2):
  ARM: dts: stm32mp: alignment with v6.6-rc1
  configs: stm32mp13: Enable USB related flags

Patrick Delaunay (3):
  configs: stm32mp13: activate command stm32prog
  configs: stm32mp13: add support of usb boot
  board: st: common: cleanup dfu support

 arch/arm/dts/stm32mp131.dtsi                  |  52 +--
 arch/arm/dts/stm32mp135f-dk-u-boot.dtsi       |   4 +
 arch/arm/dts/stm32mp135f-dk.dts               |  68 ++--
 arch/arm/dts/stm32mp15-pinctrl.dtsi           | 364 +++++++++++++++++-
 arch/arm/dts/stm32mp15-scmi.dtsi              |   7 +-
 arch/arm/dts/stm32mp151.dtsi                  |  34 +-
 arch/arm/dts/stm32mp157.dtsi                  |  15 +-
 arch/arm/dts/stm32mp157a-dk1-scmi.dts         |   7 +-
 ...157a-microgea-stm32mp1-microdev2.0-of7.dts |   3 +
 arch/arm/dts/stm32mp157c-dk2-scmi.dts         |   7 +-
 arch/arm/dts/stm32mp157c-dk2.dts              |  30 +-
 arch/arm/dts/stm32mp157c-ed1-scmi.dts         |   7 +-
 arch/arm/dts/stm32mp157c-ed1.dts              |  24 +-
 arch/arm/dts/stm32mp157c-ev1-scmi.dts         |   7 +-
 arch/arm/dts/stm32mp157c-ev1.dts              |  34 +-
 arch/arm/dts/stm32mp15xx-dkx.dtsi             |  42 +-
 board/st/common/Makefile                      |   1 +
 board/st/common/stm32mp_dfu.c                 | 103 +----
 board/st/common/stm32mp_dfu_virt.c            |  99 +++++
 configs/stm32mp13_defconfig                   |  20 +
 include/configs/stm32mp13_common.h            |  13 +-
 include/dt-bindings/clock/stm32mp1-clks.h     |   2 +-
 include/dt-bindings/clock/stm32mp13-clks.h    |   2 +-
 .../regulator/st,stm32mp13-regulator.h        |  42 ++
 include/dt-bindings/reset/stm32mp1-resets.h   |   2 +-
 include/dt-bindings/reset/stm32mp13-resets.h  |   2 +-
 26 files changed, 725 insertions(+), 266 deletions(-)
 create mode 100644 board/st/common/stm32mp_dfu_virt.c
 create mode 100644 include/dt-bindings/regulator/st,stm32mp13-regulator.h

-- 
2.25.1


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

end of thread, other threads:[~2023-10-04 11:57 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-26 15:09 [PATCH v1 0/6] stm32mp: DT and config update Patrice Chotard
2023-09-26 15:09 ` [PATCH v1 1/6] ARM: dts: stm32mp: alignment with v6.6-rc1 Patrice Chotard
2023-10-04  9:55   ` Patrick DELAUNAY
2023-10-04 11:39     ` Patrice CHOTARD
2023-09-26 15:09 ` [PATCH v1 2/6] ARM: dts: stm32: force b-session-valid for otg on stm32mp135f-dk board Patrice Chotard
2023-10-04  9:55   ` Patrick DELAUNAY
2023-10-04 11:39     ` Patrice CHOTARD
2023-09-26 15:09 ` [PATCH v1 3/6] configs: stm32mp13: Enable USB related flags Patrice Chotard
2023-10-04  9:56   ` Patrick DELAUNAY
2023-10-04 11:39     ` Patrice CHOTARD
2023-09-26 15:09 ` [PATCH v1 4/6] configs: stm32mp13: activate command stm32prog Patrice Chotard
2023-10-04  9:56   ` Patrick DELAUNAY
2023-10-04 11:39     ` Patrice CHOTARD
2023-09-26 15:09 ` [PATCH v1 5/6] configs: stm32mp13: add support of usb boot Patrice Chotard
2023-10-04  9:57   ` Patrick DELAUNAY
2023-10-04 11:39     ` Patrice CHOTARD
2023-09-26 15:09 ` [PATCH v1 6/6] board: st: common: cleanup dfu support Patrice Chotard
2023-10-04  9:57   ` Patrick DELAUNAY
2023-10-04 11:56     ` Patrice CHOTARD

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