summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/nvidia/Makefile
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2015-09-09 16:28:59 +0200
committerThierry Reding <treding@nvidia.com>2015-11-24 16:52:25 +0100
commit336f79c7b6d7d04f7dad0361b9f4c8995107c062 (patch)
treeb9c777acbd92f6f442d5092b07db2aede6779757 /arch/arm64/boot/dts/nvidia/Makefile
parent2e6340577675536efc4f6028fb326f13e95724eb (diff)
arm64: tegra: Add NVIDIA Jetson TX1 Developer Kit support
The Jetson TX1 Development Kit is the successor of the Jetson TK1. The Jetson TX1 is composed of the Jetson TX1 module (P2180) that connects to the P2597 I/O board. It comes with a 1200x1920 MIPI DSI panel connected via the P2597's display connector. Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'arch/arm64/boot/dts/nvidia/Makefile')
-rw-r--r--arch/arm64/boot/dts/nvidia/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/nvidia/Makefile b/arch/arm64/boot/dts/nvidia/Makefile
index c466c4d643a7..a7e865da1005 100644
--- a/arch/arm64/boot/dts/nvidia/Makefile
+++ b/arch/arm64/boot/dts/nvidia/Makefile
@@ -1,5 +1,6 @@
dtb-$(CONFIG_ARCH_TEGRA_132_SOC) += tegra132-norrin.dtb
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
always := $(dtb-y)