Linux Tegra architecture development
 help / color / mirror / Atom feed
* [PATCH] arm64: tegra: Enable VI/CSI support on Jetson Nano
@ 2020-06-23 16:31 Thierry Reding
  0 siblings, 0 replies; only message in thread
From: Thierry Reding @ 2020-06-23 16:31 UTC (permalink / raw)
  To: Thierry Reding
  Cc: Jon Hunter, Sowjanya Komatineni,
	linux-tegra-u79uwXL29TY76Z2rM5mHXA

From: Thierry Reding <treding-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>

Enable the VI and CSI controllers on Jetson Nano. Note that this doesn't
hook up any camera sensors and will only allow testing the capturing of
images from the test pattern generator.

Signed-off-by: Thierry Reding <treding-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
---
 arch/arm64/boot/dts/nvidia/tegra210-p3450-0000.dts | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/arch/arm64/boot/dts/nvidia/tegra210-p3450-0000.dts b/arch/arm64/boot/dts/nvidia/tegra210-p3450-0000.dts
index 4eb51e5eef3a..c924163a9115 100644
--- a/arch/arm64/boot/dts/nvidia/tegra210-p3450-0000.dts
+++ b/arch/arm64/boot/dts/nvidia/tegra210-p3450-0000.dts
@@ -61,6 +61,16 @@ dpaux@54040000 {
 			status = "okay";
 		};
 
+		vi@54080000 {
+			status = "okay";
+
+			avdd-dsi-csi-supply = <&vdd_sys_1v2>;
+
+			csi@838 {
+				status = "okay";
+			};
+		};
+
 		sor@54540000 {
 			status = "okay";
 
-- 
2.27.0

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-06-23 16:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-23 16:31 [PATCH] arm64: tegra: Enable VI/CSI support on Jetson Nano Thierry Reding

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox