arm64: tegra: Fix DMA ID for SPI2
authorAkhil R <akhilrajeev@nvidia.com>
Fri, 6 Dec 2024 10:52:00 +0000 (16:22 +0530)
committerThierry Reding <treding@nvidia.com>
Thu, 9 Jan 2025 13:17:06 +0000 (14:17 +0100)
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>
Link: https://lore.kernel.org/r/20241206105201.53596-1-akhilrajeev@nvidia.com
Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm64/boot/dts/nvidia/tegra234.dtsi

index 984c85eab41afda5ab73cf7c43116781ad2a1aff..570331baa09ee36d988b175684f9bacd381ad3f4 100644 (file)
                        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";