summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/arch-tegra2/ap20.h
Commit message (Collapse)AuthorAgeLines
* tegra: Add tegra_get_chip_type() to detect SKUSimon Glass2012-05-15-0/+7
| | | | | | | | | | We want to know which type of chip we are running on - the Tegra family has several SKUs. This can be determined by reading a fuse register, so add this function to ap20. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Tom Warren <twarren@nvidia.com>
* tegra: Move ap20.h header into arch locationSimon Glass2012-05-15-0/+102
We want to include this from board code, so move the header into an easily-accessible location. Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Warren <twarren@nvidia.com>