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 <akhilrajeev@nvidia.com>
Change-Id: I42e5f9f4bbc896976c4861934fb2f8170e8edf1b
Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/3243690
Reviewed-by: Bibek Basu <bbasu@nvidia.com>
GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
Akhil R
2024-11-06 14:25:28 +05:30
committed by mobile promotions
parent 3a75233537
commit 09148b037f

View File

@@ -3900,7 +3900,7 @@
assigned-clock-parents = <&bpmp TEGRA234_CLK_PLLP_OUT0>; assigned-clock-parents = <&bpmp TEGRA234_CLK_PLLP_OUT0>;
resets = <&bpmp TEGRA234_RESET_SPI2>; resets = <&bpmp TEGRA234_RESET_SPI2>;
reset-names = "spi"; reset-names = "spi";
dmas = <&gpcdma 19>, <&gpcdma 19>; dmas = <&gpcdma 16>, <&gpcdma 16>;
dma-names = "rx", "tx"; dma-names = "rx", "tx";
dma-coherent; dma-coherent;
status = "disabled"; status = "disabled";