diff options
author | Nitin Kumbhar <nkumbhar@nvidia.com> | 2012-06-13 19:00:36 -0700 |
---|---|---|
committer | Simone Willett <swillett@nvidia.com> | 2012-08-03 17:57:28 -0700 |
commit | ff2c85532acf099a99a063b869c341bc113fc0ec (patch) | |
tree | bb29927ba6cda23c6f4cb5d99348668ad337a52d /arch/arm/mach-tegra/Makefile.boot | |
parent | ca43c179c512eb14e56c3eb11412344307948367 (diff) |
arm: tegra: whistler: dt: add dts file with minimal info
Add dts file to enable device tree support on whistler platform.
This currently adds only compatible info to dt.
Bug 1001225
Change-Id: I3023639e817529e6bb18ed5fa92b8c35c12d45b8
Signed-off-by: Nitin Kumbhar <nkumbhar@nvidia.com>
Reviewed-on: http://git-master/r/116606
GVS: Gerrit_Virtual_Submit
Reviewed-by: Stephen Warren <swarren@nvidia.com>
Reviewed-by: Dan Willemsen <dwillemsen@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/Makefile.boot')
-rw-r--r-- | arch/arm/mach-tegra/Makefile.boot | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/Makefile.boot b/arch/arm/mach-tegra/Makefile.boot index 929697be2629..4d8452977a5e 100644 --- a/arch/arm/mach-tegra/Makefile.boot +++ b/arch/arm/mach-tegra/Makefile.boot @@ -9,5 +9,6 @@ initrd_phys-$(CONFIG_ARCH_TEGRA_3x_SOC) := 0x80800000 dtb-$(CONFIG_MACH_HARMONY) += tegra-harmony.dtb dtb-$(CONFIG_MACH_SEABOARD) += tegra-seaboard.dtb dtb-$(CONFIG_MACH_VENTANA) += tegra-ventana.dtb +dtb-$(CONFIG_ARCH_TEGRA_2x_SOC) += tegra20-whistler.dtb dtb-$(CONFIG_MACH_CARDHU) += tegra-cardhu.dtb dtb-$(CONFIG_ARCH_TEGRA_3x_SOC) += tegra30-enterprise.dtb |