All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2 00/14] ARM: stm32: Fix Avenger96
@ 2020-03-31  0:48 Marek Vasut
  2020-03-31  0:48 ` [PATCH V2 01/14] ARM: dts: stm32: Repair SD1 pre-reloc pinmux DT node on AV96 Marek Vasut
                   ` (14 more replies)
  0 siblings, 15 replies; 54+ messages in thread
From: Marek Vasut @ 2020-03-31  0:48 UTC (permalink / raw)
  To: u-boot

This series fixes the Avenger96 board. Since there are way too many patches
floating around on the ML and because I found various other details that
needed fixing, I decided to bundle the whole set of fixes into this series.

This should go into current release, otherwise the board doesn't even boot.
This V2 is also roughly synchronized with the Linux V2 series fixing very
much the same issues.

Marek Vasut (14):
  ARM: dts: stm32: Repair SD1 pre-reloc pinmux DT node on AV96
  ARM: dts: stm32: Add alternate pinmux for SDMMC1 direction pins
  ARM: dts: stm32: Repair SDMMC1 operation on AV96
  ARM: dts: stm32: Add alternate pinmux for SDMMC2 pins 4-7
  ARM: dts: stm32: Repair SDMMC2 operation
  ARM: dts: stm32: Add QSPI NOR on AV96
  ARM: dts: stm32: Use DT alias for the configuration EEPROM
  ARM: dts: stm32: Add configuration EEPROM on AV96
  ARM: dts: stm32: Add alternate pinmux for ethernet RGMII
  ARM: dts: stm32: Repair ethernet operation on AV96
  ARM: dts: stm32: Add missing ethernet PHY reset on AV96
  ARM: dts: stm32: Repair PMIC configuration on AV96
  ARM: dts: stm32: Adjust PLL4 settings on AV96
  ARM: dts: stm32: Split AV96 into DHCOR SoM and AV96 board

 arch/arm/dts/Makefile                         |   3 +-
 arch/arm/dts/stm32mp157-pinctrl.dtsi          |  96 +++++
 arch/arm/dts/stm32mp157a-avenger96.dts        | 365 +-----------------
 arch/arm/dts/stm32mp15xx-dhcom.dtsi           |   6 +-
 .../stm32mp15xx-dhcor-avenger96-u-boot.dtsi   |  80 ++++
 arch/arm/dts/stm32mp15xx-dhcor-avenger96.dts  | 211 ++++++++++
 ...oot.dtsi => stm32mp15xx-dhcor-u-boot.dtsi} |  80 +---
 arch/arm/dts/stm32mp15xx-dhcor.dtsi           | 231 +++++++++++
 board/dhelectronics/dh_stm32mp1/board.c       |  15 +-
 doc/board/st/stm32mp1.rst                     |   8 +-
 10 files changed, 645 insertions(+), 450 deletions(-)
 create mode 100644 arch/arm/dts/stm32mp15xx-dhcor-avenger96-u-boot.dtsi
 create mode 100644 arch/arm/dts/stm32mp15xx-dhcor-avenger96.dts
 rename arch/arm/dts/{stm32mp157a-avenger96-u-boot.dtsi => stm32mp15xx-dhcor-u-boot.dtsi} (73%)
 create mode 100644 arch/arm/dts/stm32mp15xx-dhcor.dtsi

Cc: Patrick Delaunay <patrick.delaunay@st.com>
Cc: Patrice Chotard <patrice.chotard@st.com>

-- 
2.25.1

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

end of thread, other threads:[~2020-04-01 10:55 UTC | newest]

Thread overview: 54+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-31  0:48 [PATCH V2 00/14] ARM: stm32: Fix Avenger96 Marek Vasut
2020-03-31  0:48 ` [PATCH V2 01/14] ARM: dts: stm32: Repair SD1 pre-reloc pinmux DT node on AV96 Marek Vasut
2020-03-31  8:25   ` Patrice CHOTARD
2020-03-31 12:31   ` Patrick DELAUNAY
2020-03-31  0:48 ` [PATCH V2 02/14] ARM: dts: stm32: Add alternate pinmux for SDMMC1 direction pins Marek Vasut
2020-03-31  8:26   ` Patrice CHOTARD
2020-03-31 12:34   ` Patrick DELAUNAY
2020-03-31  0:48 ` [PATCH V2 03/14] ARM: dts: stm32: Repair SDMMC1 operation on AV96 Marek Vasut
2020-03-31  8:33   ` Patrice CHOTARD
2020-03-31 12:41   ` Patrick DELAUNAY
2020-03-31  0:48 ` [PATCH V2 04/14] ARM: dts: stm32: Add alternate pinmux for SDMMC2 pins 4-7 Marek Vasut
2020-03-31  8:27   ` Patrice CHOTARD
2020-03-31 12:42   ` Patrick DELAUNAY
2020-03-31  0:48 ` [PATCH V2 05/14] ARM: dts: stm32: Repair SDMMC2 operation Marek Vasut
2020-03-31  8:28   ` Patrice CHOTARD
2020-03-31 12:44   ` Patrick DELAUNAY
2020-03-31 13:41   ` Patrick DELAUNAY
2020-03-31  0:48 ` [PATCH V2 06/14] ARM: dts: stm32: Add QSPI NOR on AV96 Marek Vasut
2020-03-31  8:33   ` Patrice CHOTARD
2020-03-31 13:39   ` Patrick DELAUNAY
2020-03-31 16:38     ` Marek Vasut
2020-03-31  0:48 ` [PATCH V2 07/14] ARM: dts: stm32: Use DT alias for the configuration EEPROM Marek Vasut
2020-03-31  8:34   ` Patrice CHOTARD
2020-03-31 13:56   ` Patrick DELAUNAY
2020-03-31  0:48 ` [PATCH V2 08/14] ARM: dts: stm32: Add configuration EEPROM on AV96 Marek Vasut
2020-03-31  8:34   ` Patrice CHOTARD
2020-03-31 13:57   ` Patrick DELAUNAY
2020-03-31  0:48 ` [PATCH V2 09/14] ARM: dts: stm32: Add alternate pinmux for ethernet RGMII Marek Vasut
2020-03-31  8:35   ` Patrice CHOTARD
2020-03-31 13:58   ` Patrick DELAUNAY
2020-03-31  0:48 ` [PATCH V2 10/14] ARM: dts: stm32: Repair ethernet operation on AV96 Marek Vasut
2020-03-31  8:35   ` Patrice CHOTARD
2020-03-31 13:59   ` Patrick DELAUNAY
2020-03-31  0:48 ` [PATCH V2 11/14] ARM: dts: stm32: Add missing ethernet PHY reset " Marek Vasut
2020-03-31  8:35   ` Patrice CHOTARD
2020-03-31 14:06   ` Patrick DELAUNAY
2020-03-31 17:06     ` Marek Vasut
2020-04-01  8:57       ` Patrick DELAUNAY
2020-04-01 10:52         ` Marek Vasut
2020-03-31  0:48 ` [PATCH V2 12/14] ARM: dts: stm32: Repair PMIC configuration " Marek Vasut
2020-03-31  8:37   ` Patrice CHOTARD
2020-03-31  0:48 ` [PATCH V2 13/14] ARM: dts: stm32: Adjust PLL4 settings " Marek Vasut
2020-03-31  8:41   ` Patrice CHOTARD
2020-03-31 14:25   ` Patrick DELAUNAY
2020-03-31  0:48 ` [PATCH V2 14/14] ARM: dts: stm32: Split AV96 into DHCOR SoM and AV96 board Marek Vasut
2020-03-31  8:38   ` Patrice CHOTARD
2020-03-31 14:59   ` Patrick DELAUNAY
2020-03-31 16:37     ` Marek Vasut
2020-04-01  8:37       ` Patrick DELAUNAY
2020-04-01 10:53         ` Marek Vasut
2020-03-31 15:22 ` [PATCH V2 00/14] ARM: stm32: Fix Avenger96 Patrick DELAUNAY
2020-03-31 16:58   ` Marek Vasut
2020-04-01  9:15     ` Patrick DELAUNAY
2020-04-01 10:55       ` Marek Vasut

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.