summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/armv7/omap5/hw_data.c
diff options
context:
space:
mode:
authorRavi Babu <ravibabu@ti.com>2016-03-15 18:09:11 -0500
committerTom Rini <trini@konsulko.com>2016-03-27 09:12:12 -0400
commitd851ad3a661d58c6992a5b6e3ea6b8c27b225e04 (patch)
tree1480e19132de006543280d099b9c17f3488bdea3 /arch/arm/cpu/armv7/omap5/hw_data.c
parentbe8d324191f3cd2f4861629ccf69106d58aaa70f (diff)
downloadtalos-obmc-uboot-d851ad3a661d58c6992a5b6e3ea6b8c27b225e04.tar.gz
talos-obmc-uboot-d851ad3a661d58c6992a5b6e3ea6b8c27b225e04.zip
ARM: DRA72x: Add support for detection of SR2.0
Add support for detection of SR2.0 version of DRA72x family of processors. Signed-off-by: Ravi Babu <ravibabu@ti.com> Signed-off-by: Nishanth Menon <nm@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/arm/cpu/armv7/omap5/hw_data.c')
-rw-r--r--arch/arm/cpu/armv7/omap5/hw_data.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv7/omap5/hw_data.c b/arch/arm/cpu/armv7/omap5/hw_data.c
index 7f8c0a423b..93d1efbca1 100644
--- a/arch/arm/cpu/armv7/omap5/hw_data.c
+++ b/arch/arm/cpu/armv7/omap5/hw_data.c
@@ -775,6 +775,7 @@ void __weak hw_data_init(void)
break;
case DRA722_ES1_0:
+ case DRA722_ES2_0:
*prcm = &dra7xx_prcm;
*dplls_data = &dra72x_dplls;
*omap_vcores = &dra722_volts;
@@ -807,6 +808,7 @@ void get_ioregs(const struct ctrl_ioregs **regs)
*regs = &ioregs_dra7xx_es1;
break;
case DRA722_ES1_0:
+ case DRA722_ES2_0:
*regs = &ioregs_dra72x_es1;
break;
OpenPOWER on IntegriCloud