All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V5 00/20] ARM: dts: stm32: Repair AV96 board
@ 2020-04-22 10:45 Marek Vasut
  2020-04-22 10:45 ` [PATCH V5 01/20] ARM: dts: stm32: Repair PMIC configuration on AV96 Marek Vasut
                   ` (21 more replies)
  0 siblings, 22 replies; 30+ messages in thread
From: Marek Vasut @ 2020-04-22 10:45 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: Marek Vasut, Alexandre Torgue, Patrice Chotard, Patrick Delaunay,
	Maxime Coquelin, Manivannan Sadhasivam, linux-stm32

The AV96 board device tree is completely broken and does not match the
hardware. This series fixes it up.

Marek Vasut (20):
  ARM: dts: stm32: Repair PMIC configuration on AV96
  ARM: dts: stm32: Repair PMIC interrupt 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: Add missing ethernet PHY skews on AV96
  ARM: dts: stm32: Add alternate pinmux for SDMMC pins
  ARM: dts: stm32: Repair SDMMC1 operation on AV96
  ARM: dts: stm32: Add eMMC attached to SDMMC2 on AV96
  ARM: dts: stm32: Add QSPI NOR on AV96
  ARM: dts: stm32: Add configuration EEPROM on AV96
  ARM: dts: stm32: Enable WiFi on AV96
  ARM: dts: stm32: Add alternate pinmux for USART2 pins
  ARM: dts: stm32: Enable Bluetooth on AV96
  ARM: dts: stm32: Add alternate pinmux for LTDC pins
  ARM: dts: stm32: Add bindings for HDMI video on AV96
  ARM: dts: stm32: Add alternate pinmux for SAI2 pins
  ARM: dts: stm32: Add bindings for audio on AV96
  ARM: dts: stm32: Add bindings for USB on AV96
  ARM: dts: stm32: Rename LEDs to match silkscreen on AV96

 arch/arm/boot/dts/stm32mp15-pinctrl.dtsi    | 280 +++++++++++++++++
 arch/arm/boot/dts/stm32mp157a-avenger96.dts | 324 ++++++++++++++++++--
 2 files changed, 572 insertions(+), 32 deletions(-)

Cc: Alexandre Torgue <alexandre.torgue@st.com>
Cc: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Cc: Maxime Coquelin <mcoquelin.stm32@gmail.com>
Cc: Patrice Chotard <patrice.chotard@st.com>
Cc: Patrick Delaunay <patrick.delaunay@st.com>
Cc: linux-stm32@st-md-mailman.stormreply.com
To: linux-arm-kernel@lists.infradead.org

-- 
2.25.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2020-04-30  8:35 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-22 10:45 [PATCH V5 00/20] ARM: dts: stm32: Repair AV96 board Marek Vasut
2020-04-22 10:45 ` [PATCH V5 01/20] ARM: dts: stm32: Repair PMIC configuration on AV96 Marek Vasut
2020-04-22 10:45 ` [PATCH V5 02/20] ARM: dts: stm32: Repair PMIC interrupt " Marek Vasut
2020-04-22 10:45 ` [PATCH V5 03/20] ARM: dts: stm32: Add alternate pinmux for ethernet RGMII Marek Vasut
2020-04-22 10:45 ` [PATCH V5 04/20] ARM: dts: stm32: Repair ethernet operation on AV96 Marek Vasut
2020-04-22 10:45 ` [PATCH V5 05/20] ARM: dts: stm32: Add missing ethernet PHY reset " Marek Vasut
2020-04-22 10:45 ` [PATCH V5 06/20] ARM: dts: stm32: Add missing ethernet PHY skews " Marek Vasut
2020-04-22 10:46 ` [PATCH V5 07/20] ARM: dts: stm32: Add alternate pinmux for SDMMC pins Marek Vasut
2020-04-22 10:46 ` [PATCH V5 08/20] ARM: dts: stm32: Repair SDMMC1 operation on AV96 Marek Vasut
2020-04-22 10:46 ` [PATCH V5 09/20] ARM: dts: stm32: Add eMMC attached to SDMMC2 " Marek Vasut
2020-04-22 10:46 ` [PATCH V5 10/20] ARM: dts: stm32: Add QSPI NOR " Marek Vasut
2020-04-22 10:46 ` [PATCH V5 11/20] ARM: dts: stm32: Add configuration EEPROM " Marek Vasut
2020-04-22 10:46 ` [PATCH V5 12/20] ARM: dts: stm32: Enable WiFi " Marek Vasut
2020-04-22 10:46 ` [PATCH V5 13/20] ARM: dts: stm32: Add alternate pinmux for USART2 pins Marek Vasut
2020-04-22 10:46 ` [PATCH V5 14/20] ARM: dts: stm32: Enable Bluetooth on AV96 Marek Vasut
2020-04-22 10:46 ` [PATCH V5 15/20] ARM: dts: stm32: Add alternate pinmux for LTDC pins Marek Vasut
2020-04-22 10:46 ` [PATCH V5 16/20] ARM: dts: stm32: Add bindings for HDMI video on AV96 Marek Vasut
2020-04-22 10:46 ` [PATCH V5 17/20] ARM: dts: stm32: Add alternate pinmux for SAI2 pins Marek Vasut
2020-04-22 10:46 ` [PATCH V5 18/20] ARM: dts: stm32: Add bindings for audio on AV96 Marek Vasut
2020-04-22 10:46 ` [PATCH V5 19/20] ARM: dts: stm32: Add bindings for USB " Marek Vasut
2020-04-22 10:46 ` [PATCH V5 20/20] ARM: dts: stm32: Rename LEDs to match silkscreen " Marek Vasut
2020-04-23 13:36 ` [PATCH V5 00/20] ARM: dts: stm32: Repair AV96 board Alexandre Torgue
2020-04-23 14:04   ` Marek Vasut
2020-04-28 13:32     ` Marek Vasut
2020-04-28 13:54       ` Alexandre Torgue
2020-04-28 14:04         ` Marek Vasut
2020-04-29  7:56 ` Alexandre Torgue
2020-04-29 16:40   ` Marek Vasut
2020-04-30  7:39     ` Alexandre Torgue
2020-04-30  8:22       ` 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.