mbox series

[0/2] ARM: dts: stm32: add dfsdm & sai pin muxings on stm32mp13

Message ID 20230919163009.203752-1-olivier.moysan@foss.st.com (mailing list archive)
Headers show
Series ARM: dts: stm32: add dfsdm & sai pin muxings on stm32mp13 | expand

Message

Olivier MOYSAN Sept. 19, 2023, 4:30 p.m. UTC
Add pin muxings for STM32 DFSDM and SAI audio peripherals on STM32MP13
Disco boards expansion connector.

Olivier Moysan (2):
  ARM: dts: stm32: add pins muxing for sai1 on stm32mp13
  ARM: dts: stm32: add pins muxing for dfsdm on stm32mp13

 arch/arm/boot/dts/st/stm32mp13-pinctrl.dtsi | 60 +++++++++++++++++++++
 1 file changed, 60 insertions(+)

Comments

Alexandre TORGUE Sept. 22, 2023, 10:24 a.m. UTC | #1
Hi Olivier

On 9/19/23 18:30, Olivier Moysan wrote:
> Add pin muxings for STM32 DFSDM and SAI audio peripherals on STM32MP13
> Disco boards expansion connector.
> 
> Olivier Moysan (2):
>    ARM: dts: stm32: add pins muxing for sai1 on stm32mp13
>    ARM: dts: stm32: add pins muxing for dfsdm on stm32mp13
> 
>   arch/arm/boot/dts/st/stm32mp13-pinctrl.dtsi | 60 +++++++++++++++++++++
>   1 file changed, 60 insertions(+)
> 

Why do you push only pins muxing ? I prefer to merge pins when I'm sure 
that they'll be used on a board. In your case, if those pins rely on a 
connector then declare this descriptor (as we did for mp15).

regards
Alex