Re: [PATCH v6 02/10] arm64: tegra: Remove fallback compatible for GPCDMA
From: Rob Herring <robh@kernel.org>
Date: 2026-06-23 14:02:52
Also in:
dmaengine, linux-tegra, lkml
From: Rob Herring <robh@kernel.org>
Date: 2026-06-23 14:02:52
Also in:
dmaengine, linux-tegra, lkml
On Tue, Mar 31, 2026 at 5:24 AM Akhil R [off-list ref] wrote:
Remove the fallback compatible string "nvidia,tegra186-gpcdma" for GPCDMA
in Tegra264. Tegra186 compatible cannot work on Tegra264 because of the
register offset changes and absence of the reset property.
Fixes: 65ef237e4810 ("arm64: tegra: Add Tegra264 support")
Signed-off-by: Akhil R <akhilrajeev@nvidia.com>
---
arch/arm64/boot/dts/nvidia/tegra264.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)Thierry, Are you going to apply this? The binding change has been picked up and now there's a warning. Rob