linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 00/14] TQMa93xx improvements
@ 2024-08-19 12:03 Alexander Stein
  2024-08-19 12:03 ` [PATCH v2 01/14] arm64: dts: freescale: imx93-tqma9352: Add PMIC node Alexander Stein
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: Alexander Stein @ 2024-08-19 12:03 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Shawn Guo,
	Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam
  Cc: Alexander Stein, linux, devicetree, imx, linux-arm-kernel,
	linux-kernel

Hi all,

this is the 2nd version of the series add improvements for the TQMa93xx
series.
Despite changes for pad configuration as requested form hardware team, this also
adds the PMIC node which allows to specify correct supplies for e.g. eMMC.
Also GPIO lin enames are added for userspace usage using e.g. libgpiod.
This series also includes a workaround for USDHCI errata.

Changes in v2:
* Collected R-b
* Fix whitespace typos
* Split (old) patch 6/14 into patches
  * Fixing pad config
  * Adding LPSPI6 interface
  * Adding IRQ for temperature sensor
  * Adding missing pad configurations
* Split (old) patch 12/14 into patches
  * Adding IRQ for RTC and temperature sensor
  * Fixing pad config

Best regards,
Alexander

Alexander Stein (7):
  arm64: dts: freescale: imx93-tqma9352: Add PMIC node
  arm64: dts: freescale: imx93-tqma9352: add eMMC regulators
  arm64: dts: freescale: imx93-tqma9352-mba93xxla: enable LPSPI6
    interface
  arm64: dts: freescale: imx93-tqma9352-mba93xxla: add missing pad
    configurations
  arm64: dts: freescale: imx93-tqma9352-mba93xxla: Add ethernet aliases
  arm64: dts: freescale: imx93-tqma9352-mba93xxca: add missing pad
    configurations
  arm64: dts: freescale: imx93-tqma9352-mba93xxca: Add ethernet aliases

Markus Niebel (7):
  arm64: dts: freescale: imx93-tqma9352-mba93xxla: improve pad
    configuration
  arm64: dts: freescale: imx93-tqma9352-mba93xxla: add irq for temp
    sensor
  arm64: dts: freescale: imx93-tqma9352-mba93xxla: add GPIO line names
  arm64: dts: freescale: imx93-tqma9352-mba93xxca: add RTC / temp sensor
    IRQ
  arm64: dts: freescale: imx93-tqma9352-mba93xxca: improve pad
    configuration
  arm64: dts: freescale: imx93-tqma9352-mba93xxca: add GPIO line names
  arm64: dts: freescale: imx93-tqma9352: set SION for cmd and data pad
    of USDHC

 .../freescale/imx93-tqma9352-mba93xxca.dts    | 299 +++++++++++-----
 .../freescale/imx93-tqma9352-mba93xxla.dts    | 318 +++++++++++++-----
 .../boot/dts/freescale/imx93-tqma9352.dtsi    | 134 ++++++--
 3 files changed, 568 insertions(+), 183 deletions(-)

-- 
2.34.1



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

end of thread, other threads:[~2024-08-31 13:53 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-19 12:03 [PATCH v2 00/14] TQMa93xx improvements Alexander Stein
2024-08-19 12:03 ` [PATCH v2 01/14] arm64: dts: freescale: imx93-tqma9352: Add PMIC node Alexander Stein
2024-08-19 12:03 ` [PATCH v2 02/14] arm64: dts: freescale: imx93-tqma9352: add eMMC regulators Alexander Stein
2024-08-19 12:03 ` [PATCH v2 03/14] arm64: dts: freescale: imx93-tqma9352-mba93xxla: improve pad configuration Alexander Stein
2024-08-19 12:03 ` [PATCH v2 04/14] arm64: dts: freescale: imx93-tqma9352-mba93xxla: enable LPSPI6 interface Alexander Stein
2024-08-19 12:03 ` [PATCH v2 05/14] arm64: dts: freescale: imx93-tqma9352-mba93xxla: add irq for temp sensor Alexander Stein
2024-08-19 12:03 ` [PATCH v2 06/14] arm64: dts: freescale: imx93-tqma9352-mba93xxla: add missing pad configurations Alexander Stein
2024-08-19 12:03 ` [PATCH v2 07/14] arm64: dts: freescale: imx93-tqma9352-mba93xxla: Add ethernet aliases Alexander Stein
2024-08-19 12:03 ` [PATCH v2 08/14] arm64: dts: freescale: imx93-tqma9352-mba93xxla: add GPIO line names Alexander Stein
2024-08-19 12:03 ` [PATCH v2 09/14] arm64: dts: freescale: imx93-tqma9352-mba93xxca: add RTC / temp sensor IRQ Alexander Stein
2024-08-19 12:03 ` [PATCH v2 10/14] arm64: dts: freescale: imx93-tqma9352-mba93xxca: improve pad configuration Alexander Stein
2024-08-19 12:03 ` [PATCH v2 11/14] arm64: dts: freescale: imx93-tqma9352-mba93xxca: add missing pad configurations Alexander Stein
2024-08-19 12:03 ` [PATCH v2 12/14] arm64: dts: freescale: imx93-tqma9352-mba93xxca: Add ethernet aliases Alexander Stein
2024-08-19 12:03 ` [PATCH v2 13/14] arm64: dts: freescale: imx93-tqma9352-mba93xxca: add GPIO line names Alexander Stein
2024-08-19 12:03 ` [PATCH v2 14/14] arm64: dts: freescale: imx93-tqma9352: set SION for cmd and data pad of USDHC Alexander Stein
2024-08-31 13:52 ` [PATCH v2 00/14] TQMa93xx improvements Shawn Guo

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).