public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Disable DMA on secondary UART on PX30 Ringneck
@ 2025-01-21  9:22 Lukasz Czechowski
  2025-01-21  9:22 ` [PATCH 1/2] arm64: dts: rockchip: Move uart5 pin configuration to SoM dtsi Lukasz Czechowski
  2025-01-21  9:22 ` [PATCH 2/2] arm64: dts: rockchip: Disable DMA for uart5 on px30-ringneck Lukasz Czechowski
  0 siblings, 2 replies; 8+ messages in thread
From: Lukasz Czechowski @ 2025-01-21  9:22 UTC (permalink / raw)
  To: linux-arm-kernel, robh, krzk+dt, conor+dt, heiko, devicetree,
	linux-kernel
  Cc: quentin.schulz, Lukasz Czechowski

The PX30-uQ7 (Ringneck) SoM has two external UARTs, connected to
uart0 and uart5 controllers on the PX30 SoC. The uart5 does not
expose RTS/CTS pins on the Q7 connector, as they are used for
different purposes. It was observed that UART controllers without
hardware flow controller behave unstable if the DMA is enabled.
This patch series moves the pinctrl-0 to SoM dtsi file and uses
/delete-property/ to remove DMA from this UART controller.

Lukasz Czechowski (2):
  arm64: dts: rockchip: Move uart5 pin configuration to SoM dtsi
  arm64: dts: rockchip: Disable DMA for uart5 on px30-ringneck

 arch/arm64/boot/dts/rockchip/px30-ringneck-haikou.dts | 1 -
 arch/arm64/boot/dts/rockchip/px30-ringneck.dtsi       | 6 ++++++
 2 files changed, 6 insertions(+), 1 deletion(-)

-- 
2.43.0


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

end of thread, other threads:[~2025-01-21 10:45 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-21  9:22 [PATCH 0/2] Disable DMA on secondary UART on PX30 Ringneck Lukasz Czechowski
2025-01-21  9:22 ` [PATCH 1/2] arm64: dts: rockchip: Move uart5 pin configuration to SoM dtsi Lukasz Czechowski
2025-01-21  9:36   ` Quentin Schulz
2025-01-21  9:38     ` Heiko Stübner
2025-01-21  9:22 ` [PATCH 2/2] arm64: dts: rockchip: Disable DMA for uart5 on px30-ringneck Lukasz Czechowski
2025-01-21  9:41   ` Quentin Schulz
2025-01-21 10:28     ` Łukasz Czechowski
2025-01-21 10:45       ` Quentin Schulz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox