diff options
author | Joseph Lo <josephl@nvidia.com> | 2016-07-05 05:04:31 -0400 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2016-11-21 04:43:42 -0500 |
commit | 99575bceebd60b572f0ccf9a900fdb970922ca49 (patch) | |
tree | bf7489c1bf98366d276b8561fc90d8c7fbf726ad | |
parent | 0dfde1332509e4f130da646f712757bc419fa1b7 (diff) |
arm64: tegra: Add NVIDIA P2771 board support
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>
-rw-r--r-- | arch/arm64/boot/dts/nvidia/Makefile | 1 | ||||
-rw-r--r-- | arch/arm64/boot/dts/nvidia/tegra186-p2771-0000.dts | 8 |
2 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/nvidia/Makefile b/arch/arm64/boot/dts/nvidia/Makefile index 0f7cdf3e05c1..18941458cb4d 100644 --- a/arch/arm64/boot/dts/nvidia/Makefile +++ b/arch/arm64/boot/dts/nvidia/Makefile | |||
@@ -3,6 +3,7 @@ dtb-$(CONFIG_ARCH_TEGRA_210_SOC) += tegra210-p2371-0000.dtb | |||
3 | dtb-$(CONFIG_ARCH_TEGRA_210_SOC) += tegra210-p2371-2180.dtb | 3 | dtb-$(CONFIG_ARCH_TEGRA_210_SOC) += tegra210-p2371-2180.dtb |
4 | dtb-$(CONFIG_ARCH_TEGRA_210_SOC) += tegra210-p2571.dtb | 4 | dtb-$(CONFIG_ARCH_TEGRA_210_SOC) += tegra210-p2571.dtb |
5 | dtb-$(CONFIG_ARCH_TEGRA_210_SOC) += tegra210-smaug.dtb | 5 | dtb-$(CONFIG_ARCH_TEGRA_210_SOC) += tegra210-smaug.dtb |
6 | dtb-$(CONFIG_ARCH_TEGRA_186_SOC) += tegra186-p2771-0000.dtb | ||
6 | 7 | ||
7 | always := $(dtb-y) | 8 | always := $(dtb-y) |
8 | clean-files := *.dtb | 9 | 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 index 000000000000..0d3c0996d832 --- /dev/null +++ b/arch/arm64/boot/dts/nvidia/tegra186-p2771-0000.dts | |||
@@ -0,0 +1,8 @@ | |||
1 | /dts-v1/; | ||
2 | |||
3 | #include "tegra186-p3310.dtsi" | ||
4 | |||
5 | / { | ||
6 | model = "NVIDIA Tegra186 P2771-0000 Development Board"; | ||
7 | compatible = "nvidia,p2771-0000", "nvidia,tegra186"; | ||
8 | }; | ||