ARM: DRA72x: clocks: Update the hwdata
Adding the prcm, dplls, control module hooks for DRA72x. Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com> Acked-by: Tom Rini <trini@ti.com>
This commit is contained in:
parent
8b0d1bbc7e
commit
4d6bf5542e
|
@ -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 ");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue