From: Lokesh Vutla Date: Thu, 15 May 2014 05:38:40 +0000 (+0530) Subject: ARM: DRA72x: clocks: Update the hwdata X-Git-Tag: v2014.07-rc2~2^2^2~12 X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=commitdiff_plain;h=4d6bf5542e93a9b503b077749f14c41b38a30e61 ARM: DRA72x: clocks: Update the hwdata Adding the prcm, dplls, control module hooks for DRA72x. Signed-off-by: Lokesh Vutla Acked-by: Tom Rini --- diff --git a/arch/arm/cpu/armv7/omap5/hw_data.c b/arch/arm/cpu/armv7/omap5/hw_data.c index 802b155f32..1a6798d8b9 100644 --- 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 "); }