Skip to content

Commit 346bf45

Browse files
Akhil Rthierryreding
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Thierry Reding <[email protected]>
1 parent 40384c8 commit 346bf45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)