From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 518BB214A9B; Wed, 24 Jun 2026 12:35:37 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782304538; cv=none; b=BxnIvmbSpkzWdMnnfrlej+sfm8WFIzzITNZvto74UsgdP20naebOk4SFw8FaalpcuzTbBt/td3bn51Jw27H96CVp9QjHd9sKEPhgU/r7fAamt20TbOSI6jyKjHZEzxjo9KqyQ5PMUL+TatFh7jb10ini/yop1bCJXYbFq8T3VP8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782304538; c=relaxed/simple; bh=sMD+VoJ/M1Dun+eKUJ2ZUbi2H5WgbUfqJrUZ/uDiABM=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=EfiAz7sd61UTm7hWR8N4z8FyulXpxILH1QSDVvSNPrN3AwAmZSE+LZQ8L/frYBHKs23xsjooQz1T4rTkYfvxkptMBO3FjvWUB2ZixXozLCT/v8acjf5VD/yVyozHpCITOf9yBwO3TZvUwIHvmkgqDD094ZDTqAv3f/NkQ4Q0z2s= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=lnokHhaT; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="lnokHhaT" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 627131F00A3A; Wed, 24 Jun 2026 12:35:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1782304537; bh=KYe8KXKhsDb1PCTR/KPk+k4imUnbbHApzaUF747CiF8=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=lnokHhaTl+EJFvXmfjsA9uSyTwWPE3TsO2AWPz1ERsGVbIYHDHb4KK3NdQayLmJLR Of1F/2Pl8mgpvy8+QpvAFpt161PmZHIvmF5ASIuE88CkdZPSH8RKp5EOIz8fiU9jE2 UMkwlDXvKFVbAUZ5OPzBzFUKea/krH9+DB+HTaL5jBD3cUDA+340RNqerKiOVF3hZV 1XGL9IqyHP6RKQYHXARjIEjHGx12ljKQ0YUkGAxFEZgXBW58rEitVir0Dayj9d2hId g7Bm/R7q5qlCvkSaSdpBV9FMRdtQ4dpMDjk3APMYF28SXjH3gmpC+H5RkpXxgHrXEy N0rO/3gZgZRtw== Date: Wed, 24 Jun 2026 14:35:34 +0200 From: Thierry Reding To: Rob Herring Cc: Akhil R , Thierry Reding , Vinod Koul , Frank Li , Krzysztof Kozlowski , Conor Dooley , Jonathan Hunter , Laxman Dewangan , Philipp Zabel , dmaengine@vger.kernel.org, devicetree@vger.kernel.org, linux-tegra@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v6 02/10] arm64: tegra: Remove fallback compatible for GPCDMA Message-ID: References: <20260331102303.33181-1-akhilrajeev@nvidia.com> <20260331102303.33181-3-akhilrajeev@nvidia.com> Precedence: bulk X-Mailing-List: dmaengine@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="2q53vcxt4flxsr3o" Content-Disposition: inline In-Reply-To: --2q53vcxt4flxsr3o Content-Type: text/plain; protected-headers=v1; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Subject: Re: [PATCH v6 02/10] arm64: tegra: Remove fallback compatible for GPCDMA MIME-Version: 1.0 On Wed, Jun 24, 2026 at 12:22:38PM +0200, Thierry Reding wrote: > On Tue, Jun 23, 2026 at 09:02:39AM -0500, Rob Herring wrote: > > On Tue, Mar 31, 2026 at 5:24=E2=80=AFAM Akhil R wrote: > > > > > > Remove the fallback compatible string "nvidia,tegra186-gpcdma" for GP= CDMA > > > in Tegra264. Tegra186 compatible cannot work on Tegra264 because of t= he > > > register offset changes and absence of the reset property. > > > > > > Fixes: 65ef237e4810 ("arm64: tegra: Add Tegra264 support") > > > Signed-off-by: Akhil R > > > --- > > > arch/arm64/boot/dts/nvidia/tegra264.dtsi | 2 +- > > > 1 file changed, 1 insertion(+), 1 deletion(-) > >=20 > > Thierry, Are you going to apply this? The binding change has been > > picked up and now there's a warning. >=20 > Yes, I have this in my tree of fixes for 7.1 and plan to send it out > towards the end of this week. Sorry, fixes for 7.2-rc1, that is. Thierry --2q53vcxt4flxsr3o Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEiOrDCAFJzPfAjcif3SOs138+s6EFAmo7zxYACgkQ3SOs138+ s6GTSg/8CNPG2eW/kJ2CLMzaTtQ1b4jDvBL/xiLISQVsAQdrv5Vq2kTXNU+ta/oy lEURZsk2GTsS2mBI/yHp8hNhi3KKZnM74B3DJiZXyaRtq4EAXYuindR8nTuO7tnJ hVnorN148KaG8Ahm2Niz2UgVq+dXC/OAPtJE7x6eZiCyQdidxunx8vYlfQuLd2N6 HuoSUr9Ls+HSDezt1OfvH95Tllkr8zB7IE+Y0MJpwBUR/Vgb2q97wKJoRr1APpn8 2nISBlzf8wMnyXczdNUfv7xB+q8GW8fKyYvRobaRsnaRsVka1aY0u65dRm1n7i5g 96zzsvh6RpXj6z43p3UwVWK8j6SL4UdCppKrR6TAlFPoRH/89NvYtfWEC8kdKbtZ CKvjsxjLU7hi6up5Tp5u576IE4RZvC5Nuk4K5JZVGMVzjS3Z2lZnSdW9zr18SHga Z4c+7G0vWtL21zT0Rur+i+Cs5QzXONoQAqokNkWhmznRMd0srkFV4ALTwIPEZ7WS F+Zx4CK4d4OG3xQ0B4ijGMV8CI5Pl3W7/Jz6tdeCM8cDauqyDYHhUzL/u7Cp2c83 rU93WW0ywIHRptnaA5pf1iQdZVuzoSJK5fuzN7Xtgqg6OnI05VpKTEI9wiJ1ePiq 76zVaSINvhRikkmYDggdQDhgd8Vv7k4HFny9hVRDys2mbfqdHXY= =GQlD -----END PGP SIGNATURE----- --2q53vcxt4flxsr3o--