mbox series

[0/2] ARM: dts: stm32: add SDIO pinctrl sleep support on stm32f7

Message ID 20231002171339.1594470-1-ben.wolsieffer@hefring.com (mailing list archive)
Headers show
Series ARM: dts: stm32: add SDIO pinctrl sleep support on stm32f7 | expand

Message

Ben Wolsieffer Oct. 2, 2023, 5:13 p.m. UTC
Add support for switching the SDIO pins on the STM32F7 series to analog
mode when not in use to save power.

I don't have any of the disco/eval boards to test, but I have tested
this on an Emcraft STM32F746 SOM with a UCL-SOM-BSB carrier (using an
out-of-tree DT) and our custom carrier board.

Ben Wolsieffer (2):
  ARM: dts: stm32: add stm32f7 SDIO sleep pins
  ARM: dts: stm32: add SDIO pinctrl sleep support on stm32f7 boards

 arch/arm/boot/dts/st/stm32746g-eval.dts   |  3 ++-
 arch/arm/boot/dts/st/stm32f7-pinctrl.dtsi | 22 ++++++++++++++++++++++
 arch/arm/boot/dts/st/stm32f746-disco.dts  |  3 ++-
 arch/arm/boot/dts/st/stm32f769-disco.dts  |  3 ++-
 4 files changed, 28 insertions(+), 3 deletions(-)

Comments

Alexandre TORGUE Oct. 9, 2023, 12:13 p.m. UTC | #1
Hi Ben

On 10/2/23 19:13, Ben Wolsieffer wrote:
> Add support for switching the SDIO pins on the STM32F7 series to analog
> mode when not in use to save power.
> 
> I don't have any of the disco/eval boards to test, but I have tested
> this on an Emcraft STM32F746 SOM with a UCL-SOM-BSB carrier (using an
> out-of-tree DT) and our custom carrier board.
> 
> Ben Wolsieffer (2):
>    ARM: dts: stm32: add stm32f7 SDIO sleep pins
>    ARM: dts: stm32: add SDIO pinctrl sleep support on stm32f7 boards
> 
>   arch/arm/boot/dts/st/stm32746g-eval.dts   |  3 ++-
>   arch/arm/boot/dts/st/stm32f7-pinctrl.dtsi | 22 ++++++++++++++++++++++
>   arch/arm/boot/dts/st/stm32f746-disco.dts  |  3 ++-
>   arch/arm/boot/dts/st/stm32f769-disco.dts  |  3 ++-
>   4 files changed, 28 insertions(+), 3 deletions(-)
> 

Series applied on stm32-next.

Regards
Alex