Re: [PATCH v2 0/5] Add STM32F7 I2C Support on STM32MP157C

From: Alexandre Torgue
Date: Wed May 02 2018 - 12:19:05 EST


Hi,

On 04/23/2018 11:48 AM, Pierre-Yves MORDRET wrote:

This patch adds STM32MP157C I2C support on STM32MP157C with configs and device
tree.
In the same way I2C4 is enabled for STM32MP157C ED1 Daughter bord.
I2C2/5 is enabled on STM32MP157C EV1 Daughter board on Evaluation board.
---
Version history:
v1:
* Initial
v2:
* Disambiguate subjects
---

Pierre-Yves MORDRET (5):
ARM: multi_v7_defconfig: Add STM32F7 I2C support
ARM: dts: stm32: Add STM32F7 I2C support for STM32MP157C SoC
ARM: dts: stm32: Add I2Cs pin control on STM32MP157C
ARM: dts: stm32: Add I2C4 support for STM32MP157C-ED1
ARM: dts: stm32: Add I2C2/5 support for STM32MP157C-EV1

arch/arm/boot/dts/stm32mp157-pinctrl.dtsi | 40 ++++++++++++++++
arch/arm/boot/dts/stm32mp157c-ed1.dts | 8 ++++
arch/arm/boot/dts/stm32mp157c-ev1.dts | 17 +++++++
arch/arm/boot/dts/stm32mp157c.dtsi | 77 +++++++++++++++++++++++++++++++
arch/arm/configs/multi_v7_defconfig | 1 +
5 files changed, 143 insertions(+)


Series applied on stm32-next.

Regards
Alex