diff options
| author | Taras Kondratiuk <taras@ti.com> | 2013-08-06 15:18:48 +0300 | 
|---|---|---|
| committer | Tom Rini <trini@ti.com> | 2013-08-28 11:44:58 -0400 | 
| commit | 696f81f9a97d352651e2ffe970dc1d643d70dd19 (patch) | |
| tree | 913749a2fcbd2671488a9a010299cf68f58efc6c /arch/arm/cpu/armv7/omap4/hwinit.c | |
| parent | 5b47f2d92ba02a5dc2b31a677fd8150ad3c68b6a (diff) | |
| download | olio-uboot-2014.01-696f81f9a97d352651e2ffe970dc1d643d70dd19.tar.xz olio-uboot-2014.01-696f81f9a97d352651e2ffe970dc1d643d70dd19.zip | |
ARM: OMAP4470: Add OMAP4470 identification
Signed-off-by: Taras Kondratiuk <taras@ti.com>
Diffstat (limited to 'arch/arm/cpu/armv7/omap4/hwinit.c')
| -rw-r--r-- | arch/arm/cpu/armv7/omap4/hwinit.c | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/arch/arm/cpu/armv7/omap4/hwinit.c b/arch/arm/cpu/armv7/omap4/hwinit.c index 4da0fc0ad..b0598a077 100644 --- a/arch/arm/cpu/armv7/omap4/hwinit.c +++ b/arch/arm/cpu/armv7/omap4/hwinit.c @@ -138,6 +138,9 @@ void init_omap_revision(void)  		break;  	case MIDR_CORTEX_A9_R2P10:  		switch (readl(CONTROL_ID_CODE)) { +		case OMAP4470_CONTROL_ID_CODE_ES1_0: +			*omap_si_rev = OMAP4470_ES1_0; +			break;  		case OMAP4460_CONTROL_ID_CODE_ES1_1:  			*omap_si_rev = OMAP4460_ES1_1;  			break; |