mirror of
git://nv-tegra.nvidia.com/device/hardware/nvidia/t23x-public-dts.git
synced 2025-12-22 09:12:02 +03:00
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/+/3243637 GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com> Reviewed-by: Bibek Basu <bbasu@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
842eef1ded
commit
066def4143
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user