]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
arm64: tegra: Add NVIDIA P2771 board support
authorJoseph Lo <josephl@nvidia.com>
Tue, 5 Jul 2016 09:04:31 +0000 (17:04 +0800)
committerThierry Reding <treding@nvidia.com>
Mon, 21 Nov 2016 09:43:42 +0000 (10:43 +0100)
The NVIDIA P2771 is composed of a P3310 processor module that connects
to the P2597 I/O board. It comes with a 1200x1920 MIPI DSI panel that is
connected via the P2597's display connector and has several connectors
such as HDMI, USB 3.0, PCIe and ethernet.

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

index 0f7cdf3e05c16ce9fff1ca91901fde486179fc0b..18941458cb4dafe072e53734a74a4b31796d9198 100644 (file)
@@ -3,6 +3,7 @@ dtb-$(CONFIG_ARCH_TEGRA_210_SOC) += tegra210-p2371-0000.dtb
 dtb-$(CONFIG_ARCH_TEGRA_210_SOC) += tegra210-p2371-2180.dtb
 dtb-$(CONFIG_ARCH_TEGRA_210_SOC) += tegra210-p2571.dtb
 dtb-$(CONFIG_ARCH_TEGRA_210_SOC) += tegra210-smaug.dtb
+dtb-$(CONFIG_ARCH_TEGRA_186_SOC) += tegra186-p2771-0000.dtb
 
 always         := $(dtb-y)
 clean-files    := *.dtb
diff --git a/arch/arm64/boot/dts/nvidia/tegra186-p2771-0000.dts b/arch/arm64/boot/dts/nvidia/tegra186-p2771-0000.dts
new file mode 100644 (file)
index 0000000..0d3c099
--- /dev/null
@@ -0,0 +1,8 @@
+/dts-v1/;
+
+#include "tegra186-p3310.dtsi"
+
+/ {
+       model = "NVIDIA Tegra186 P2771-0000 Development Board";
+       compatible = "nvidia,p2771-0000", "nvidia,tegra186";
+};