arm64: tegra: Add NVIDIA P2371 board support
authorThierry Reding <treding@nvidia.com>
Thu, 2 Apr 2015 08:25:24 +0000 (10:25 +0200)
committerThierry Reding <treding@nvidia.com>
Tue, 24 Nov 2015 15:52:23 +0000 (16:52 +0100)
The NVIDIA P2371 is an internal reference design that uses a P2530
processor module hooked up to a P2595 I/O board and an optional display
module for a 1200x1920 MIPI DSI panel.

Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm64/boot/dts/nvidia/Makefile
arch/arm64/boot/dts/nvidia/tegra210-p2371-0000.dts [new file with mode: 0644]

index 6db412c377a8c4d178b6264b97e2470d77b574da..bf10a0c57ec00b95b58697eb4112bbfa6c8147ac 100644 (file)
@@ -1,4 +1,5 @@
 dtb-$(CONFIG_ARCH_TEGRA_132_SOC) += tegra132-norrin.dtb
+dtb-$(CONFIG_ARCH_TEGRA_210_SOC) += tegra210-p2371-0000.dtb
 
 always         := $(dtb-y)
 clean-files    := *.dtb
diff --git a/arch/arm64/boot/dts/nvidia/tegra210-p2371-0000.dts b/arch/arm64/boot/dts/nvidia/tegra210-p2371-0000.dts
new file mode 100644 (file)
index 0000000..1ddd851
--- /dev/null
@@ -0,0 +1,9 @@
+/dts-v1/;
+
+#include "tegra210-p2530.dtsi"
+#include "tegra210-p2595.dtsi"
+
+/ {
+       model = "NVIDIA Tegra210 P2371 (P2530/P2595) reference design";
+       compatible = "nvidia,p2371-0000", "nvidia,tegra210";
+};
This page took 0.041978 seconds and 5 git commands to generate.