The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH] arm64: tegra: Fix DMA ID for SPI2
@ 2024-12-06 10:52 Akhil R
  2025-01-09 13:18 ` Thierry Reding
  0 siblings, 1 reply; 2+ messages in thread
From: Akhil R @ 2024-12-06 10:52 UTC (permalink / raw)
  To: robh, krzk+dt, thierry.reding, devicetree, linux-tegra,
	linux-kernel
  Cc: Akhil R

DMA ID for SPI2 is '16'. Update the incorrect value in the devicetree.

Fixes: bb9667d8187b ("arm64: tegra: Add SPI device tree nodes for Tegra234")
Signed-off-by: Akhil R <akhilrajeev@nvidia.com>
---
 arch/arm64/boot/dts/nvidia/tegra234.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/nvidia/tegra234.dtsi b/arch/arm64/boot/dts/nvidia/tegra234.dtsi
index 984c85eab41a..570331baa09e 100644
--- a/arch/arm64/boot/dts/nvidia/tegra234.dtsi
+++ b/arch/arm64/boot/dts/nvidia/tegra234.dtsi
@@ -3900,7 +3900,7 @@ spi@c260000 {
 			assigned-clock-parents = <&bpmp TEGRA234_CLK_PLLP_OUT0>;
 			resets = <&bpmp TEGRA234_RESET_SPI2>;
 			reset-names = "spi";
-			dmas = <&gpcdma 19>, <&gpcdma 19>;
+			dmas = <&gpcdma 16>, <&gpcdma 16>;
 			dma-names = "rx", "tx";
 			dma-coherent;
 			status = "disabled";
-- 
2.43.2


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

* Re: [PATCH] arm64: tegra: Fix DMA ID for SPI2
  2024-12-06 10:52 [PATCH] arm64: tegra: Fix DMA ID for SPI2 Akhil R
@ 2025-01-09 13:18 ` Thierry Reding
  0 siblings, 0 replies; 2+ messages in thread
From: Thierry Reding @ 2025-01-09 13:18 UTC (permalink / raw)
  To: robh, krzk+dt, thierry.reding, devicetree, linux-tegra,
	linux-kernel, Akhil R

From: Thierry Reding <treding@nvidia.com>


On Fri, 06 Dec 2024 16:22:00 +0530, Akhil R wrote:
> DMA ID for SPI2 is '16'. Update the incorrect value in the devicetree.
> 
> 

Applied, thanks!

[1/1] arm64: tegra: Fix DMA ID for SPI2
      commit: 346bf459db26325c09ed841fdfd6678de1b1cb3a

Best regards,
-- 
Thierry Reding <treding@nvidia.com>

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

end of thread, other threads:[~2025-01-09 13:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-06 10:52 [PATCH] arm64: tegra: Fix DMA ID for SPI2 Akhil R
2025-01-09 13:18 ` Thierry Reding

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