projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b0d1bb
)
ARM: DRA72x: clocks: Update the hwdata
author
Lokesh Vutla
<lokeshvutla@ti.com>
Thu, 15 May 2014 05:38:40 +0000
(11:08 +0530)
committer
Tom Rini
<trini@ti.com>
Fri, 23 May 2014 23:40:04 +0000
(19:40 -0400)
Adding the prcm, dplls, control module hooks for DRA72x.
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Acked-by: Tom Rini <trini@ti.com>
arch/arm/cpu/armv7/omap5/hw_data.c
patch
|
blob
|
history
diff --git
a/arch/arm/cpu/armv7/omap5/hw_data.c
b/arch/arm/cpu/armv7/omap5/hw_data.c
index 802b155f32e8689d0748fff4600f7cf7d4114d4b..1a6798d8b9b1f8cc4a128ce44588675d9d6e8bba 100644
(file)
--- a/
arch/arm/cpu/armv7/omap5/hw_data.c
+++ b/
arch/arm/cpu/armv7/omap5/hw_data.c
@@
-590,6
+590,13
@@
void hw_data_init(void)
*ctrl = &dra7xx_ctrl;
break;
+ case DRA722_ES1_0:
+ *prcm = &dra7xx_prcm;
+ *dplls_data = &dra7xx_dplls;
+ *omap_vcores = &dra722_volts;
+ *ctrl = &dra7xx_ctrl;
+ break;
+
default:
printf("\n INVALID OMAP REVISION ");
}