All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/19] TQMa95xxSA DT fixes and cleanup
@ 2025-10-30 12:49 Alexander Stein
  2025-10-30 12:49 ` [PATCH 01/19] arm64: dts: imx95-tqma9596sa: fix TPM5 pinctrl node name Alexander Stein
                   ` (11 more replies)
  0 siblings, 12 replies; 21+ messages in thread
From: Alexander Stein @ 2025-10-30 12:49 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Shawn Guo,
	Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam,
	Alexander Stein
  Cc: linux, devicetree, imx, linux-arm-kernel, linux-kernel

Hi everyone,

this series includes two fixes for TQMa95xxSA. Having a Fixes-tag I put them
at the beginning. Following patches are DT cleanups:
* move pinctrl/config to module .dtsi as SMARC-2 already defines the pinout
  the mux is fixed already.
* Remove 'sleep' pinctrl settings as they are identical to 'default'
* Add I2C bus recovery
* EERPOM page size is increased to 32
* Whitespace fix
* Add MicIn routing
* Mark LPUART1 reserved. Unique control of syste manager (SM)

Best regards,
Alexander

Alexander Stein (14):
  arm64: dts: imx95-tqma9596sa: reduce maximum FlexSPI frequency to
    66MHz
  arm64: dts: imx95-tqma9596sa: increase flexspi slew rate
  arm64: dts: imx95-tqma9596sa: move flexcan pinctrl to SOM
  arm64: dts: imx95-tqma9596sa: move lpspi3 pinctrl to SOM
  arm64: dts: imx95-tqma9596sa: move sai config to SOM
  arm64: dts: imx95-tqma9596sa: move pcie config to SOM
  arm64: dts: imx95-tqma9596sa: update pcie config
  arm64: dts: imx95-tqma9596sa: remove superfluous pinmux for flexspi
  arm64: dts: imx95-tqma9596sa: remove superfluous pinmux for i2c
  arm64: dts: imx95-tqma9596sa: remove superfluous pinmux for usdhci
  arm64: dts: imx95-tqma9596sa: add gpio bus recovery for i2c
  arm64: dts: imx95-tqma9596sa: whitespace fixes
  arm64: dts: imx95-tqma9596sa-mb-smarc-2: Add MicIn routing
  arm64: dts: imx95-tqma9596sa-mb-smarc-2: mark LPUART1 as reserved

Markus Niebel (5):
  arm64: dts: imx95-tqma9596sa: fix TPM5 pinctrl node name
  arm64: dts: imx95-tqma9596sa: move USDHC2 config to SOM
  arm64: dts: imx95-tqma9596sa: add EEPROM pagesize
  arm64: dts: imx95-tqma9596sa-mb-smarc-2: remove superfluous line
  arm64: dts: imx95-tqma9596sa-mb-smarc-2: add aliases for SPI

 .../freescale/imx95-tqma9596sa-mb-smarc-2.dts |  75 ++-------
 .../boot/dts/freescale/imx95-tqma9596sa.dtsi  | 153 +++++++++++++++---
 2 files changed, 139 insertions(+), 89 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2025-11-16 10:06 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-30 12:49 [PATCH 00/19] TQMa95xxSA DT fixes and cleanup Alexander Stein
2025-10-30 12:49 ` [PATCH 01/19] arm64: dts: imx95-tqma9596sa: fix TPM5 pinctrl node name Alexander Stein
2025-10-30 12:49 ` [PATCH 02/19] arm64: dts: imx95-tqma9596sa: reduce maximum FlexSPI frequency to 66MHz Alexander Stein
2025-10-30 12:49 ` [PATCH 03/19] arm64: dts: imx95-tqma9596sa: increase flexspi slew rate Alexander Stein
2025-10-30 12:49 ` [PATCH 04/19] arm64: dts: imx95-tqma9596sa: move flexcan pinctrl to SOM Alexander Stein
2025-10-30 12:49 ` [PATCH 05/19] arm64: dts: imx95-tqma9596sa: move lpspi3 " Alexander Stein
2025-10-30 12:49 ` [PATCH 06/19] arm64: dts: imx95-tqma9596sa: move USDHC2 config " Alexander Stein
2025-10-30 12:49 ` [PATCH 07/19] arm64: dts: imx95-tqma9596sa: move sai " Alexander Stein
2025-10-30 12:49 ` [PATCH 08/19] arm64: dts: imx95-tqma9596sa: move pcie " Alexander Stein
2025-10-30 12:49 ` [PATCH 09/19] arm64: dts: imx95-tqma9596sa: update pcie config Alexander Stein
2025-10-30 12:49 ` [PATCH 10/19] arm64: dts: imx95-tqma9596sa: remove superfluous pinmux for flexspi Alexander Stein
2025-10-30 13:52 ` [PATCH 11/19] arm64: dts: imx95-tqma9596sa: remove superfluous pinmux for i2c Alexander Stein
2025-10-30 13:52   ` [PATCH 12/19] arm64: dts: imx95-tqma9596sa: remove superfluous pinmux for usdhci Alexander Stein
2025-10-30 13:52   ` [PATCH 13/19] arm64: dts: imx95-tqma9596sa: add gpio bus recovery for i2c Alexander Stein
2025-10-30 13:52   ` [PATCH 14/19] arm64: dts: imx95-tqma9596sa: whitespace fixes Alexander Stein
2025-10-30 13:52   ` [PATCH 15/19] arm64: dts: imx95-tqma9596sa: add EEPROM pagesize Alexander Stein
2025-10-30 13:52   ` [PATCH 16/19] arm64: dts: imx95-tqma9596sa-mb-smarc-2: Add MicIn routing Alexander Stein
2025-10-30 13:52   ` [PATCH 17/19] arm64: dts: imx95-tqma9596sa-mb-smarc-2: mark LPUART1 as reserved Alexander Stein
2025-10-30 13:53   ` [PATCH 18/19] arm64: dts: imx95-tqma9596sa-mb-smarc-2: remove superfluous line Alexander Stein
2025-10-30 13:53   ` [PATCH 19/19] arm64: dts: imx95-tqma9596sa-mb-smarc-2: add aliases for SPI Alexander Stein
2025-11-16 10:06 ` [PATCH 00/19] TQMa95xxSA DT fixes and cleanup Shawn Guo

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.