LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH v1 0/5] Add I2C Support on STM32MP157C
@ 2018-04-20  9:17 Pierre-Yves MORDRET
  2018-04-20  9:17 ` [PATCH v1 1/5] ARM: configs: multi_v7: Add I2C support Pierre-Yves MORDRET
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Pierre-Yves MORDRET @ 2018-04-20  9:17 UTC (permalink / raw)
  To: Maxime Coquelin, Alexandre Torgue, Rob Herring, Mark Rutland,
	Russell King, Geert Uytterhoeven, Marek Szyprowski,
	Kishon Vijay Abraham I, Marc Zyngier, Maxime Ripard, Yangbo Lu,
	linux-arm-kernel, devicetree, linux-kernel
  Cc: Pierre-Yves MORDRET

This patch adds 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
---

Pierre-Yves MORDRET (5):
  ARM: configs: multi_v7: Add I2C support
  ARM: dts: stm32: Add 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(+)

-- 
2.7.4

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-04-20 10:07 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-20  9:17 [PATCH v1 0/5] Add I2C Support on STM32MP157C Pierre-Yves MORDRET
2018-04-20  9:17 ` [PATCH v1 1/5] ARM: configs: multi_v7: Add I2C support Pierre-Yves MORDRET
2018-04-20 10:07   ` Geert Uytterhoeven
2018-04-20  9:17 ` [PATCH v1 2/5] ARM: dts: stm32: Add I2C support for STM32MP157C SoC Pierre-Yves MORDRET
2018-04-20  9:17 ` [PATCH v1 3/5] ARM: dts: stm32: Add I2Cs pin control on STM32MP157C Pierre-Yves MORDRET
2018-04-20  9:17 ` [PATCH v1 4/5] ARM: dts: stm32: Add I2C4 support for STM32MP157C-ED1 Pierre-Yves MORDRET
2018-04-20  9:17 ` [PATCH v1 5/5] ARM: dts: stm32: Add I2C2/5 support for STM32MP157C-EV1 Pierre-Yves MORDRET

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).