Skip to content

Commit 346bf45

Browse files
akhilr-nvthierryreding
authored andcommitted
arm64: tegra: Fix DMA ID for SPI2
DMA ID for SPI2 is '16'. Update the incorrect value in the devicetree. Fixes: bb9667d ("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>
1 parent 40384c8 commit 346bf45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm64/boot/dts/nvidia/tegra234.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3900,7 +3900,7 @@
39003900
assigned-clock-parents = <&bpmp TEGRA234_CLK_PLLP_OUT0>;
39013901
resets = <&bpmp TEGRA234_RESET_SPI2>;
39023902
reset-names = "spi";
3903-
dmas = <&gpcdma 19>, <&gpcdma 19>;
3903+
dmas = <&gpcdma 16>, <&gpcdma 16>;
39043904
dma-names = "rx", "tx";
39053905
dma-coherent;
39063906
status = "disabled";

0 commit comments

Comments
 (0)