]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
ARM: DRA72x: clocks: Update the hwdata
authorLokesh Vutla <lokeshvutla@ti.com>
Thu, 15 May 2014 05:38:40 +0000 (11:08 +0530)
committerTom 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

index 802b155f32e8689d0748fff4600f7cf7d4114d4b..1a6798d8b9b1f8cc4a128ce44588675d9d6e8bba 100644 (file)
@@ -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 ");
        }