diff options
author | Mikko Perttunen <mperttunen@nvidia.com> | 2018-02-20 13:58:12 +0200 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2018-03-08 14:31:30 +0100 |
commit | b8656c673a6bc1563604beeab802169ec437a9ea (patch) | |
tree | dbaad15ffb77f9cde1d6fa1cea349a763ec052ee /arch/arm64/boot/dts/nvidia/Makefile | |
parent | 5425fb15d8ee645314bddb305b5663c4ebfb495c (diff) | |
download | lwn-b8656c673a6bc1563604beeab802169ec437a9ea.tar.gz lwn-b8656c673a6bc1563604beeab802169ec437a9ea.zip |
arm64: tegra: Add device tree for the Tegra194 P2972-0000 board
Add device tree files for the Tegra194 P2972-0000 development board.
The board consists of the P2888 compute module and the P2822 baseboard.
Signed-off-by: Mikko Perttunen <mperttunen@nvidia.com>
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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/nvidia/Makefile b/arch/arm64/boot/dts/nvidia/Makefile index 676aa2f238d1..7c13d7df484e 100644 --- a/arch/arm64/boot/dts/nvidia/Makefile +++ b/arch/arm64/boot/dts/nvidia/Makefile @@ -5,3 +5,4 @@ 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 +dtb-$(CONFIG_ARCH_TEGRA_194_SOC) += tegra194-p2972-0000.dtb |