Re: [PATCH 0/4] Enable stm32mp1 camera support

From: Alexandre Torgue
Date: Tue May 21 2019 - 06:06:37 EST


Dear Hugues,

On 2/28/19 3:25 PM, Hugues Fruchet wrote:
This patchset serie enables camera of stm32mp157c evaluation board.
To do so, both stm32mp157c DCMI camera interface driver and OV5640 camera
module driver are enabled in devicetree.

DCMI camera interface driver is enabled by default in multi_v7 configuration
but OV5640 driver remains to be selected at kernel configuration time.

This patchset depends on STMicroelectronics Multi-Function eXpander
(STMFX) support [1].

[1] https://www.mail-archive.com/linux-kernel@xxxxxxxxxxxxxxx/msg1944108.html

Hugues Fruchet (4):
ARM: dts: stm32: add 2v8 fixed regulator for stm32mp157c-ed1 board
ARM: dts: stm32: add DCMI camera interface support on stm32mp157c
ARM: dts: stm32: add DCMI pins to stm32mp157c
ARM: dts: stm32: enable OV5640 camera on stm32mp157c-ev1 board

arch/arm/boot/dts/stm32mp157-pinctrl.dtsi | 41 ++++++++++++++++++++++
arch/arm/boot/dts/stm32mp157c-ed1.dts | 8 +++++
arch/arm/boot/dts/stm32mp157c-ev1.dts | 56 +++++++++++++++++++++++++++++++
arch/arm/boot/dts/stm32mp157c.dtsi | 12 +++++++
4 files changed, 117 insertions(+)


Patch 2 to 4 applied on stm32-next. Patch 1 is no longer needed as regulators are now provided by PMIC.

thanks
Alex