soc/tegra: Add Tegra210 support
authorThierry Reding <treding@nvidia.com>
Mon, 16 Nov 2015 06:15:55 +0000 (07:15 +0100)
committerThierry Reding <treding@nvidia.com>
Tue, 24 Nov 2015 15:47:24 +0000 (16:47 +0100)
commit9544595262f32f0e6dd6e0170e31ca8582c9cbb0
tree334c51bb732fb50828e02e6c5c419fa39a38713b
parent099a6644f5be438dd63c81ba942e7ffbb2c59099
soc/tegra: Add Tegra210 support

Also known as Tegra X1, the Tegra210 has four Cortex-A57 cores paired
with four Cortex-A53 cores in a switched configuration. It features a
GPU using the Maxwell architecture with support for DX11, SM4, OpenGL
4.5, OpenGL ES 3.1 and providing 256 CUDA cores. It supports hardware
accelerated en- and decoding of various video standards including
H.265, H.264 and VP8 at 4K resolutions and up to 60 fps.

Besides the multimedia features it also comes with a variety of I/O
controllers such as GPIO, I2C, SPI, SDHCI, PCIe, SATA and XHCI, to
name only a few.

Add a Kconfig option for Tegra210 to allow SoC-specific support to be
enabled for this new generation.

Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/soc/tegra/Kconfig