commit | 1fed82a33ac1c674d010edeac59f61858937cdae | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Apr 02 13:18:50 2012 +0000 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Tue May 15 08:31:37 2012 +0200 |
tree | 30b7c1e6fc2c319377369ba1eebf815fead3dcb3 | |
parent | 1bf6c770526acd4953d2c54d60b96ef4acd82d12 [diff] |
tegra: Add tegra_get_chip_type() to detect SKU 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>