arm64: tegra: Add dma-channel-mask in GPCDMA node
authorAkhil R <akhilrajeev@nvidia.com>
Thu, 10 Nov 2022 17:17:47 +0000 (22:47 +0530)
committerThierry Reding <treding@nvidia.com>
Mon, 21 Nov 2022 12:30:13 +0000 (13:30 +0100)
commitdd0be8278ab9675d168390c990110f8d2f62ca38
tree4f7ad1afc1943ceaae616a7d14967ad00814e31b
parent47a2f35d9ea76d92aa2385671f527b75aa9dfe45
arm64: tegra: Add dma-channel-mask in GPCDMA node

Add dma-channel-mask property in Tegra GPCDMA device tree node.

The property would help to specify the channels to be used in
kernel and reserve few for the firmware. This was previously
achieved by limiting the channel number to 31 in the driver.
This is wrong and does not align with the hardware. Correct this
and update the interrupts property to list all 32 interrupts.

Signed-off-by: Akhil R <akhilrajeev@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm64/boot/dts/nvidia/tegra186.dtsi
arch/arm64/boot/dts/nvidia/tegra194.dtsi
arch/arm64/boot/dts/nvidia/tegra234.dtsi