diff options
Diffstat (limited to 'arch/arm/cpu/armv7/omap5/hw_data.c')
| -rw-r--r-- | arch/arm/cpu/armv7/omap5/hw_data.c | 6 | 
1 files changed, 5 insertions, 1 deletions
| diff --git a/arch/arm/cpu/armv7/omap5/hw_data.c b/arch/arm/cpu/armv7/omap5/hw_data.c index faf5effd7..9b6b2dbe4 100644 --- a/arch/arm/cpu/armv7/omap5/hw_data.c +++ b/arch/arm/cpu/armv7/omap5/hw_data.c @@ -278,7 +278,7 @@ void enable_basic_clocks(void)  	};  	u32 const clk_modules_hw_auto_essential[] = { -		(*prcm)->cm_l3_2_gpmc_clkctrl, +		(*prcm)->cm_l3_gpmc_clkctrl,  		(*prcm)->cm_memif_emif_1_clkctrl,  		(*prcm)->cm_memif_emif_2_clkctrl,  		(*prcm)->cm_l4cfg_l4_cfg_clkctrl, @@ -503,6 +503,10 @@ void hw_data_init(void)  	*omap_vcores = &omap5430_volts_es2;  	break; +	case DRA752_ES1_0: +	*prcm = &dra7xx_prcm; +	break; +  	default:  		printf("\n INVALID OMAP REVISION ");  	} |