diff options
| -rw-r--r-- | arch/arm/mach-omap2/clock3xxx_data.c | 2 | ||||
| -rw-r--r-- | arch/arm/plat-omap/include/plat/cpu.h | 33 |
2 files changed, 1 insertions, 34 deletions
diff --git a/arch/arm/mach-omap2/clock3xxx_data.c b/arch/arm/mach-omap2/clock3xxx_data.c index 4e1a3b0e8cc8..1efdec236ae8 100644 --- a/arch/arm/mach-omap2/clock3xxx_data.c +++ b/arch/arm/mach-omap2/clock3xxx_data.c | |||
| @@ -3514,7 +3514,7 @@ int __init omap3xxx_clk_init(void) | |||
| 3514 | struct omap_clk *c; | 3514 | struct omap_clk *c; |
| 3515 | u32 cpu_clkflg = 0; | 3515 | u32 cpu_clkflg = 0; |
| 3516 | 3516 | ||
| 3517 | if (cpu_is_omap3517()) { | 3517 | if (soc_is_am35xx()) { |
| 3518 | cpu_mask = RATE_IN_34XX; | 3518 | cpu_mask = RATE_IN_34XX; |
| 3519 | cpu_clkflg = CK_AM35XX; | 3519 | cpu_clkflg = CK_AM35XX; |
| 3520 | } else if (cpu_is_omap3630()) { | 3520 | } else if (cpu_is_omap3630()) { |
diff --git a/arch/arm/plat-omap/include/plat/cpu.h b/arch/arm/plat-omap/include/plat/cpu.h index 297245dba66e..de6c0a08f461 100644 --- a/arch/arm/plat-omap/include/plat/cpu.h +++ b/arch/arm/plat-omap/include/plat/cpu.h | |||
| @@ -252,8 +252,6 @@ IS_AM_SUBCLASS(335x, 0x335) | |||
| 252 | * cpu_is_omap2423(): True for OMAP2423 | 252 | * cpu_is_omap2423(): True for OMAP2423 |
| 253 | * cpu_is_omap2430(): True for OMAP2430 | 253 | * cpu_is_omap2430(): True for OMAP2430 |
| 254 | * cpu_is_omap3430(): True for OMAP3430 | 254 | * cpu_is_omap3430(): True for OMAP3430 |
| 255 | * cpu_is_omap3505(): True for OMAP3505 | ||
| 256 | * cpu_is_omap3517(): True for OMAP3517 | ||
| 257 | */ | 255 | */ |
| 258 | #define GET_OMAP_TYPE ((omap_rev() >> 16) & 0xffff) | 256 | #define GET_OMAP_TYPE ((omap_rev() >> 16) & 0xffff) |
| 259 | 257 | ||
| @@ -277,8 +275,6 @@ IS_OMAP_TYPE(2422, 0x2422) | |||
| 277 | IS_OMAP_TYPE(2423, 0x2423) | 275 | IS_OMAP_TYPE(2423, 0x2423) |
| 278 | IS_OMAP_TYPE(2430, 0x2430) | 276 | IS_OMAP_TYPE(2430, 0x2430) |
| 279 | IS_OMAP_TYPE(3430, 0x3430) | 277 | IS_OMAP_TYPE(3430, 0x3430) |
| 280 | IS_OMAP_TYPE(3505, 0x3517) | ||
| 281 | IS_OMAP_TYPE(3517, 0x3517) | ||
| 282 | 278 | ||
| 283 | #define cpu_is_omap310() 0 | 279 | #define cpu_is_omap310() 0 |
| 284 | #define cpu_is_omap730() 0 | 280 | #define cpu_is_omap730() 0 |
| @@ -293,12 +289,6 @@ IS_OMAP_TYPE(3517, 0x3517) | |||
| 293 | #define cpu_is_omap2422() 0 | 289 | #define cpu_is_omap2422() 0 |
| 294 | #define cpu_is_omap2423() 0 | 290 | #define cpu_is_omap2423() 0 |
| 295 | #define cpu_is_omap2430() 0 | 291 | #define cpu_is_omap2430() 0 |
| 296 | #define cpu_is_omap3503() 0 | ||
| 297 | #define cpu_is_omap3515() 0 | ||
| 298 | #define cpu_is_omap3525() 0 | ||
| 299 | #define cpu_is_omap3530() 0 | ||
| 300 | #define cpu_is_omap3505() 0 | ||
| 301 | #define cpu_is_omap3517() 0 | ||
| 302 | #define cpu_is_omap3430() 0 | 292 | #define cpu_is_omap3430() 0 |
| 303 | #define cpu_is_omap3630() 0 | 293 | #define cpu_is_omap3630() 0 |
| 304 | 294 | ||
| @@ -350,12 +340,6 @@ IS_OMAP_TYPE(3517, 0x3517) | |||
| 350 | 340 | ||
| 351 | #if defined(CONFIG_ARCH_OMAP3) | 341 | #if defined(CONFIG_ARCH_OMAP3) |
| 352 | # undef cpu_is_omap3430 | 342 | # undef cpu_is_omap3430 |
| 353 | # undef cpu_is_omap3503 | ||
| 354 | # undef cpu_is_omap3515 | ||
| 355 | # undef cpu_is_omap3525 | ||
| 356 | # undef cpu_is_omap3530 | ||
| 357 | # undef cpu_is_omap3505 | ||
| 358 | # undef cpu_is_omap3517 | ||
| 359 | # undef cpu_is_ti81xx | 343 | # undef cpu_is_ti81xx |
| 360 | # undef cpu_is_ti816x | 344 | # undef cpu_is_ti816x |
| 361 | # undef cpu_is_ti814x | 345 | # undef cpu_is_ti814x |
| @@ -363,19 +347,6 @@ IS_OMAP_TYPE(3517, 0x3517) | |||
| 363 | # undef cpu_is_am33xx | 347 | # undef cpu_is_am33xx |
| 364 | # undef cpu_is_am335x | 348 | # undef cpu_is_am335x |
| 365 | # define cpu_is_omap3430() is_omap3430() | 349 | # define cpu_is_omap3430() is_omap3430() |
| 366 | # define cpu_is_omap3503() (cpu_is_omap3430() && \ | ||
| 367 | (!omap3_has_iva()) && \ | ||
| 368 | (!omap3_has_sgx())) | ||
| 369 | # define cpu_is_omap3515() (cpu_is_omap3430() && \ | ||
| 370 | (!omap3_has_iva()) && \ | ||
| 371 | (omap3_has_sgx())) | ||
| 372 | # define cpu_is_omap3525() (cpu_is_omap3430() && \ | ||
| 373 | (!omap3_has_sgx()) && \ | ||
| 374 | (omap3_has_iva())) | ||
| 375 | # define cpu_is_omap3530() (cpu_is_omap3430()) | ||
| 376 | # define cpu_is_omap3517() is_omap3517() | ||
| 377 | # define cpu_is_omap3505() (cpu_is_omap3517() && \ | ||
| 378 | !omap3_has_sgx()) | ||
| 379 | # undef cpu_is_omap3630 | 350 | # undef cpu_is_omap3630 |
| 380 | # define cpu_is_omap3630() is_omap363x() | 351 | # define cpu_is_omap3630() is_omap363x() |
| 381 | # define cpu_is_ti81xx() is_ti81xx() | 352 | # define cpu_is_ti81xx() is_ti81xx() |
| @@ -424,10 +395,6 @@ IS_OMAP_TYPE(3517, 0x3517) | |||
| 424 | #define OMAP3630_REV_ES1_1 (OMAP363X_CLASS | (0x1 << 8)) | 395 | #define OMAP3630_REV_ES1_1 (OMAP363X_CLASS | (0x1 << 8)) |
| 425 | #define OMAP3630_REV_ES1_2 (OMAP363X_CLASS | (0x2 << 8)) | 396 | #define OMAP3630_REV_ES1_2 (OMAP363X_CLASS | (0x2 << 8)) |
| 426 | 397 | ||
| 427 | #define OMAP3517_CLASS 0x35170034 | ||
| 428 | #define OMAP3517_REV_ES1_0 OMAP3517_CLASS | ||
| 429 | #define OMAP3517_REV_ES1_1 (OMAP3517_CLASS | (0x1 << 8)) | ||
| 430 | |||
| 431 | #define TI816X_CLASS 0x81600034 | 398 | #define TI816X_CLASS 0x81600034 |
| 432 | #define TI8168_REV_ES1_0 TI816X_CLASS | 399 | #define TI8168_REV_ES1_0 TI816X_CLASS |
| 433 | #define TI8168_REV_ES1_1 (TI816X_CLASS | (0x1 << 8)) | 400 | #define TI8168_REV_ES1_1 (TI816X_CLASS | (0x1 << 8)) |
