All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] confis: stm32mp15: activate DM_REGULATOR_SCMI
@ 2022-09-07 16:18 Patrick Delaunay
  2022-09-09  9:57 ` Patrice CHOTARD
  0 siblings, 1 reply; 3+ messages in thread
From: Patrick Delaunay @ 2022-09-07 16:18 UTC (permalink / raw)
  To: u-boot; +Cc: Patrick Delaunay, Patrice Chotard, uboot-stm32

Activate the support of SCMI regulator to support the scmi_reg11,
scmi_reg18 and scmi_usb33 regulators present in the scmi device tree of
STMicroelectronics boards with stm32mp15-scmi.dtsi

Fixes: 6cccc8d396bf ("ARM: dts: stm32: add SCMI version of STM32 boards (DK1/DK2/ED1/EV1)")
Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
---

 configs/stm32mp15_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/stm32mp15_defconfig b/configs/stm32mp15_defconfig
index fd2a5de8d13..0f6b3738cad 100644
--- a/configs/stm32mp15_defconfig
+++ b/configs/stm32mp15_defconfig
@@ -120,6 +120,7 @@ CONFIG_DM_REGULATOR_FIXED=y
 CONFIG_DM_REGULATOR_GPIO=y
 CONFIG_DM_REGULATOR_STM32_VREFBUF=y
 CONFIG_DM_REGULATOR_STPMIC1=y
+CONFIG_DM_REGULATOR_SCMI=y
 CONFIG_REMOTEPROC_STM32_COPRO=y
 CONFIG_RESET_SCMI=y
 CONFIG_DM_RNG=y
-- 
2.25.1


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

* Re: [PATCH] confis: stm32mp15: activate DM_REGULATOR_SCMI
  2022-09-07 16:18 [PATCH] confis: stm32mp15: activate DM_REGULATOR_SCMI Patrick Delaunay
@ 2022-09-09  9:57 ` Patrice CHOTARD
  2022-09-15 15:02   ` Patrick DELAUNAY
  0 siblings, 1 reply; 3+ messages in thread
From: Patrice CHOTARD @ 2022-09-09  9:57 UTC (permalink / raw)
  To: Patrick Delaunay, u-boot; +Cc: uboot-stm32

Hi Patrick

Don't forget to fix the confis/configs when applying this patch ;-)

On 9/7/22 18:18, Patrick Delaunay wrote:
> Activate the support of SCMI regulator to support the scmi_reg11,
> scmi_reg18 and scmi_usb33 regulators present in the scmi device tree of
> STMicroelectronics boards with stm32mp15-scmi.dtsi
> 
> Fixes: 6cccc8d396bf ("ARM: dts: stm32: add SCMI version of STM32 boards (DK1/DK2/ED1/EV1)")
> Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
> ---
> 
>  configs/stm32mp15_defconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/configs/stm32mp15_defconfig b/configs/stm32mp15_defconfig
> index fd2a5de8d13..0f6b3738cad 100644
> --- a/configs/stm32mp15_defconfig
> +++ b/configs/stm32mp15_defconfig
> @@ -120,6 +120,7 @@ CONFIG_DM_REGULATOR_FIXED=y
>  CONFIG_DM_REGULATOR_GPIO=y
>  CONFIG_DM_REGULATOR_STM32_VREFBUF=y
>  CONFIG_DM_REGULATOR_STPMIC1=y
> +CONFIG_DM_REGULATOR_SCMI=y
>  CONFIG_REMOTEPROC_STM32_COPRO=y
>  CONFIG_RESET_SCMI=y
>  CONFIG_DM_RNG=y

Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>

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

* Re: [PATCH] confis: stm32mp15: activate DM_REGULATOR_SCMI
  2022-09-09  9:57 ` Patrice CHOTARD
@ 2022-09-15 15:02   ` Patrick DELAUNAY
  0 siblings, 0 replies; 3+ messages in thread
From: Patrick DELAUNAY @ 2022-09-15 15:02 UTC (permalink / raw)
  To: Patrice CHOTARD, u-boot; +Cc: uboot-stm32

Hi,

On 9/9/22 11:57, Patrice CHOTARD wrote:
> Hi Patrick
>
> Don't forget to fix the confis/configs when applying this patch ;-)
>
> On 9/7/22 18:18, Patrick Delaunay wrote:
>> Activate the support of SCMI regulator to support the scmi_reg11,
>> scmi_reg18 and scmi_usb33 regulators present in the scmi device tree of
>> STMicroelectronics boards with stm32mp15-scmi.dtsi
>>
>> Fixes: 6cccc8d396bf ("ARM: dts: stm32: add SCMI version of STM32 boards (DK1/DK2/ED1/EV1)")
>> Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
>> ---
>>
>>   configs/stm32mp15_defconfig | 1 +
>>   1 file changed, 1 insertion(+)
>>
>> diff --git a/configs/stm32mp15_defconfig b/configs/stm32mp15_defconfig
>> index fd2a5de8d13..0f6b3738cad 100644
>> --- a/configs/stm32mp15_defconfig
>> +++ b/configs/stm32mp15_defconfig
>> @@ -120,6 +120,7 @@ CONFIG_DM_REGULATOR_FIXED=y
>>   CONFIG_DM_REGULATOR_GPIO=y
>>   CONFIG_DM_REGULATOR_STM32_VREFBUF=y
>>   CONFIG_DM_REGULATOR_STPMIC1=y
>> +CONFIG_DM_REGULATOR_SCMI=y
>>   CONFIG_REMOTEPROC_STM32_COPRO=y
>>   CONFIG_RESET_SCMI=y
>>   CONFIG_DM_RNG=y
> Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>


Applied to u-boot-stm/master, thanks!


I just change the commit title to "configs: stm32mp15: activate 
DM_REGULATOR_SCMI"


Regards
Patrick


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

end of thread, other threads:[~2022-09-15 15:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-07 16:18 [PATCH] confis: stm32mp15: activate DM_REGULATOR_SCMI Patrick Delaunay
2022-09-09  9:57 ` Patrice CHOTARD
2022-09-15 15:02   ` Patrick DELAUNAY

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.