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

Pascal Paillet posted 4 patches 1 year, 5 months ago
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
[PATCH v2 0/4] Add SCMI regulators desciption on STM32MP25
Posted by Pascal Paillet 1 year, 5 months ago
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

-- 
2.34.1
Re: [PATCH v2 0/4] Add SCMI regulators desciption on STM32MP25
Posted by Alexandre TORGUE 1 year, 5 months ago
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