From 066def41431f3151c551183976fcfd80e7cfe9b3 Mon Sep 17 00:00:00 2001 From: Akhil R Date: Wed, 6 Nov 2024 14:25:28 +0530 Subject: [PATCH] nv-public: Fix DMA REQ_SEL ID for SPI2 REQ_SEL ID for spi@c260000 is '16' as per the flow control mapping document. Update the incorrect value in the device tree. Bug 4945416 Signed-off-by: Akhil R Change-Id: I42e5f9f4bbc896976c4861934fb2f8170e8edf1b Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/3243637 GVS: buildbot_gerritrpt Reviewed-by: Bibek Basu --- tegra234.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tegra234.dtsi b/tegra234.dtsi index 984c85e..570331b 100644 --- a/tegra234.dtsi +++ b/tegra234.dtsi @@ -3900,7 +3900,7 @@ 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";