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