mbox series

[0/2] ARM: dts: stm32: enable camera on stm32mp135f-dk

Message ID 20240426150526.3094607-1-alain.volmat@foss.st.com (mailing list archive)
Headers show
Series ARM: dts: stm32: enable camera on stm32mp135f-dk | expand

Message

Alain Volmat April 26, 2024, 3:05 p.m. UTC
This serie enable the camera on the stm32mp135f-dk board.
It adds pinctrl configuration for dcmipp parallel input and add
gc2145/st-mipid02/dcmipp nodes within stm32mp135f-dk.dts

Alain Volmat (2):
  ARM: dts: stm32: add DCMIPP pinctrl on STM32MP13x SoC family
  ARM: dts: stm32: enable camera support on stm32mp135f-dk board

 arch/arm/boot/dts/st/stm32mp13-pinctrl.dtsi | 33 ++++++++
 arch/arm/boot/dts/st/stm32mp135f-dk.dts     | 87 +++++++++++++++++++++
 2 files changed, 120 insertions(+)

Comments

Alexandre TORGUE June 5, 2024, 8:26 a.m. UTC | #1
Hi Alain

On 4/26/24 17:05, Alain Volmat wrote:
> This serie enable the camera on the stm32mp135f-dk board.
> It adds pinctrl configuration for dcmipp parallel input and add
> gc2145/st-mipid02/dcmipp nodes within stm32mp135f-dk.dts
> 
> Alain Volmat (2):
>    ARM: dts: stm32: add DCMIPP pinctrl on STM32MP13x SoC family
>    ARM: dts: stm32: enable camera support on stm32mp135f-dk board
> 
>   arch/arm/boot/dts/st/stm32mp13-pinctrl.dtsi | 33 ++++++++
>   arch/arm/boot/dts/st/stm32mp135f-dk.dts     | 87 +++++++++++++++++++++
>   2 files changed, 120 insertions(+)
> 

Series applied on stm32-next.

Thanks
Alex