Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1345965

[PATCH 0/3] Enable Ethernet on STM32F429 EVAL board

From Alexandre TORGUE <alexandre.torgue@gmail.com>
Newsgroups linux.kernel
Subject [PATCH 0/3] Enable Ethernet on STM32F429 EVAL board
Date 2016-02-29 17:30 +0100
Message-ID <r7yRR-5oO-31@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


This series adds Ethernet support on STM32F429 SOC and enable it on Eval
board:
 -Add Ethernet node in SOC file:
  -Define MII mode pinctrl
  -use Mixed burst and PBL 8
 -Add system config node for glue.
 -Enable Ethernet for Eval board:
  -mii mode
  -connected to a PHY through MDIO.

Note, this series follow the series which adds glue and update stmmac driver:

https://lkml.org/lkml/2016/2/26/329

Best regards.

Alex

Alexandre TORGUE (3):
  ARM: dts: stm32f429: Add system config bank node
  ARM: dts: stm32f429: Add Ethernet support
  ARM: dts: stm32f429: Enable Ethernet on Eval board

 arch/arm/boot/dts/stm32429i-eval.dts | 15 ++++++++++++++
 arch/arm/boot/dts/stm32f429.dtsi     | 40 ++++++++++++++++++++++++++++++++++++
 2 files changed, 55 insertions(+)

-- 
1.9.1

Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread


Thread

[PATCH 0/3] Enable Ethernet on STM32F429 EVAL board Alexandre TORGUE <alexandre.torgue@gmail.com> - 2016-02-29 17:30 +0100
  [PATCH 1/3] ARM: dts: stm32f429: Add system config bank node Alexandre TORGUE <alexandre.torgue@gmail.com> - 2016-02-29 17:40 +0100
  [PATCH 2/3] ARM: dts: stm32f429: Add Ethernet support Alexandre TORGUE <alexandre.torgue@gmail.com> - 2016-02-29 17:40 +0100
    Re: [PATCH 2/3] ARM: dts: stm32f429: Add Ethernet support Maxime Coquelin <mcoquelin.stm32@gmail.com> - 2016-03-01 18:30 +0100
      Re: [PATCH 2/3] ARM: dts: stm32f429: Add Ethernet support Alexandre Torgue <alexandre.torgue@gmail.com> - 2016-03-02 09:30 +0100
  [PATCH 3/3] ARM: dts: stm32f429: Enable Ethernet on Eval board Alexandre TORGUE <alexandre.torgue@gmail.com> - 2016-02-29 17:40 +0100

csiph-web