diff options
author | Stephen Warren <swarren@nvidia.com> | 2012-04-20 16:57:38 -0600 |
---|---|---|
committer | Stephen Warren <swarren@nvidia.com> | 2012-07-06 12:27:35 -0600 |
commit | c80efbae6a53d9702630fc5f96662f96a45ca56a (patch) | |
tree | 2cceecca06cc3865c86921134dc2f1341155e660 /arch/arm/mach-tegra/Makefile.boot | |
parent | 702b0e4f2f2782962aab7d9a0a40ad68770bb1f6 (diff) | |
download | blackbird-op-linux-c80efbae6a53d9702630fc5f96662f96a45ca56a.tar.gz blackbird-op-linux-c80efbae6a53d9702630fc5f96662f96a45ca56a.zip |
ARM: dt: tegra: add Whistler device tree file
Whistler is a highly configurable Tegra evaluation and development board.
This change adds support for the following specific configuration:
E1120 motherboard
E1108 CPU board
E1116 PMU board
The motherboard configuration switches are set as follows:
SW1=0 SW2=0 SW3=5
S1/S2/S3/S4 all on, except S3 7/8 are off.
Other combinations of daugher boards may work to varying degrees, but will
likely require some SW adjustment.
Signed-off-by: Stephen Warren <swarren@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 8040345bd971..435f00ca3c58 100644 --- a/arch/arm/mach-tegra/Makefile.boot +++ b/arch/arm/mach-tegra/Makefile.boot @@ -7,4 +7,5 @@ dtb-$(CONFIG_MACH_PAZ00) += tegra20-paz00.dtb dtb-$(CONFIG_MACH_SEABOARD) += tegra20-seaboard.dtb dtb-$(CONFIG_MACH_TRIMSLICE) += tegra20-trimslice.dtb dtb-$(CONFIG_MACH_VENTANA) += tegra20-ventana.dtb +dtb-$(CONFIG_ARCH_TEGRA_2x_SOC) += tegra20-whistler.dtb dtb-$(CONFIG_ARCH_TEGRA_3x_SOC) += tegra30-cardhu.dtb |