mbox series

[0/2] add FMC2 EBI controller support

Message ID 1599225643-5558-1-git-send-email-christophe.kerello@st.com (mailing list archive)
Headers show
Series add FMC2 EBI controller support | expand

Message

Christophe Kerello Sept. 4, 2020, 1:20 p.m. UTC
This patchset enables FMC2 EBI support on STM32MP1 SOCs.

Christophe Kerello (2):
  ARM: multi_v7_defconfig: add FMC2 EBI controller support
  ARM: dts: stm32: add FMC2 EBI support for stm32mp157c

 arch/arm/boot/dts/stm32mp151.dtsi     | 43 +++++++++++++++++++++++------------
 arch/arm/boot/dts/stm32mp157c-ev1.dts | 16 +++++++------
 arch/arm/configs/multi_v7_defconfig   |  1 +
 3 files changed, 39 insertions(+), 21 deletions(-)

Comments

Alexandre TORGUE Sept. 23, 2020, 3:38 p.m. UTC | #1
Hi Christophe,

On 9/4/20 3:20 PM, Christophe Kerello wrote:
> This patchset enables FMC2 EBI support on STM32MP1 SOCs.
> 
> Christophe Kerello (2):
>    ARM: multi_v7_defconfig: add FMC2 EBI controller support
>    ARM: dts: stm32: add FMC2 EBI support for stm32mp157c
> 
>   arch/arm/boot/dts/stm32mp151.dtsi     | 43 +++++++++++++++++++++++------------
>   arch/arm/boot/dts/stm32mp157c-ev1.dts | 16 +++++++------
>   arch/arm/configs/multi_v7_defconfig   |  1 +
>   3 files changed, 39 insertions(+), 21 deletions(-)
> 

Series applied on stm32-next.

Regards
Alex