mbox series

[v2,0/4] Add SCMI regulators desciption on STM32MP25

Message ID 20240628085814.1586186-1-p.paillet@foss.st.com (mailing list archive)
Headers show
Series Add SCMI regulators desciption on STM32MP25 | expand

Message

Pascal Paillet June 28, 2024, 8:58 a.m. UTC
Add the description for SCMI regulators provided by OP-TEE firmware.
The binding file named st,stm32mp25-regulator.h will be also used in
the OP-TEE firmware.

Changes in v2:
 - fix regulator binding commit title in patch 0001
 - add regulator selection for stm32 in patch 0004

Pascal Paillet (4):
  regulators: dt-bindings: add STM32MP25 regulator bindings
  arm64: dts: st: add scmi regulators on stm32mp25
  arm64: dts: st: describe power supplies for stm32mp257f-ev1 board
  arm64: stm32: enable scmi regulator for stm32

 arch/arm64/Kconfig.platforms                  |  2 +
 arch/arm64/boot/dts/st/stm32mp251.dtsi        | 35 ++++++++++++++
 arch/arm64/boot/dts/st/stm32mp257f-ev1.dts    | 43 +++++++++++++----
 .../regulator/st,stm32mp25-regulator.h        | 48 +++++++++++++++++++
 4 files changed, 119 insertions(+), 9 deletions(-)
 create mode 100644 include/dt-bindings/regulator/st,stm32mp25-regulator.h

Comments

Alexandre TORGUE July 5, 2024, 9:06 a.m. UTC | #1
Hi pascal

On 6/28/24 10:58, Pascal Paillet wrote:
> Add the description for SCMI regulators provided by OP-TEE firmware.
> The binding file named st,stm32mp25-regulator.h will be also used in
> the OP-TEE firmware.
> 
> Changes in v2:
>   - fix regulator binding commit title in patch 0001
>   - add regulator selection for stm32 in patch 0004
> 
> Pascal Paillet (4):
>    regulators: dt-bindings: add STM32MP25 regulator bindings
>    arm64: dts: st: add scmi regulators on stm32mp25
>    arm64: dts: st: describe power supplies for stm32mp257f-ev1 board
>    arm64: stm32: enable scmi regulator for stm32
> 
>   arch/arm64/Kconfig.platforms                  |  2 +
>   arch/arm64/boot/dts/st/stm32mp251.dtsi        | 35 ++++++++++++++
>   arch/arm64/boot/dts/st/stm32mp257f-ev1.dts    | 43 +++++++++++++----
>   .../regulator/st,stm32mp25-regulator.h        | 48 +++++++++++++++++++
>   4 files changed, 119 insertions(+), 9 deletions(-)
>   create mode 100644 include/dt-bindings/regulator/st,stm32mp25-regulator.h
> 

Series applied on stm32-next.

Thanks
Alex