summaryrefslogtreecommitdiffstats
path: root/arch/arm/include
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-06-05 14:39:39 -0600
committerTom Warren <twarren@nvidia.com>2015-06-09 09:56:14 -0700
commit057772b7618321ef5a2d48318d2ded758015cc1a (patch)
tree7435477e87ecb977f16ed4de050c0dedc85ec450 /arch/arm/include
parent701b7b1d2cf657d435d2bd6caf43d0247d37220d (diff)
downloadtalos-obmc-uboot-057772b7618321ef5a2d48318d2ded758015cc1a.tar.gz
talos-obmc-uboot-057772b7618321ef5a2d48318d2ded758015cc1a.zip
tegra: Add missing tegra124 peripherals
There are some missing entries in the tables. Add them. Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'arch/arm/include')
-rw-r--r--arch/arm/include/asm/arch-tegra124/clock-tables.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/arch/arm/include/asm/arch-tegra124/clock-tables.h b/arch/arm/include/asm/arch-tegra124/clock-tables.h
index 7005855999..3c67e72afe 100644
--- a/arch/arm/include/asm/arch-tegra124/clock-tables.h
+++ b/arch/arm/include/asm/arch-tegra124/clock-tables.h
@@ -285,12 +285,12 @@ enum periph_id {
/* 184 */
PERIPH_ID_GPU,
PERIPH_ID_AMX1,
- PERIPH_ID_X_RESERVED26,
- PERIPH_ID_X_RESERVED27,
- PERIPH_ID_X_RESERVED28,
- PERIPH_ID_X_RESERVED29,
- PERIPH_ID_X_RESERVED30,
- PERIPH_ID_X_RESERVED31,
+ PERIPH_ID_AFC5,
+ PERIPH_ID_AFC4,
+ PERIPH_ID_AFC3,
+ PERIPH_ID_AFC2,
+ PERIPH_ID_AFC1,
+ PERIPH_ID_AFC0,
PERIPH_ID_COUNT,
PERIPH_ID_NONE = -1,
OpenPOWER on IntegriCloud