mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 17:25:35 +03:00
arm64: tegra: Remove GPCDMA driver from OOT
Remove GPCDMA from OOT and merge the Linux mainline changes in kernel-oot Signed-off-by: Akhil R <akhilrajeev@nvidia.com> Change-Id: I6370d80335fba306d1e202e72f9d8da33051d60f Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2792224 Tested-by: mobile promotions <svcmobile_promotions@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
a19a9be96c
commit
7ca4e62987
@@ -121,53 +121,6 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
gpcdma: gpcdma@2600000 {
|
|
||||||
compatible = "nvidia,tegra234-gpcdma";
|
|
||||||
reg = <0x2600000 0x210000>;
|
|
||||||
resets = <&bpmp TEGRA234_RESET_GPCDMA>;
|
|
||||||
reset-names = "gpcdma";
|
|
||||||
interrupts = <0 75 0x04
|
|
||||||
0 76 0x04
|
|
||||||
0 77 0x04
|
|
||||||
0 78 0x04
|
|
||||||
0 79 0x04
|
|
||||||
0 80 0x04
|
|
||||||
0 81 0x04
|
|
||||||
0 82 0x04
|
|
||||||
0 83 0x04
|
|
||||||
0 84 0x04
|
|
||||||
0 85 0x04
|
|
||||||
0 86 0x04
|
|
||||||
0 87 0x04
|
|
||||||
0 88 0x04
|
|
||||||
0 89 0x04
|
|
||||||
0 90 0x04
|
|
||||||
0 91 0x04
|
|
||||||
0 92 0x04
|
|
||||||
0 93 0x04
|
|
||||||
0 94 0x04
|
|
||||||
0 95 0x04
|
|
||||||
0 96 0x04
|
|
||||||
0 97 0x04
|
|
||||||
0 98 0x04
|
|
||||||
0 99 0x04
|
|
||||||
0 100 0x04
|
|
||||||
0 101 0x04
|
|
||||||
0 102 0x04
|
|
||||||
0 103 0x04
|
|
||||||
0 104 0x04
|
|
||||||
0 105 0x04
|
|
||||||
0 106 0x04
|
|
||||||
0 107 0x04>;
|
|
||||||
#dma-cells = <1>;
|
|
||||||
iommus = <&smmu_niso0 TEGRA234_SID_GPCDMA>;
|
|
||||||
dma-coherent;
|
|
||||||
nvidia,start-dma-channel-index = <1>;
|
|
||||||
dma-channels = <31>;
|
|
||||||
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
||||||
|
|
||||||
serial@3110000 {
|
serial@3110000 {
|
||||||
compatible = "nvidia,tegra194-hsuart";
|
compatible = "nvidia,tegra194-hsuart";
|
||||||
reg = <0x03110000 0x10000>;
|
reg = <0x03110000 0x10000>;
|
||||||
|
|||||||
Reference in New Issue
Block a user