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 C7FE525CC79; Wed, 5 Aug 2026 07:09:55 +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=1785913796; cv=none; b=CvVRsE+g3Qq87z4BNiFfMoLVE7oCu6HfOLceGx+kmNORCXsN2aaqmqZAjYDjJAhggW/t+uMaUoSeMoR3Z7pYhMH2esmz8fGuzQmCRmwosylQqw/xSfRmTppBOcvougb5NRZ2reSoZCuYcxZyLUfvLJ88Y7YMQJOBbfQkIdB8f6I= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785913796; c=relaxed/simple; bh=Y+LQMGVBDjqnDB8IGjPNpKwzC4VOQayieFKdwdwUekg=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=SlSHOVbGRA52+myjhqpDDS9pZJYzDgrsTrKv5xdxOWsPZF/QnqmE0X+mvsn4A3Ri/G/AB52G9XFk1z7CaWp++xadhEEFZ7m42o5/5aXwhlosbvmvyJmS8OstGN+hqVoGSpnD3PcM/YYx2b5/VqHHvDeHKxRBiUKVH28HvP9URSg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=QijWH5je; 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="QijWH5je" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E25AE1F000E9; Wed, 5 Aug 2026 07:09:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1785913795; bh=G4xKySEczjJKlV50yKNxN3atJelGibN9yGRp2vrzooU=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=QijWH5jeUl1w3T5g/U+UIRCah49Z2j7Fro2KNIi5knm8wE+WmgJb6hGUiRVerdGwr Ir8mUr5npj+GJC4wq+Ddcm9vaUKQdhJhbTnZFX8ormAiQ+dEw8AUDgpdklRzaVldbb oCemOovogmvlD5ylxpMFMG+ZDbIYebv1laShUx+ALlOCREK2sEa+Q/ggvRhCHvWpYf l9kF/yp20fPNWJmXCP/o0gGnAc1AaoJnnV9jMURR95QVRRK0WuWTvNKHI2s04Ixysc aJ/AGOZWu5bLJBQCj7vzHBLjlZk+y9cAxs8feAgM9/26bgpib1GXGwOOKVJkuTN+oV A8f6vmg5sZEnA== Date: Wed, 5 Aug 2026 09:09:53 +0200 From: Thierry Reding To: Kieran Bingham Cc: Mauro Carvalho Chehab , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Jacopo Mondi , Sakari Ailus , Jimmy Su , Matthias Fend , Mikhail Rudenko , Daniel Scally , Jacopo Mondi , Michael Riesch , Benjamin Mugnier , Sylvain Petinot , Laurent Pinchart , Paul Elder , Martin Kepplinger , Quentin Schulz , Tommaso Merciai , Svyatoslav Ryhel , Richard Acayan , Frank Li , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , Bjorn Andersson , Konrad Dybcio , Geert Uytterhoeven , Magnus Damm , Heiko Stuebner , Jonathan Hunter , linux-media@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux@ew.tq-group.com, imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org, linux-arm-msm@vger.kernel.org, linux-renesas-soc@vger.kernel.org, linux-rockchip@lists.infradead.org, linux-tegra@vger.kernel.org Subject: Re: [PATCH v4 7/7] ARM: tegra: Convert to new media orientation definitions Message-ID: References: <20260804-kbingham-orientation-v4-0-336998dd63b4@ideasonboard.com> <20260804-kbingham-orientation-v4-7-336998dd63b4@ideasonboard.com> Precedence: bulk X-Mailing-List: linux-tegra@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="njba5wbvog4atzxq" Content-Disposition: inline In-Reply-To: <20260804-kbingham-orientation-v4-7-336998dd63b4@ideasonboard.com> --njba5wbvog4atzxq Content-Type: text/plain; protected-headers=v1; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Subject: Re: [PATCH v4 7/7] ARM: tegra: Convert to new media orientation definitions MIME-Version: 1.0 On Tue, Aug 04, 2026 at 08:43:34PM +0100, Kieran Bingham wrote: > The orientation property for video interface devices now has definitions > to prevent hardcoded integer values for the enum options. >=20 > Update the users throughout the nvidia device trees to use the new > definitions. >=20 > Reviewed-by: Laurent Pinchart > Signed-off-by: Kieran Bingham > --- > v2: > - Fix MEDIA_ORIENTATION_REAR to MEDIA_ORIENTATION_BACK > --- > arch/arm/boot/dts/nvidia/tegra30-asus-nexus7-grouper-common.dtsi | 3 ++- > arch/arm/boot/dts/nvidia/tegra30-asus-transformer-common.dtsi | 3 ++- > arch/arm/boot/dts/nvidia/tegra30-lg-p895.dts | 4 +++- > arch/arm/boot/dts/nvidia/tegra30-lg-x3.dtsi | 3 ++- > 4 files changed, 9 insertions(+), 4 deletions(-) Reviewed-by: Thierry Reding And if the plan is to merge these through the media tree: Acked-by: Thierry Reding --njba5wbvog4atzxq Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEiOrDCAFJzPfAjcif3SOs138+s6EFAmpy4cEACgkQ3SOs138+ s6GX7xAAiUn50cg1N3IYryCjW1HFvtOEELAbn3WbEabsf8ChY6p27lszsD2u1SWA ljxp3aiozUzCDwS4rO/auUa1ubQ4YRFi+KmviEMAaNlx+odGBEP9OmYdo8CsKq78 8+xxglQ3WizUEMIc0B7j8IVwUsAvE32qOnrr56XTx1YaqrA66BNENIq9wlURELrw bh40y7Cc+hRdum3b85woDbChECrG6q3Y0JFQQuZovQvs/bhWJ27/Z1ILLVkjy5pD Ases5xrdbEn7iYc2w80khRpu4aqUycjsCBf6E/bYZj/2TDHK6ir5W4wpB6E00E5D AuQo8CmAW+l5aWJDbfBcBPC3xcduHHH9D4dGpO4Cd52Yntu9cgDmfTk+kEgHJ6EC adEIuD3pHuqgQWSpOUfSlGFNDq+HhUpXZWH2lx/abGSyjcydQE+urtU3XQilKpOk j+Lq191FrKk7epLKNrqklsyKV3xNIBZnkLIb0SxVV9SCWs4qdoRWN9gfHB3VmaL4 kR2WQrc9xpnabF+v0Mele7z45YdHdoHY/5ttfZAdm53Q1/Zgz058i8Unn5U9GVDM pqt/pJjTGqKKn8Z2AHRe2zKw9S4dDTDSybfzC8RdjE5OB8TKjKyjumwpkxGiIUIn jogEFjQcRrmyO5tbZ96lii8IL9M+aMr5EeyMpcrJJaxZRSV3cGg= =n6SN -----END PGP SIGNATURE----- --njba5wbvog4atzxq--