[U-Boot] [U-Boot PATCH 3/5] ARM: DRA72x: clocks: Update the hwdata

Lokesh Vutla lokeshvutla at ti.com
Thu May 15 07:38:40 CEST 2014


Adding the prcm, dplls, control module hooks for DRA72x.

Signed-off-by: Lokesh Vutla <lokeshvutla at ti.com>
Acked-by: Tom Rini <trini at ti.com>
---
 arch/arm/cpu/armv7/omap5/hw_data.c |    7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/arch/arm/cpu/armv7/omap5/hw_data.c b/arch/arm/cpu/armv7/omap5/hw_data.c
index 802b155..1a6798d 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 ");
 	}
-- 
1.7.9.5



More information about the U-Boot mailing list