diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-05-20 05:38:27 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-05-20 05:38:27 -0400 |
commit | c721be2807467819d16db4d61a4c5db539bcc1c7 (patch) | |
tree | ee166b44ad37480d3f05b6a0930bd69e16c6fbf9 /arch/arm | |
parent | 1e87347c2f6e124d73b4921c4580adad4ac534d6 (diff) | |
parent | 27ad4bf72a27c80c121b2349174e6b41b2e3afd8 (diff) |
Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6 into devel-stable
Diffstat (limited to 'arch/arm')
124 files changed, 1336 insertions, 3329 deletions
diff --git a/arch/arm/Makefile b/arch/arm/Makefile index c7d321a3d95d..2b390306a091 100644 --- a/arch/arm/Makefile +++ b/arch/arm/Makefile | |||
@@ -158,9 +158,8 @@ machine-$(CONFIG_ARCH_MV78XX0) := mv78xx0 | |||
158 | machine-$(CONFIG_ARCH_MX1) := imx | 158 | machine-$(CONFIG_ARCH_MX1) := imx |
159 | machine-$(CONFIG_ARCH_MX2) := imx | 159 | machine-$(CONFIG_ARCH_MX2) := imx |
160 | machine-$(CONFIG_ARCH_MX25) := imx | 160 | machine-$(CONFIG_ARCH_MX25) := imx |
161 | machine-$(CONFIG_ARCH_MX3) := mx3 | 161 | machine-$(CONFIG_ARCH_MX3) := imx |
162 | machine-$(CONFIG_ARCH_MX5) := mx5 | 162 | machine-$(CONFIG_ARCH_MX5) := mx5 |
163 | machine-$(CONFIG_ARCH_MXC91231) := mxc91231 | ||
164 | machine-$(CONFIG_ARCH_MXS) := mxs | 163 | machine-$(CONFIG_ARCH_MXS) := mxs |
165 | machine-$(CONFIG_ARCH_NETX) := netx | 164 | machine-$(CONFIG_ARCH_NETX) := netx |
166 | machine-$(CONFIG_ARCH_NOMADIK) := nomadik | 165 | machine-$(CONFIG_ARCH_NOMADIK) := nomadik |
diff --git a/arch/arm/configs/mx1_defconfig b/arch/arm/configs/mx1_defconfig index b39b5ced8a10..c9436d0bf593 100644 --- a/arch/arm/configs/mx1_defconfig +++ b/arch/arm/configs/mx1_defconfig | |||
@@ -15,6 +15,7 @@ CONFIG_ARCH_MXC=y | |||
15 | CONFIG_ARCH_MX1=y | 15 | CONFIG_ARCH_MX1=y |
16 | CONFIG_ARCH_MX1ADS=y | 16 | CONFIG_ARCH_MX1ADS=y |
17 | CONFIG_MACH_SCB9328=y | 17 | CONFIG_MACH_SCB9328=y |
18 | CONFIG_MACH_APF9328=y | ||
18 | CONFIG_MXC_IRQ_PRIOR=y | 19 | CONFIG_MXC_IRQ_PRIOR=y |
19 | CONFIG_NO_HZ=y | 20 | CONFIG_NO_HZ=y |
20 | CONFIG_HIGH_RES_TIMERS=y | 21 | CONFIG_HIGH_RES_TIMERS=y |
diff --git a/arch/arm/configs/mx51_defconfig b/arch/arm/configs/mx51_defconfig index e3c903281f70..0ace16cba9b5 100644 --- a/arch/arm/configs/mx51_defconfig +++ b/arch/arm/configs/mx51_defconfig | |||
@@ -13,7 +13,7 @@ CONFIG_MODULE_SRCVERSION_ALL=y | |||
13 | # CONFIG_LBDAF is not set | 13 | # CONFIG_LBDAF is not set |
14 | # CONFIG_BLK_DEV_BSG is not set | 14 | # CONFIG_BLK_DEV_BSG is not set |
15 | CONFIG_ARCH_MXC=y | 15 | CONFIG_ARCH_MXC=y |
16 | CONFIG_ARCH_MX5=y | 16 | CONFIG_ARCH_MX51=y |
17 | CONFIG_MACH_MX51_BABBAGE=y | 17 | CONFIG_MACH_MX51_BABBAGE=y |
18 | CONFIG_MACH_MX51_3DS=y | 18 | CONFIG_MACH_MX51_3DS=y |
19 | CONFIG_MACH_EUKREA_CPUIMX51=y | 19 | CONFIG_MACH_EUKREA_CPUIMX51=y |
diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig index 56b930a13443..59c97a331136 100644 --- a/arch/arm/mach-imx/Kconfig +++ b/arch/arm/mach-imx/Kconfig | |||
@@ -1,5 +1,15 @@ | |||
1 | config IMX_HAVE_DMA_V1 | 1 | config IMX_HAVE_DMA_V1 |
2 | bool | 2 | bool |
3 | # | ||
4 | # ARCH_MX31 and ARCH_MX35 are left for compatibility | ||
5 | # Some usages assume that having one of them implies not having (e.g.) ARCH_MX2. | ||
6 | # To easily distinguish good and reviewed from unreviewed usages new (and IMHO | ||
7 | # more sensible) names are used: SOC_IMX31 and SOC_IMX35 | ||
8 | config ARCH_MX31 | ||
9 | bool | ||
10 | |||
11 | config ARCH_MX35 | ||
12 | bool | ||
3 | 13 | ||
4 | config SOC_IMX1 | 14 | config SOC_IMX1 |
5 | bool | 15 | bool |
@@ -31,6 +41,24 @@ config SOC_IMX27 | |||
31 | select IMX_HAVE_IOMUX_V1 | 41 | select IMX_HAVE_IOMUX_V1 |
32 | select MXC_AVIC | 42 | select MXC_AVIC |
33 | 43 | ||
44 | config SOC_IMX31 | ||
45 | bool | ||
46 | select CPU_V6 | ||
47 | select IMX_HAVE_PLATFORM_MXC_RNGA | ||
48 | select ARCH_MXC_AUDMUX_V2 | ||
49 | select ARCH_MX31 | ||
50 | select MXC_AVIC | ||
51 | |||
52 | config SOC_IMX35 | ||
53 | bool | ||
54 | select CPU_V6 | ||
55 | select ARCH_MXC_IOMUX_V3 | ||
56 | select ARCH_MXC_AUDMUX_V2 | ||
57 | select HAVE_EPIT | ||
58 | select ARCH_MX35 | ||
59 | select MXC_AVIC | ||
60 | |||
61 | |||
34 | if ARCH_MX1 | 62 | if ARCH_MX1 |
35 | 63 | ||
36 | comment "MX1 platforms:" | 64 | comment "MX1 platforms:" |
@@ -40,6 +68,7 @@ config MACH_MXLADS | |||
40 | config ARCH_MX1ADS | 68 | config ARCH_MX1ADS |
41 | bool "MX1ADS platform" | 69 | bool "MX1ADS platform" |
42 | select MACH_MXLADS | 70 | select MACH_MXLADS |
71 | select SOC_IMX1 | ||
43 | select IMX_HAVE_PLATFORM_IMX_I2C | 72 | select IMX_HAVE_PLATFORM_IMX_I2C |
44 | select IMX_HAVE_PLATFORM_IMX_UART | 73 | select IMX_HAVE_PLATFORM_IMX_UART |
45 | help | 74 | help |
@@ -51,6 +80,13 @@ config MACH_SCB9328 | |||
51 | help | 80 | help |
52 | Say Y here if you are using a Synertronixx scb9328 board | 81 | Say Y here if you are using a Synertronixx scb9328 board |
53 | 82 | ||
83 | config MACH_APF9328 | ||
84 | bool "APF9328" | ||
85 | select SOC_IMX1 | ||
86 | select IMX_HAVE_PLATFORM_IMX_UART | ||
87 | help | ||
88 | Say Yes here if you are using the Armadeus APF9328 development board | ||
89 | |||
54 | endif | 90 | endif |
55 | 91 | ||
56 | if ARCH_MX2 | 92 | if ARCH_MX2 |
@@ -129,6 +165,7 @@ choice | |||
129 | 165 | ||
130 | config MACH_EUKREA_MBIMXSD25_BASEBOARD | 166 | config MACH_EUKREA_MBIMXSD25_BASEBOARD |
131 | bool "Eukrea MBIMXSD development board" | 167 | bool "Eukrea MBIMXSD development board" |
168 | select IMX_HAVE_PLATFORM_GPIO_KEYS | ||
132 | select IMX_HAVE_PLATFORM_IMX_SSI | 169 | select IMX_HAVE_PLATFORM_IMX_SSI |
133 | help | 170 | help |
134 | This adds board specific devices that can be found on Eukrea's | 171 | This adds board specific devices that can be found on Eukrea's |
@@ -254,6 +291,7 @@ config MACH_MX27_3DS | |||
254 | config MACH_IMX27_VISSTRIM_M10 | 291 | config MACH_IMX27_VISSTRIM_M10 |
255 | bool "Vista Silicon i.MX27 Visstrim_m10" | 292 | bool "Vista Silicon i.MX27 Visstrim_m10" |
256 | select SOC_IMX27 | 293 | select SOC_IMX27 |
294 | select IMX_HAVE_PLATFORM_GPIO_KEYS | ||
257 | select IMX_HAVE_PLATFORM_IMX_I2C | 295 | select IMX_HAVE_PLATFORM_IMX_I2C |
258 | select IMX_HAVE_PLATFORM_IMX_SSI | 296 | select IMX_HAVE_PLATFORM_IMX_SSI |
259 | select IMX_HAVE_PLATFORM_IMX_UART | 297 | select IMX_HAVE_PLATFORM_IMX_UART |
@@ -314,3 +352,251 @@ config MACH_IMX27IPCAM | |||
314 | configurations for the board and its peripherals. | 352 | configurations for the board and its peripherals. |
315 | 353 | ||
316 | endif | 354 | endif |
355 | |||
356 | if ARCH_MX3 | ||
357 | |||
358 | comment "MX31 platforms:" | ||
359 | |||
360 | config MACH_MX31ADS | ||
361 | bool "Support MX31ADS platforms" | ||
362 | select SOC_IMX31 | ||
363 | select IMX_HAVE_PLATFORM_IMX_I2C | ||
364 | select IMX_HAVE_PLATFORM_IMX_SSI | ||
365 | select IMX_HAVE_PLATFORM_IMX_UART | ||
366 | default y | ||
367 | help | ||
368 | Include support for MX31ADS platform. This includes specific | ||
369 | configurations for the board and its peripherals. | ||
370 | |||
371 | config MACH_MX31ADS_WM1133_EV1 | ||
372 | bool "Support Wolfson Microelectronics 1133-EV1 module" | ||
373 | depends on MACH_MX31ADS | ||
374 | depends on MFD_WM8350_I2C | ||
375 | depends on REGULATOR_WM8350 | ||
376 | select MFD_WM8350_CONFIG_MODE_0 | ||
377 | select MFD_WM8352_CONFIG_MODE_0 | ||
378 | help | ||
379 | Include support for the Wolfson Microelectronics 1133-EV1 PMU | ||
380 | and audio module for the MX31ADS platform. | ||
381 | |||
382 | config MACH_MX31LILLY | ||
383 | bool "Support MX31 LILLY-1131 platforms (INCO startec)" | ||
384 | select SOC_IMX31 | ||
385 | select IMX_HAVE_PLATFORM_IMX_UART | ||
386 | select IMX_HAVE_PLATFORM_IPU_CORE | ||
387 | select IMX_HAVE_PLATFORM_MXC_EHCI | ||
388 | select IMX_HAVE_PLATFORM_MXC_MMC | ||
389 | select IMX_HAVE_PLATFORM_SPI_IMX | ||
390 | select MXC_ULPI if USB_ULPI | ||
391 | help | ||
392 | Include support for mx31 based LILLY1131 modules. This includes | ||
393 | specific configurations for the board and its peripherals. | ||
394 | |||
395 | config MACH_MX31LITE | ||
396 | bool "Support MX31 LITEKIT (LogicPD)" | ||
397 | select SOC_IMX31 | ||
398 | select MXC_ULPI if USB_ULPI | ||
399 | select IMX_HAVE_PLATFORM_IMX2_WDT | ||
400 | select IMX_HAVE_PLATFORM_IMX_UART | ||
401 | select IMX_HAVE_PLATFORM_MXC_EHCI | ||
402 | select IMX_HAVE_PLATFORM_MXC_MMC | ||
403 | select IMX_HAVE_PLATFORM_MXC_NAND | ||
404 | select IMX_HAVE_PLATFORM_MXC_RTC | ||
405 | select IMX_HAVE_PLATFORM_SPI_IMX | ||
406 | help | ||
407 | Include support for MX31 LITEKIT platform. This includes specific | ||
408 | configurations for the board and its peripherals. | ||
409 | |||
410 | config MACH_PCM037 | ||
411 | bool "Support Phytec pcm037 (i.MX31) platforms" | ||
412 | select SOC_IMX31 | ||
413 | select IMX_HAVE_PLATFORM_FSL_USB2_UDC | ||
414 | select IMX_HAVE_PLATFORM_IMX2_WDT | ||
415 | select IMX_HAVE_PLATFORM_IMX_I2C | ||
416 | select IMX_HAVE_PLATFORM_IMX_UART | ||
417 | select IMX_HAVE_PLATFORM_IPU_CORE | ||
418 | select IMX_HAVE_PLATFORM_MXC_EHCI | ||
419 | select IMX_HAVE_PLATFORM_MXC_MMC | ||
420 | select IMX_HAVE_PLATFORM_MXC_NAND | ||
421 | select IMX_HAVE_PLATFORM_MXC_W1 | ||
422 | select MXC_ULPI if USB_ULPI | ||
423 | help | ||
424 | Include support for Phytec pcm037 platform. This includes | ||
425 | specific configurations for the board and its peripherals. | ||
426 | |||
427 | config MACH_PCM037_EET | ||
428 | bool "Support pcm037 EET board extensions" | ||
429 | depends on MACH_PCM037 | ||
430 | select IMX_HAVE_PLATFORM_GPIO_KEYS | ||
431 | select IMX_HAVE_PLATFORM_SPI_IMX | ||
432 | help | ||
433 | Add support for PCM037 EET baseboard extensions. If you are using the | ||
434 | OLED display with EET, use "video=mx3fb:CMEL-OLED" kernel | ||
435 | command-line parameter. | ||
436 | |||
437 | config MACH_MX31_3DS | ||
438 | bool "Support MX31PDK (3DS)" | ||
439 | select SOC_IMX31 | ||
440 | select MXC_DEBUG_BOARD | ||
441 | select IMX_HAVE_PLATFORM_FSL_USB2_UDC | ||
442 | select IMX_HAVE_PLATFORM_IMX2_WDT | ||
443 | select IMX_HAVE_PLATFORM_IMX_I2C | ||
444 | select IMX_HAVE_PLATFORM_IMX_KEYPAD | ||
445 | select IMX_HAVE_PLATFORM_IMX_UART | ||
446 | select IMX_HAVE_PLATFORM_IPU_CORE | ||
447 | select IMX_HAVE_PLATFORM_MXC_EHCI | ||
448 | select IMX_HAVE_PLATFORM_MXC_NAND | ||
449 | select IMX_HAVE_PLATFORM_SPI_IMX | ||
450 | select MXC_ULPI if USB_ULPI | ||
451 | help | ||
452 | Include support for MX31PDK (3DS) platform. This includes specific | ||
453 | configurations for the board and its peripherals. | ||
454 | |||
455 | config MACH_MX31_3DS_MXC_NAND_USE_BBT | ||
456 | bool "Make the MXC NAND driver use the in flash Bad Block Table" | ||
457 | depends on MACH_MX31_3DS | ||
458 | depends on MTD_NAND_MXC | ||
459 | help | ||
460 | Enable this if you want that the MXC NAND driver uses the in flash | ||
461 | Bad Block Table to know what blocks are bad instead of scanning the | ||
462 | entire flash looking for bad block markers. | ||
463 | |||
464 | config MACH_MX31MOBOARD | ||
465 | bool "Support mx31moboard platforms (EPFL Mobots group)" | ||
466 | select SOC_IMX31 | ||
467 | select IMX_HAVE_PLATFORM_FSL_USB2_UDC | ||
468 | select IMX_HAVE_PLATFORM_IMX_I2C | ||
469 | select IMX_HAVE_PLATFORM_IMX_UART | ||
470 | select IMX_HAVE_PLATFORM_IPU_CORE | ||
471 | select IMX_HAVE_PLATFORM_MXC_EHCI | ||
472 | select IMX_HAVE_PLATFORM_MXC_MMC | ||
473 | select IMX_HAVE_PLATFORM_SPI_IMX | ||
474 | select MXC_ULPI if USB_ULPI | ||
475 | help | ||
476 | Include support for mx31moboard platform. This includes specific | ||
477 | configurations for the board and its peripherals. | ||
478 | |||
479 | config MACH_QONG | ||
480 | bool "Support Dave/DENX QongEVB-LITE platform" | ||
481 | select SOC_IMX31 | ||
482 | select IMX_HAVE_PLATFORM_IMX_UART | ||
483 | help | ||
484 | Include support for Dave/DENX QongEVB-LITE platform. This includes | ||
485 | specific configurations for the board and its peripherals. | ||
486 | |||
487 | config MACH_ARMADILLO5X0 | ||
488 | bool "Support Atmark Armadillo-500 Development Base Board" | ||
489 | select SOC_IMX31 | ||
490 | select IMX_HAVE_PLATFORM_GPIO_KEYS | ||
491 | select IMX_HAVE_PLATFORM_IMX_I2C | ||
492 | select IMX_HAVE_PLATFORM_IMX_UART | ||
493 | select IMX_HAVE_PLATFORM_IPU_CORE | ||
494 | select IMX_HAVE_PLATFORM_MXC_EHCI | ||
495 | select IMX_HAVE_PLATFORM_MXC_MMC | ||
496 | select IMX_HAVE_PLATFORM_MXC_NAND | ||
497 | select MXC_ULPI if USB_ULPI | ||
498 | help | ||
499 | Include support for Atmark Armadillo-500 platform. This includes | ||
500 | specific configurations for the board and its peripherals. | ||
501 | |||
502 | config MACH_KZM_ARM11_01 | ||
503 | bool "Support KZM-ARM11-01(Kyoto Microcomputer)" | ||
504 | select SOC_IMX31 | ||
505 | select IMX_HAVE_PLATFORM_IMX_UART | ||
506 | help | ||
507 | Include support for KZM-ARM11-01. This includes specific | ||
508 | configurations for the board and its peripherals. | ||
509 | |||
510 | config MACH_BUG | ||
511 | bool "Support Buglabs BUGBase platform" | ||
512 | select SOC_IMX31 | ||
513 | select IMX_HAVE_PLATFORM_IMX_UART | ||
514 | default y | ||
515 | help | ||
516 | Include support for BUGBase 1.3 platform. This includes specific | ||
517 | configurations for the board and its peripherals. | ||
518 | |||
519 | comment "MX35 platforms:" | ||
520 | |||
521 | config MACH_PCM043 | ||
522 | bool "Support Phytec pcm043 (i.MX35) platforms" | ||
523 | select SOC_IMX35 | ||
524 | select IMX_HAVE_PLATFORM_FLEXCAN | ||
525 | select IMX_HAVE_PLATFORM_FSL_USB2_UDC | ||
526 | select IMX_HAVE_PLATFORM_IMX2_WDT | ||
527 | select IMX_HAVE_PLATFORM_IMX_I2C | ||
528 | select IMX_HAVE_PLATFORM_IMX_SSI | ||
529 | select IMX_HAVE_PLATFORM_IMX_UART | ||
530 | select IMX_HAVE_PLATFORM_IPU_CORE | ||
531 | select IMX_HAVE_PLATFORM_MXC_EHCI | ||
532 | select IMX_HAVE_PLATFORM_MXC_NAND | ||
533 | select IMX_HAVE_PLATFORM_SDHCI_ESDHC_IMX | ||
534 | select MXC_ULPI if USB_ULPI | ||
535 | help | ||
536 | Include support for Phytec pcm043 platform. This includes | ||
537 | specific configurations for the board and its peripherals. | ||
538 | |||
539 | config MACH_MX35_3DS | ||
540 | bool "Support MX35PDK platform" | ||
541 | select SOC_IMX35 | ||
542 | select MXC_DEBUG_BOARD | ||
543 | select IMX_HAVE_PLATFORM_FSL_USB2_UDC | ||
544 | select IMX_HAVE_PLATFORM_IMX2_WDT | ||
545 | select IMX_HAVE_PLATFORM_IMX_I2C | ||
546 | select IMX_HAVE_PLATFORM_IMX_UART | ||
547 | select IMX_HAVE_PLATFORM_MXC_EHCI | ||
548 | select IMX_HAVE_PLATFORM_MXC_NAND | ||
549 | select IMX_HAVE_PLATFORM_SDHCI_ESDHC_IMX | ||
550 | help | ||
551 | Include support for MX35PDK platform. This includes specific | ||
552 | configurations for the board and its peripherals. | ||
553 | |||
554 | config MACH_EUKREA_CPUIMX35 | ||
555 | bool "Support Eukrea CPUIMX35 Platform" | ||
556 | select SOC_IMX35 | ||
557 | select IMX_HAVE_PLATFORM_FLEXCAN | ||
558 | select IMX_HAVE_PLATFORM_FSL_USB2_UDC | ||
559 | select IMX_HAVE_PLATFORM_IMX2_WDT | ||
560 | select IMX_HAVE_PLATFORM_IMX_I2C | ||
561 | select IMX_HAVE_PLATFORM_IMX_UART | ||
562 | select IMX_HAVE_PLATFORM_MXC_EHCI | ||
563 | select IMX_HAVE_PLATFORM_MXC_NAND | ||
564 | select IMX_HAVE_PLATFORM_SDHCI_ESDHC_IMX | ||
565 | select MXC_ULPI if USB_ULPI | ||
566 | help | ||
567 | Include support for Eukrea CPUIMX35 platform. This includes | ||
568 | specific configurations for the board and its peripherals. | ||
569 | |||
570 | choice | ||
571 | prompt "Baseboard" | ||
572 | depends on MACH_EUKREA_CPUIMX35 | ||
573 | default MACH_EUKREA_MBIMXSD35_BASEBOARD | ||
574 | |||
575 | config MACH_EUKREA_MBIMXSD35_BASEBOARD | ||
576 | bool "Eukrea MBIMXSD development board" | ||
577 | select IMX_HAVE_PLATFORM_GPIO_KEYS | ||
578 | select IMX_HAVE_PLATFORM_IMX_SSI | ||
579 | select IMX_HAVE_PLATFORM_IPU_CORE | ||
580 | help | ||
581 | This adds board specific devices that can be found on Eukrea's | ||
582 | MBIMXSD evaluation board. | ||
583 | |||
584 | endchoice | ||
585 | |||
586 | config MACH_VPR200 | ||
587 | bool "Support VPR200 platform" | ||
588 | select SOC_IMX35 | ||
589 | select IMX_HAVE_PLATFORM_FSL_USB2_UDC | ||
590 | select IMX_HAVE_PLATFORM_GPIO_KEYS | ||
591 | select IMX_HAVE_PLATFORM_IMX2_WDT | ||
592 | select IMX_HAVE_PLATFORM_IMX_UART | ||
593 | select IMX_HAVE_PLATFORM_IMX_I2C | ||
594 | select IMX_HAVE_PLATFORM_IPU_CORE | ||
595 | select IMX_HAVE_PLATFORM_MXC_EHCI | ||
596 | select IMX_HAVE_PLATFORM_MXC_NAND | ||
597 | select IMX_HAVE_PLATFORM_SDHCI_ESDHC_IMX | ||
598 | help | ||
599 | Include support for VPR200 platform. This includes specific | ||
600 | configurations for the board and its peripherals. | ||
601 | |||
602 | endif | ||
diff --git a/arch/arm/mach-imx/Makefile b/arch/arm/mach-imx/Makefile index b85794d27991..e9eb36dad888 100644 --- a/arch/arm/mach-imx/Makefile +++ b/arch/arm/mach-imx/Makefile | |||
@@ -1,9 +1,3 @@ | |||
1 | # | ||
2 | # Makefile for the linux kernel. | ||
3 | # | ||
4 | |||
5 | # Object file lists. | ||
6 | |||
7 | obj-$(CONFIG_IMX_HAVE_DMA_V1) += dma-v1.o | 1 | obj-$(CONFIG_IMX_HAVE_DMA_V1) += dma-v1.o |
8 | 2 | ||
9 | obj-$(CONFIG_ARCH_MX1) += clock-imx1.o mm-imx1.o | 3 | obj-$(CONFIG_ARCH_MX1) += clock-imx1.o mm-imx1.o |
@@ -14,18 +8,27 @@ obj-$(CONFIG_ARCH_MX25) += clock-imx25.o mm-imx25.o ehci-imx25.o | |||
14 | obj-$(CONFIG_MACH_MX27) += cpu-imx27.o pm-imx27.o | 8 | obj-$(CONFIG_MACH_MX27) += cpu-imx27.o pm-imx27.o |
15 | obj-$(CONFIG_MACH_MX27) += clock-imx27.o mm-imx27.o ehci-imx27.o | 9 | obj-$(CONFIG_MACH_MX27) += clock-imx27.o mm-imx27.o ehci-imx27.o |
16 | 10 | ||
11 | obj-$(CONFIG_SOC_IMX31) += mm-imx31.o cpu-imx31.o clock-imx31.o iomux-imx31.o ehci-imx31.o | ||
12 | obj-$(CONFIG_SOC_IMX35) += mm-imx35.o cpu-imx35.o clock-imx35.o ehci-imx35.o | ||
13 | obj-$(CONFIG_CACHE_L2X0) += cache-l2x0.o | ||
14 | |||
17 | # Support for CMOS sensor interface | 15 | # Support for CMOS sensor interface |
18 | obj-$(CONFIG_MX1_VIDEO) += mx1-camera-fiq.o mx1-camera-fiq-ksym.o | 16 | obj-$(CONFIG_MX1_VIDEO) += mx1-camera-fiq.o mx1-camera-fiq-ksym.o |
19 | 17 | ||
18 | # i.MX1 based machines | ||
20 | obj-$(CONFIG_ARCH_MX1ADS) += mach-mx1ads.o | 19 | obj-$(CONFIG_ARCH_MX1ADS) += mach-mx1ads.o |
21 | obj-$(CONFIG_MACH_SCB9328) += mach-scb9328.o | 20 | obj-$(CONFIG_MACH_SCB9328) += mach-scb9328.o |
21 | obj-$(CONFIG_MACH_APF9328) += mach-apf9328.o | ||
22 | 22 | ||
23 | # i.MX21 based machines | ||
23 | obj-$(CONFIG_MACH_MX21ADS) += mach-mx21ads.o | 24 | obj-$(CONFIG_MACH_MX21ADS) += mach-mx21ads.o |
24 | 25 | ||
26 | # i.MX25 based machines | ||
25 | obj-$(CONFIG_MACH_MX25_3DS) += mach-mx25_3ds.o | 27 | obj-$(CONFIG_MACH_MX25_3DS) += mach-mx25_3ds.o |
26 | obj-$(CONFIG_MACH_EUKREA_CPUIMX25) += mach-eukrea_cpuimx25.o | 28 | obj-$(CONFIG_MACH_EUKREA_CPUIMX25) += mach-eukrea_cpuimx25.o |
27 | obj-$(CONFIG_MACH_EUKREA_MBIMXSD25_BASEBOARD) += eukrea_mbimxsd25-baseboard.o | 29 | obj-$(CONFIG_MACH_EUKREA_MBIMXSD25_BASEBOARD) += eukrea_mbimxsd25-baseboard.o |
28 | 30 | ||
31 | # i.MX27 based machines | ||
29 | obj-$(CONFIG_MACH_MX27ADS) += mach-mx27ads.o | 32 | obj-$(CONFIG_MACH_MX27ADS) += mach-mx27ads.o |
30 | obj-$(CONFIG_MACH_PCM038) += mach-pcm038.o | 33 | obj-$(CONFIG_MACH_PCM038) += mach-pcm038.o |
31 | obj-$(CONFIG_MACH_PCM970_BASEBOARD) += pcm970-baseboard.o | 34 | obj-$(CONFIG_MACH_PCM970_BASEBOARD) += pcm970-baseboard.o |
@@ -37,3 +40,24 @@ obj-$(CONFIG_MACH_EUKREA_MBIMX27_BASEBOARD) += eukrea_mbimx27-baseboard.o | |||
37 | obj-$(CONFIG_MACH_PCA100) += mach-pca100.o | 40 | obj-$(CONFIG_MACH_PCA100) += mach-pca100.o |
38 | obj-$(CONFIG_MACH_MXT_TD60) += mach-mxt_td60.o | 41 | obj-$(CONFIG_MACH_MXT_TD60) += mach-mxt_td60.o |
39 | obj-$(CONFIG_MACH_IMX27IPCAM) += mach-imx27ipcam.o | 42 | obj-$(CONFIG_MACH_IMX27IPCAM) += mach-imx27ipcam.o |
43 | |||
44 | # i.MX31 based machines | ||
45 | obj-$(CONFIG_MACH_MX31ADS) += mach-mx31ads.o | ||
46 | obj-$(CONFIG_MACH_MX31LILLY) += mach-mx31lilly.o mx31lilly-db.o | ||
47 | obj-$(CONFIG_MACH_MX31LITE) += mach-mx31lite.o mx31lite-db.o | ||
48 | obj-$(CONFIG_MACH_PCM037) += mach-pcm037.o | ||
49 | obj-$(CONFIG_MACH_PCM037_EET) += mach-pcm037_eet.o | ||
50 | obj-$(CONFIG_MACH_MX31_3DS) += mach-mx31_3ds.o | ||
51 | obj-$(CONFIG_MACH_MX31MOBOARD) += mach-mx31moboard.o mx31moboard-devboard.o \ | ||
52 | mx31moboard-marxbot.o mx31moboard-smartbot.o | ||
53 | obj-$(CONFIG_MACH_QONG) += mach-qong.o | ||
54 | obj-$(CONFIG_MACH_ARMADILLO5X0) += mach-armadillo5x0.o | ||
55 | obj-$(CONFIG_MACH_KZM_ARM11_01) += mach-kzm_arm11_01.o | ||
56 | obj-$(CONFIG_MACH_BUG) += mach-bug.o | ||
57 | |||
58 | # i.MX35 based machines | ||
59 | obj-$(CONFIG_MACH_PCM043) += mach-pcm043.o | ||
60 | obj-$(CONFIG_MACH_MX35_3DS) += mach-mx35_3ds.o | ||
61 | obj-$(CONFIG_MACH_EUKREA_CPUIMX35) += mach-cpuimx35.o | ||
62 | obj-$(CONFIG_MACH_EUKREA_MBIMXSD35_BASEBOARD) += eukrea_mbimxsd35-baseboard.o | ||
63 | obj-$(CONFIG_MACH_VPR200) += mach-vpr200.o | ||
diff --git a/arch/arm/mach-imx/Makefile.boot b/arch/arm/mach-imx/Makefile.boot index 3953d60bff0b..ebee18b3884c 100644 --- a/arch/arm/mach-imx/Makefile.boot +++ b/arch/arm/mach-imx/Makefile.boot | |||
@@ -13,3 +13,7 @@ initrd_phys-$(CONFIG_ARCH_MX25) := 0x80800000 | |||
13 | zreladdr-$(CONFIG_MACH_MX27) := 0xA0008000 | 13 | zreladdr-$(CONFIG_MACH_MX27) := 0xA0008000 |
14 | params_phys-$(CONFIG_MACH_MX27) := 0xA0000100 | 14 | params_phys-$(CONFIG_MACH_MX27) := 0xA0000100 |
15 | initrd_phys-$(CONFIG_MACH_MX27) := 0xA0800000 | 15 | initrd_phys-$(CONFIG_MACH_MX27) := 0xA0800000 |
16 | |||
17 | zreladdr-$(CONFIG_ARCH_MX3) := 0x80008000 | ||
18 | params_phys-$(CONFIG_ARCH_MX3) := 0x80000100 | ||
19 | initrd_phys-$(CONFIG_ARCH_MX3) := 0x80800000 | ||
diff --git a/arch/arm/mach-imx/cache-l2x0.c b/arch/arm/mach-imx/cache-l2x0.c new file mode 100644 index 000000000000..69d1322add3c --- /dev/null +++ b/arch/arm/mach-imx/cache-l2x0.c | |||
@@ -0,0 +1,56 @@ | |||
1 | /* | ||
2 | * Copyright (C) 2009-2010 Pengutronix | ||
3 | * Sascha Hauer <s.hauer@pengutronix.de> | ||
4 | * Juergen Beisert <j.beisert@pengutronix.de> | ||
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it under | ||
7 | * the terms of the GNU General Public License version 2 as published by the | ||
8 | * Free Software Foundation. | ||
9 | */ | ||
10 | |||
11 | #include <linux/init.h> | ||
12 | #include <linux/err.h> | ||
13 | #include <linux/kernel.h> | ||
14 | |||
15 | #include <asm/hardware/cache-l2x0.h> | ||
16 | |||
17 | #include <mach/hardware.h> | ||
18 | |||
19 | static int mxc_init_l2x0(void) | ||
20 | { | ||
21 | void __iomem *l2x0_base; | ||
22 | void __iomem *clkctl_base; | ||
23 | |||
24 | if (!cpu_is_mx31() && !cpu_is_mx35()) | ||
25 | return 0; | ||
26 | |||
27 | /* | ||
28 | * First of all, we must repair broken chip settings. There are some | ||
29 | * i.MX35 CPUs in the wild, comming with bogus L2 cache settings. These | ||
30 | * misconfigured CPUs will run amok immediately when the L2 cache gets enabled. | ||
31 | * Workaraound is to setup the correct register setting prior enabling the | ||
32 | * L2 cache. This should not hurt already working CPUs, as they are using the | ||
33 | * same value. | ||
34 | */ | ||
35 | #define L2_MEM_VAL 0x10 | ||
36 | |||
37 | clkctl_base = ioremap(MX35_CLKCTL_BASE_ADDR, 4096); | ||
38 | if (clkctl_base != NULL) { | ||
39 | writel(0x00000515, clkctl_base + L2_MEM_VAL); | ||
40 | iounmap(clkctl_base); | ||
41 | } else { | ||
42 | pr_err("L2 cache: Cannot fix timing. Trying to continue without\n"); | ||
43 | } | ||
44 | |||
45 | l2x0_base = ioremap(MX3x_L2CC_BASE_ADDR, 4096); | ||
46 | if (IS_ERR(l2x0_base)) { | ||
47 | printk(KERN_ERR "remapping L2 cache area failed with %ld\n", | ||
48 | PTR_ERR(l2x0_base)); | ||
49 | return 0; | ||
50 | } | ||
51 | |||
52 | l2x0_init(l2x0_base, 0x00030024, 0x00000000); | ||
53 | |||
54 | return 0; | ||
55 | } | ||
56 | arch_initcall(mxc_init_l2x0); | ||
diff --git a/arch/arm/mach-mx3/clock-imx31.c b/arch/arm/mach-imx/clock-imx31.c index d423cac8cab7..25f343fca2b9 100644 --- a/arch/arm/mach-mx3/clock-imx31.c +++ b/arch/arm/mach-imx/clock-imx31.c | |||
@@ -32,7 +32,7 @@ | |||
32 | #include <mach/mx31.h> | 32 | #include <mach/mx31.h> |
33 | #include <mach/common.h> | 33 | #include <mach/common.h> |
34 | 34 | ||
35 | #include "crm_regs.h" | 35 | #include "crmregs-imx31.h" |
36 | 36 | ||
37 | #define PRE_DIV_MIN_FREQ 10000000 /* Minimum Frequency after Predivider */ | 37 | #define PRE_DIV_MIN_FREQ 10000000 /* Minimum Frequency after Predivider */ |
38 | 38 | ||
@@ -627,4 +627,3 @@ int __init mx31_clocks_init(unsigned long fref) | |||
627 | 627 | ||
628 | return 0; | 628 | return 0; |
629 | } | 629 | } |
630 | |||
diff --git a/arch/arm/mach-mx3/clock-imx35.c b/arch/arm/mach-imx/clock-imx35.c index 448a038cd1ec..5a4cc1ea405b 100644 --- a/arch/arm/mach-mx3/clock-imx35.c +++ b/arch/arm/mach-imx/clock-imx35.c | |||
@@ -547,4 +547,3 @@ int __init mx35_clocks_init() | |||
547 | 547 | ||
548 | return 0; | 548 | return 0; |
549 | } | 549 | } |
550 | |||
diff --git a/arch/arm/mach-mx3/cpu.c b/arch/arm/mach-imx/cpu-imx31.c index d1d339576fdf..a3780700a882 100644 --- a/arch/arm/mach-mx3/cpu.c +++ b/arch/arm/mach-imx/cpu-imx31.c | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * MX3 CPU type detection | 2 | * MX31 CPU type detection |
3 | * | 3 | * |
4 | * Copyright (c) 2009 Daniel Mack <daniel@caiaq.de> | 4 | * Copyright (c) 2009 Daniel Mack <daniel@caiaq.de> |
5 | * | 5 | * |
@@ -17,14 +17,12 @@ | |||
17 | unsigned int mx31_cpu_rev; | 17 | unsigned int mx31_cpu_rev; |
18 | EXPORT_SYMBOL(mx31_cpu_rev); | 18 | EXPORT_SYMBOL(mx31_cpu_rev); |
19 | 19 | ||
20 | struct mx3_cpu_type { | 20 | static struct { |
21 | u8 srev; | 21 | u8 srev; |
22 | const char *name; | 22 | const char *name; |
23 | const char *v; | 23 | const char *v; |
24 | unsigned int rev; | 24 | unsigned int rev; |
25 | }; | 25 | } mx31_cpu_type[] __initdata = { |
26 | |||
27 | static struct mx3_cpu_type mx31_cpu_type[] __initdata = { | ||
28 | { .srev = 0x00, .name = "i.MX31(L)", .v = "1.0", .rev = IMX_CHIP_REVISION_1_0 }, | 26 | { .srev = 0x00, .name = "i.MX31(L)", .v = "1.0", .rev = IMX_CHIP_REVISION_1_0 }, |
29 | { .srev = 0x10, .name = "i.MX31", .v = "1.1", .rev = IMX_CHIP_REVISION_1_1 }, | 27 | { .srev = 0x10, .name = "i.MX31", .v = "1.1", .rev = IMX_CHIP_REVISION_1_1 }, |
30 | { .srev = 0x11, .name = "i.MX31L", .v = "1.1", .rev = IMX_CHIP_REVISION_1_1 }, | 28 | { .srev = 0x11, .name = "i.MX31L", .v = "1.1", .rev = IMX_CHIP_REVISION_1_1 }, |
@@ -57,33 +55,3 @@ void __init mx31_read_cpu_rev(void) | |||
57 | 55 | ||
58 | printk(KERN_WARNING "Unknown CPU identifier. srev = %02x\n", srev); | 56 | printk(KERN_WARNING "Unknown CPU identifier. srev = %02x\n", srev); |
59 | } | 57 | } |
60 | |||
61 | unsigned int mx35_cpu_rev; | ||
62 | EXPORT_SYMBOL(mx35_cpu_rev); | ||
63 | |||
64 | void __init mx35_read_cpu_rev(void) | ||
65 | { | ||
66 | u32 rev; | ||
67 | char *srev; | ||
68 | |||
69 | rev = __raw_readl(MX35_IO_ADDRESS(MX35_IIM_BASE_ADDR + MXC_IIMSREV)); | ||
70 | switch (rev) { | ||
71 | case 0x00: | ||
72 | mx35_cpu_rev = IMX_CHIP_REVISION_1_0; | ||
73 | srev = "1.0"; | ||
74 | break; | ||
75 | case 0x10: | ||
76 | mx35_cpu_rev = IMX_CHIP_REVISION_2_0; | ||
77 | srev = "2.0"; | ||
78 | break; | ||
79 | case 0x11: | ||
80 | mx35_cpu_rev = IMX_CHIP_REVISION_2_1; | ||
81 | srev = "2.1"; | ||
82 | break; | ||
83 | default: | ||
84 | mx35_cpu_rev = IMX_CHIP_REVISION_UNKNOWN; | ||
85 | srev = "unknown"; | ||
86 | } | ||
87 | |||
88 | printk(KERN_INFO "CPU identified as i.MX35, silicon rev %s\n", srev); | ||
89 | } | ||
diff --git a/arch/arm/mach-imx/cpu-imx35.c b/arch/arm/mach-imx/cpu-imx35.c new file mode 100644 index 000000000000..6637cd819ecb --- /dev/null +++ b/arch/arm/mach-imx/cpu-imx35.c | |||
@@ -0,0 +1,44 @@ | |||
1 | /* | ||
2 | * MX35 CPU type detection | ||
3 | * | ||
4 | * Copyright (c) 2009 Daniel Mack <daniel@caiaq.de> | ||
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License as published by | ||
8 | * the Free Software Foundation; either version 2 of the License, or | ||
9 | * (at your option) any later version. | ||
10 | */ | ||
11 | #include <linux/module.h> | ||
12 | #include <linux/io.h> | ||
13 | #include <mach/hardware.h> | ||
14 | #include <mach/iim.h> | ||
15 | |||
16 | unsigned int mx35_cpu_rev; | ||
17 | EXPORT_SYMBOL(mx35_cpu_rev); | ||
18 | |||
19 | void __init mx35_read_cpu_rev(void) | ||
20 | { | ||
21 | u32 rev; | ||
22 | char *srev; | ||
23 | |||
24 | rev = __raw_readl(MX35_IO_ADDRESS(MX35_IIM_BASE_ADDR + MXC_IIMSREV)); | ||
25 | switch (rev) { | ||
26 | case 0x00: | ||
27 | mx35_cpu_rev = IMX_CHIP_REVISION_1_0; | ||
28 | srev = "1.0"; | ||
29 | break; | ||
30 | case 0x10: | ||
31 | mx35_cpu_rev = IMX_CHIP_REVISION_2_0; | ||
32 | srev = "2.0"; | ||
33 | break; | ||
34 | case 0x11: | ||
35 | mx35_cpu_rev = IMX_CHIP_REVISION_2_1; | ||
36 | srev = "2.1"; | ||
37 | break; | ||
38 | default: | ||
39 | mx35_cpu_rev = IMX_CHIP_REVISION_UNKNOWN; | ||
40 | srev = "unknown"; | ||
41 | } | ||
42 | |||
43 | printk(KERN_INFO "CPU identified as i.MX35, silicon rev %s\n", srev); | ||
44 | } | ||
diff --git a/arch/arm/mach-mx3/crm_regs.h b/arch/arm/mach-imx/crmregs-imx31.h index 37a8a07beda3..37a8a07beda3 100644 --- a/arch/arm/mach-mx3/crm_regs.h +++ b/arch/arm/mach-imx/crmregs-imx31.h | |||
diff --git a/arch/arm/mach-imx/devices-imx1.h b/arch/arm/mach-imx/devices-imx1.h index da593657ff3f..3aad1e70de96 100644 --- a/arch/arm/mach-imx/devices-imx1.h +++ b/arch/arm/mach-imx/devices-imx1.h | |||
@@ -9,21 +9,21 @@ | |||
9 | #include <mach/mx1.h> | 9 | #include <mach/mx1.h> |
10 | #include <mach/devices-common.h> | 10 | #include <mach/devices-common.h> |
11 | 11 | ||
12 | extern const struct imx_imx_fb_data imx1_imx_fb_data __initconst; | 12 | extern const struct imx_imx_fb_data imx1_imx_fb_data; |
13 | #define imx1_add_imx_fb(pdata) \ | 13 | #define imx1_add_imx_fb(pdata) \ |
14 | imx_add_imx_fb(&imx1_imx_fb_data, pdata) | 14 | imx_add_imx_fb(&imx1_imx_fb_data, pdata) |
15 | 15 | ||
16 | extern const struct imx_imx_i2c_data imx1_imx_i2c_data __initconst; | 16 | extern const struct imx_imx_i2c_data imx1_imx_i2c_data; |
17 | #define imx1_add_imx_i2c(pdata) \ | 17 | #define imx1_add_imx_i2c(pdata) \ |
18 | imx_add_imx_i2c(&imx1_imx_i2c_data, pdata) | 18 | imx_add_imx_i2c(&imx1_imx_i2c_data, pdata) |
19 | 19 | ||
20 | extern const struct imx_imx_uart_3irq_data imx1_imx_uart_data[] __initconst; | 20 | extern const struct imx_imx_uart_3irq_data imx1_imx_uart_data[]; |
21 | #define imx1_add_imx_uart(id, pdata) \ | 21 | #define imx1_add_imx_uart(id, pdata) \ |
22 | imx_add_imx_uart_3irq(&imx1_imx_uart_data[id], pdata) | 22 | imx_add_imx_uart_3irq(&imx1_imx_uart_data[id], pdata) |
23 | #define imx1_add_imx_uart0(pdata) imx1_add_imx_uart(0, pdata) | 23 | #define imx1_add_imx_uart0(pdata) imx1_add_imx_uart(0, pdata) |
24 | #define imx1_add_imx_uart1(pdata) imx1_add_imx_uart(1, pdata) | 24 | #define imx1_add_imx_uart1(pdata) imx1_add_imx_uart(1, pdata) |
25 | 25 | ||
26 | extern const struct imx_spi_imx_data imx1_cspi_data[] __initconst; | 26 | extern const struct imx_spi_imx_data imx1_cspi_data[]; |
27 | #define imx1_add_cspi(id, pdata) \ | 27 | #define imx1_add_cspi(id, pdata) \ |
28 | imx_add_spi_imx(&imx1_cspi_data[id], pdata) | 28 | imx_add_spi_imx(&imx1_cspi_data[id], pdata) |
29 | 29 | ||
diff --git a/arch/arm/mach-imx/devices-imx21.h b/arch/arm/mach-imx/devices-imx21.h index 16744d2d9b81..2628e0c474dc 100644 --- a/arch/arm/mach-imx/devices-imx21.h +++ b/arch/arm/mach-imx/devices-imx21.h | |||
@@ -9,31 +9,31 @@ | |||
9 | #include <mach/mx21.h> | 9 | #include <mach/mx21.h> |
10 | #include <mach/devices-common.h> | 10 | #include <mach/devices-common.h> |
11 | 11 | ||
12 | extern const struct imx_imx21_hcd_data imx21_imx21_hcd_data __initconst; | 12 | extern const struct imx_imx21_hcd_data imx21_imx21_hcd_data; |
13 | #define imx21_add_imx21_hcd(pdata) \ | 13 | #define imx21_add_imx21_hcd(pdata) \ |
14 | imx_add_imx21_hcd(&imx21_imx21_hcd_data, pdata) | 14 | imx_add_imx21_hcd(&imx21_imx21_hcd_data, pdata) |
15 | 15 | ||
16 | extern const struct imx_imx2_wdt_data imx21_imx2_wdt_data __initconst; | 16 | extern const struct imx_imx2_wdt_data imx21_imx2_wdt_data; |
17 | #define imx21_add_imx2_wdt(pdata) \ | 17 | #define imx21_add_imx2_wdt(pdata) \ |
18 | imx_add_imx2_wdt(&imx21_imx2_wdt_data) | 18 | imx_add_imx2_wdt(&imx21_imx2_wdt_data) |
19 | 19 | ||
20 | extern const struct imx_imx_fb_data imx21_imx_fb_data __initconst; | 20 | extern const struct imx_imx_fb_data imx21_imx_fb_data; |
21 | #define imx21_add_imx_fb(pdata) \ | 21 | #define imx21_add_imx_fb(pdata) \ |
22 | imx_add_imx_fb(&imx21_imx_fb_data, pdata) | 22 | imx_add_imx_fb(&imx21_imx_fb_data, pdata) |
23 | 23 | ||
24 | extern const struct imx_imx_i2c_data imx21_imx_i2c_data __initconst; | 24 | extern const struct imx_imx_i2c_data imx21_imx_i2c_data; |
25 | #define imx21_add_imx_i2c(pdata) \ | 25 | #define imx21_add_imx_i2c(pdata) \ |
26 | imx_add_imx_i2c(&imx21_imx_i2c_data, pdata) | 26 | imx_add_imx_i2c(&imx21_imx_i2c_data, pdata) |
27 | 27 | ||
28 | extern const struct imx_imx_keypad_data imx21_imx_keypad_data __initconst; | 28 | extern const struct imx_imx_keypad_data imx21_imx_keypad_data; |
29 | #define imx21_add_imx_keypad(pdata) \ | 29 | #define imx21_add_imx_keypad(pdata) \ |
30 | imx_add_imx_keypad(&imx21_imx_keypad_data, pdata) | 30 | imx_add_imx_keypad(&imx21_imx_keypad_data, pdata) |
31 | 31 | ||
32 | extern const struct imx_imx_ssi_data imx21_imx_ssi_data[] __initconst; | 32 | extern const struct imx_imx_ssi_data imx21_imx_ssi_data[]; |
33 | #define imx21_add_imx_ssi(id, pdata) \ | 33 | #define imx21_add_imx_ssi(id, pdata) \ |
34 | imx_add_imx_ssi(&imx21_imx_ssi_data[id], pdata) | 34 | imx_add_imx_ssi(&imx21_imx_ssi_data[id], pdata) |
35 | 35 | ||
36 | extern const struct imx_imx_uart_1irq_data imx21_imx_uart_data[] __initconst; | 36 | extern const struct imx_imx_uart_1irq_data imx21_imx_uart_data[]; |
37 | #define imx21_add_imx_uart(id, pdata) \ | 37 | #define imx21_add_imx_uart(id, pdata) \ |
38 | imx_add_imx_uart_1irq(&imx21_imx_uart_data[id], pdata) | 38 | imx_add_imx_uart_1irq(&imx21_imx_uart_data[id], pdata) |
39 | #define imx21_add_imx_uart0(pdata) imx21_add_imx_uart(0, pdata) | 39 | #define imx21_add_imx_uart0(pdata) imx21_add_imx_uart(0, pdata) |
@@ -41,19 +41,19 @@ extern const struct imx_imx_uart_1irq_data imx21_imx_uart_data[] __initconst; | |||
41 | #define imx21_add_imx_uart2(pdata) imx21_add_imx_uart(2, pdata) | 41 | #define imx21_add_imx_uart2(pdata) imx21_add_imx_uart(2, pdata) |
42 | #define imx21_add_imx_uart3(pdata) imx21_add_imx_uart(3, pdata) | 42 | #define imx21_add_imx_uart3(pdata) imx21_add_imx_uart(3, pdata) |
43 | 43 | ||
44 | extern const struct imx_mxc_mmc_data imx21_mxc_mmc_data[] __initconst; | 44 | extern const struct imx_mxc_mmc_data imx21_mxc_mmc_data[]; |
45 | #define imx21_add_mxc_mmc(id, pdata) \ | 45 | #define imx21_add_mxc_mmc(id, pdata) \ |
46 | imx_add_mxc_mmc(&imx21_mxc_mmc_data[id], pdata) | 46 | imx_add_mxc_mmc(&imx21_mxc_mmc_data[id], pdata) |
47 | 47 | ||
48 | extern const struct imx_mxc_nand_data imx21_mxc_nand_data __initconst; | 48 | extern const struct imx_mxc_nand_data imx21_mxc_nand_data; |
49 | #define imx21_add_mxc_nand(pdata) \ | 49 | #define imx21_add_mxc_nand(pdata) \ |
50 | imx_add_mxc_nand(&imx21_mxc_nand_data, pdata) | 50 | imx_add_mxc_nand(&imx21_mxc_nand_data, pdata) |
51 | 51 | ||
52 | extern const struct imx_mxc_w1_data imx21_mxc_w1_data __initconst; | 52 | extern const struct imx_mxc_w1_data imx21_mxc_w1_data; |
53 | #define imx21_add_mxc_w1(pdata) \ | 53 | #define imx21_add_mxc_w1(pdata) \ |
54 | imx_add_mxc_w1(&imx21_mxc_w1_data) | 54 | imx_add_mxc_w1(&imx21_mxc_w1_data) |
55 | 55 | ||
56 | extern const struct imx_spi_imx_data imx21_cspi_data[] __initconst; | 56 | extern const struct imx_spi_imx_data imx21_cspi_data[]; |
57 | #define imx21_add_cspi(id, pdata) \ | 57 | #define imx21_add_cspi(id, pdata) \ |
58 | imx_add_spi_imx(&imx21_cspi_data[id], pdata) | 58 | imx_add_spi_imx(&imx21_cspi_data[id], pdata) |
59 | #define imx21_add_spi_imx0(pdata) imx21_add_cspi(0, pdata) | 59 | #define imx21_add_spi_imx0(pdata) imx21_add_cspi(0, pdata) |
diff --git a/arch/arm/mach-imx/devices-imx25.h b/arch/arm/mach-imx/devices-imx25.h index b591d72f6037..efa0761c508d 100644 --- a/arch/arm/mach-imx/devices-imx25.h +++ b/arch/arm/mach-imx/devices-imx25.h | |||
@@ -9,48 +9,48 @@ | |||
9 | #include <mach/mx25.h> | 9 | #include <mach/mx25.h> |
10 | #include <mach/devices-common.h> | 10 | #include <mach/devices-common.h> |
11 | 11 | ||
12 | extern const struct imx_fec_data imx25_fec_data __initconst; | 12 | extern const struct imx_fec_data imx25_fec_data; |
13 | #define imx25_add_fec(pdata) \ | 13 | #define imx25_add_fec(pdata) \ |
14 | imx_add_fec(&imx25_fec_data, pdata) | 14 | imx_add_fec(&imx25_fec_data, pdata) |
15 | 15 | ||
16 | extern const struct imx_flexcan_data imx25_flexcan_data[] __initconst; | 16 | extern const struct imx_flexcan_data imx25_flexcan_data[]; |
17 | #define imx25_add_flexcan(id, pdata) \ | 17 | #define imx25_add_flexcan(id, pdata) \ |
18 | imx_add_flexcan(&imx25_flexcan_data[id], pdata) | 18 | imx_add_flexcan(&imx25_flexcan_data[id], pdata) |
19 | #define imx25_add_flexcan0(pdata) imx25_add_flexcan(0, pdata) | 19 | #define imx25_add_flexcan0(pdata) imx25_add_flexcan(0, pdata) |
20 | #define imx25_add_flexcan1(pdata) imx25_add_flexcan(1, pdata) | 20 | #define imx25_add_flexcan1(pdata) imx25_add_flexcan(1, pdata) |
21 | 21 | ||
22 | extern const struct imx_fsl_usb2_udc_data imx25_fsl_usb2_udc_data __initconst; | 22 | extern const struct imx_fsl_usb2_udc_data imx25_fsl_usb2_udc_data; |
23 | #define imx25_add_fsl_usb2_udc(pdata) \ | 23 | #define imx25_add_fsl_usb2_udc(pdata) \ |
24 | imx_add_fsl_usb2_udc(&imx25_fsl_usb2_udc_data, pdata) | 24 | imx_add_fsl_usb2_udc(&imx25_fsl_usb2_udc_data, pdata) |
25 | 25 | ||
26 | extern struct imx_imxdi_rtc_data imx25_imxdi_rtc_data __initconst; | 26 | extern struct imx_imxdi_rtc_data imx25_imxdi_rtc_data; |
27 | #define imx25_add_imxdi_rtc(pdata) \ | 27 | #define imx25_add_imxdi_rtc(pdata) \ |
28 | imx_add_imxdi_rtc(&imx25_imxdi_rtc_data) | 28 | imx_add_imxdi_rtc(&imx25_imxdi_rtc_data) |
29 | 29 | ||
30 | extern const struct imx_imx2_wdt_data imx25_imx2_wdt_data __initconst; | 30 | extern const struct imx_imx2_wdt_data imx25_imx2_wdt_data; |
31 | #define imx25_add_imx2_wdt(pdata) \ | 31 | #define imx25_add_imx2_wdt(pdata) \ |
32 | imx_add_imx2_wdt(&imx25_imx2_wdt_data) | 32 | imx_add_imx2_wdt(&imx25_imx2_wdt_data) |
33 | 33 | ||
34 | extern const struct imx_imx_fb_data imx25_imx_fb_data __initconst; | 34 | extern const struct imx_imx_fb_data imx25_imx_fb_data; |
35 | #define imx25_add_imx_fb(pdata) \ | 35 | #define imx25_add_imx_fb(pdata) \ |
36 | imx_add_imx_fb(&imx25_imx_fb_data, pdata) | 36 | imx_add_imx_fb(&imx25_imx_fb_data, pdata) |
37 | 37 | ||
38 | extern const struct imx_imx_i2c_data imx25_imx_i2c_data[] __initconst; | 38 | extern const struct imx_imx_i2c_data imx25_imx_i2c_data[]; |
39 | #define imx25_add_imx_i2c(id, pdata) \ | 39 | #define imx25_add_imx_i2c(id, pdata) \ |
40 | imx_add_imx_i2c(&imx25_imx_i2c_data[id], pdata) | 40 | imx_add_imx_i2c(&imx25_imx_i2c_data[id], pdata) |
41 | #define imx25_add_imx_i2c0(pdata) imx25_add_imx_i2c(0, pdata) | 41 | #define imx25_add_imx_i2c0(pdata) imx25_add_imx_i2c(0, pdata) |
42 | #define imx25_add_imx_i2c1(pdata) imx25_add_imx_i2c(1, pdata) | 42 | #define imx25_add_imx_i2c1(pdata) imx25_add_imx_i2c(1, pdata) |
43 | #define imx25_add_imx_i2c2(pdata) imx25_add_imx_i2c(2, pdata) | 43 | #define imx25_add_imx_i2c2(pdata) imx25_add_imx_i2c(2, pdata) |
44 | 44 | ||
45 | extern const struct imx_imx_keypad_data imx25_imx_keypad_data __initconst; | 45 | extern const struct imx_imx_keypad_data imx25_imx_keypad_data; |
46 | #define imx25_add_imx_keypad(pdata) \ | 46 | #define imx25_add_imx_keypad(pdata) \ |
47 | imx_add_imx_keypad(&imx25_imx_keypad_data, pdata) | 47 | imx_add_imx_keypad(&imx25_imx_keypad_data, pdata) |
48 | 48 | ||
49 | extern const struct imx_imx_ssi_data imx25_imx_ssi_data[] __initconst; | 49 | extern const struct imx_imx_ssi_data imx25_imx_ssi_data[]; |
50 | #define imx25_add_imx_ssi(id, pdata) \ | 50 | #define imx25_add_imx_ssi(id, pdata) \ |
51 | imx_add_imx_ssi(&imx25_imx_ssi_data[id], pdata) | 51 | imx_add_imx_ssi(&imx25_imx_ssi_data[id], pdata) |
52 | 52 | ||
53 | extern const struct imx_imx_uart_1irq_data imx25_imx_uart_data[] __initconst; | 53 | extern const struct imx_imx_uart_1irq_data imx25_imx_uart_data[]; |
54 | #define imx25_add_imx_uart(id, pdata) \ | 54 | #define imx25_add_imx_uart(id, pdata) \ |
55 | imx_add_imx_uart_1irq(&imx25_imx_uart_data[id], pdata) | 55 | imx_add_imx_uart_1irq(&imx25_imx_uart_data[id], pdata) |
56 | #define imx25_add_imx_uart0(pdata) imx25_add_imx_uart(0, pdata) | 56 | #define imx25_add_imx_uart0(pdata) imx25_add_imx_uart(0, pdata) |
@@ -59,33 +59,32 @@ extern const struct imx_imx_uart_1irq_data imx25_imx_uart_data[] __initconst; | |||
59 | #define imx25_add_imx_uart3(pdata) imx25_add_imx_uart(3, pdata) | 59 | #define imx25_add_imx_uart3(pdata) imx25_add_imx_uart(3, pdata) |
60 | #define imx25_add_imx_uart4(pdata) imx25_add_imx_uart(4, pdata) | 60 | #define imx25_add_imx_uart4(pdata) imx25_add_imx_uart(4, pdata) |
61 | 61 | ||
62 | extern const struct imx_mx2_camera_data imx25_mx2_camera_data __initconst; | 62 | extern const struct imx_mx2_camera_data imx25_mx2_camera_data; |
63 | #define imx25_add_mx2_camera(pdata) \ | 63 | #define imx25_add_mx2_camera(pdata) \ |
64 | imx_add_mx2_camera(&imx25_mx2_camera_data, pdata) | 64 | imx_add_mx2_camera(&imx25_mx2_camera_data, pdata) |
65 | 65 | ||
66 | extern const struct imx_mxc_ehci_data imx25_mxc_ehci_otg_data __initconst; | 66 | extern const struct imx_mxc_ehci_data imx25_mxc_ehci_otg_data; |
67 | #define imx25_add_mxc_ehci_otg(pdata) \ | 67 | #define imx25_add_mxc_ehci_otg(pdata) \ |
68 | imx_add_mxc_ehci(&imx25_mxc_ehci_otg_data, pdata) | 68 | imx_add_mxc_ehci(&imx25_mxc_ehci_otg_data, pdata) |
69 | extern const struct imx_mxc_ehci_data imx25_mxc_ehci_hs_data __initconst; | 69 | extern const struct imx_mxc_ehci_data imx25_mxc_ehci_hs_data; |
70 | #define imx25_add_mxc_ehci_hs(pdata) \ | 70 | #define imx25_add_mxc_ehci_hs(pdata) \ |
71 | imx_add_mxc_ehci(&imx25_mxc_ehci_hs_data, pdata) | 71 | imx_add_mxc_ehci(&imx25_mxc_ehci_hs_data, pdata) |
72 | 72 | ||
73 | extern const struct imx_mxc_nand_data imx25_mxc_nand_data __initconst; | 73 | extern const struct imx_mxc_nand_data imx25_mxc_nand_data; |
74 | #define imx25_add_mxc_nand(pdata) \ | 74 | #define imx25_add_mxc_nand(pdata) \ |
75 | imx_add_mxc_nand(&imx25_mxc_nand_data, pdata) | 75 | imx_add_mxc_nand(&imx25_mxc_nand_data, pdata) |
76 | 76 | ||
77 | extern const struct imx_sdhci_esdhc_imx_data | 77 | extern const struct imx_sdhci_esdhc_imx_data imx25_sdhci_esdhc_imx_data[]; |
78 | imx25_sdhci_esdhc_imx_data[] __initconst; | ||
79 | #define imx25_add_sdhci_esdhc_imx(id, pdata) \ | 78 | #define imx25_add_sdhci_esdhc_imx(id, pdata) \ |
80 | imx_add_sdhci_esdhc_imx(&imx25_sdhci_esdhc_imx_data[id], pdata) | 79 | imx_add_sdhci_esdhc_imx(&imx25_sdhci_esdhc_imx_data[id], pdata) |
81 | 80 | ||
82 | extern const struct imx_spi_imx_data imx25_cspi_data[] __initconst; | 81 | extern const struct imx_spi_imx_data imx25_cspi_data[]; |
83 | #define imx25_add_spi_imx(id, pdata) \ | 82 | #define imx25_add_spi_imx(id, pdata) \ |
84 | imx_add_spi_imx(&imx25_cspi_data[id], pdata) | 83 | imx_add_spi_imx(&imx25_cspi_data[id], pdata) |
85 | #define imx25_add_spi_imx0(pdata) imx25_add_spi_imx(0, pdata) | 84 | #define imx25_add_spi_imx0(pdata) imx25_add_spi_imx(0, pdata) |
86 | #define imx25_add_spi_imx1(pdata) imx25_add_spi_imx(1, pdata) | 85 | #define imx25_add_spi_imx1(pdata) imx25_add_spi_imx(1, pdata) |
87 | #define imx25_add_spi_imx2(pdata) imx25_add_spi_imx(2, pdata) | 86 | #define imx25_add_spi_imx2(pdata) imx25_add_spi_imx(2, pdata) |
88 | 87 | ||
89 | extern struct imx_mxc_pwm_data imx25_mxc_pwm_data[] __initconst; | 88 | extern struct imx_mxc_pwm_data imx25_mxc_pwm_data[]; |
90 | #define imx25_add_mxc_pwm(id) \ | 89 | #define imx25_add_mxc_pwm(id) \ |
91 | imx_add_mxc_pwm(&imx25_mxc_pwm_data[id]) | 90 | imx_add_mxc_pwm(&imx25_mxc_pwm_data[id]) |
diff --git a/arch/arm/mach-imx/devices-imx27.h b/arch/arm/mach-imx/devices-imx27.h index f1272d4b5a33..7f97a3cdd41d 100644 --- a/arch/arm/mach-imx/devices-imx27.h +++ b/arch/arm/mach-imx/devices-imx27.h | |||
@@ -9,35 +9,35 @@ | |||
9 | #include <mach/mx27.h> | 9 | #include <mach/mx27.h> |
10 | #include <mach/devices-common.h> | 10 | #include <mach/devices-common.h> |
11 | 11 | ||
12 | extern const struct imx_fec_data imx27_fec_data __initconst; | 12 | extern const struct imx_fec_data imx27_fec_data; |
13 | #define imx27_add_fec(pdata) \ | 13 | #define imx27_add_fec(pdata) \ |
14 | imx_add_fec(&imx27_fec_data, pdata) | 14 | imx_add_fec(&imx27_fec_data, pdata) |
15 | 15 | ||
16 | extern const struct imx_fsl_usb2_udc_data imx27_fsl_usb2_udc_data __initconst; | 16 | extern const struct imx_fsl_usb2_udc_data imx27_fsl_usb2_udc_data; |
17 | #define imx27_add_fsl_usb2_udc(pdata) \ | 17 | #define imx27_add_fsl_usb2_udc(pdata) \ |
18 | imx_add_fsl_usb2_udc(&imx27_fsl_usb2_udc_data, pdata) | 18 | imx_add_fsl_usb2_udc(&imx27_fsl_usb2_udc_data, pdata) |
19 | 19 | ||
20 | extern const struct imx_imx2_wdt_data imx27_imx2_wdt_data __initconst; | 20 | extern const struct imx_imx2_wdt_data imx27_imx2_wdt_data; |
21 | #define imx27_add_imx2_wdt(pdata) \ | 21 | #define imx27_add_imx2_wdt(pdata) \ |
22 | imx_add_imx2_wdt(&imx27_imx2_wdt_data) | 22 | imx_add_imx2_wdt(&imx27_imx2_wdt_data) |
23 | 23 | ||
24 | extern const struct imx_imx_fb_data imx27_imx_fb_data __initconst; | 24 | extern const struct imx_imx_fb_data imx27_imx_fb_data; |
25 | #define imx27_add_imx_fb(pdata) \ | 25 | #define imx27_add_imx_fb(pdata) \ |
26 | imx_add_imx_fb(&imx27_imx_fb_data, pdata) | 26 | imx_add_imx_fb(&imx27_imx_fb_data, pdata) |
27 | 27 | ||
28 | extern const struct imx_imx_i2c_data imx27_imx_i2c_data[] __initconst; | 28 | extern const struct imx_imx_i2c_data imx27_imx_i2c_data[]; |
29 | #define imx27_add_imx_i2c(id, pdata) \ | 29 | #define imx27_add_imx_i2c(id, pdata) \ |
30 | imx_add_imx_i2c(&imx27_imx_i2c_data[id], pdata) | 30 | imx_add_imx_i2c(&imx27_imx_i2c_data[id], pdata) |
31 | 31 | ||
32 | extern const struct imx_imx_keypad_data imx27_imx_keypad_data __initconst; | 32 | extern const struct imx_imx_keypad_data imx27_imx_keypad_data; |
33 | #define imx27_add_imx_keypad(pdata) \ | 33 | #define imx27_add_imx_keypad(pdata) \ |
34 | imx_add_imx_keypad(&imx27_imx_keypad_data, pdata) | 34 | imx_add_imx_keypad(&imx27_imx_keypad_data, pdata) |
35 | 35 | ||
36 | extern const struct imx_imx_ssi_data imx27_imx_ssi_data[] __initconst; | 36 | extern const struct imx_imx_ssi_data imx27_imx_ssi_data[]; |
37 | #define imx27_add_imx_ssi(id, pdata) \ | 37 | #define imx27_add_imx_ssi(id, pdata) \ |
38 | imx_add_imx_ssi(&imx27_imx_ssi_data[id], pdata) | 38 | imx_add_imx_ssi(&imx27_imx_ssi_data[id], pdata) |
39 | 39 | ||
40 | extern const struct imx_imx_uart_1irq_data imx27_imx_uart_data[] __initconst; | 40 | extern const struct imx_imx_uart_1irq_data imx27_imx_uart_data[]; |
41 | #define imx27_add_imx_uart(id, pdata) \ | 41 | #define imx27_add_imx_uart(id, pdata) \ |
42 | imx_add_imx_uart_1irq(&imx27_imx_uart_data[id], pdata) | 42 | imx_add_imx_uart_1irq(&imx27_imx_uart_data[id], pdata) |
43 | #define imx27_add_imx_uart0(pdata) imx27_add_imx_uart(0, pdata) | 43 | #define imx27_add_imx_uart0(pdata) imx27_add_imx_uart(0, pdata) |
@@ -47,30 +47,30 @@ extern const struct imx_imx_uart_1irq_data imx27_imx_uart_data[] __initconst; | |||
47 | #define imx27_add_imx_uart4(pdata) imx27_add_imx_uart(4, pdata) | 47 | #define imx27_add_imx_uart4(pdata) imx27_add_imx_uart(4, pdata) |
48 | #define imx27_add_imx_uart5(pdata) imx27_add_imx_uart(5, pdata) | 48 | #define imx27_add_imx_uart5(pdata) imx27_add_imx_uart(5, pdata) |
49 | 49 | ||
50 | extern const struct imx_mx2_camera_data imx27_mx2_camera_data __initconst; | 50 | extern const struct imx_mx2_camera_data imx27_mx2_camera_data; |
51 | #define imx27_add_mx2_camera(pdata) \ | 51 | #define imx27_add_mx2_camera(pdata) \ |
52 | imx_add_mx2_camera(&imx27_mx2_camera_data, pdata) | 52 | imx_add_mx2_camera(&imx27_mx2_camera_data, pdata) |
53 | 53 | ||
54 | extern const struct imx_mxc_ehci_data imx27_mxc_ehci_otg_data __initconst; | 54 | extern const struct imx_mxc_ehci_data imx27_mxc_ehci_otg_data; |
55 | #define imx27_add_mxc_ehci_otg(pdata) \ | 55 | #define imx27_add_mxc_ehci_otg(pdata) \ |
56 | imx_add_mxc_ehci(&imx27_mxc_ehci_otg_data, pdata) | 56 | imx_add_mxc_ehci(&imx27_mxc_ehci_otg_data, pdata) |
57 | extern const struct imx_mxc_ehci_data imx27_mxc_ehci_hs_data[] __initconst; | 57 | extern const struct imx_mxc_ehci_data imx27_mxc_ehci_hs_data[]; |
58 | #define imx27_add_mxc_ehci_hs(id, pdata) \ | 58 | #define imx27_add_mxc_ehci_hs(id, pdata) \ |
59 | imx_add_mxc_ehci(&imx27_mxc_ehci_hs_data[id - 1], pdata) | 59 | imx_add_mxc_ehci(&imx27_mxc_ehci_hs_data[id - 1], pdata) |
60 | 60 | ||
61 | extern const struct imx_mxc_mmc_data imx27_mxc_mmc_data[] __initconst; | 61 | extern const struct imx_mxc_mmc_data imx27_mxc_mmc_data[]; |
62 | #define imx27_add_mxc_mmc(id, pdata) \ | 62 | #define imx27_add_mxc_mmc(id, pdata) \ |
63 | imx_add_mxc_mmc(&imx27_mxc_mmc_data[id], pdata) | 63 | imx_add_mxc_mmc(&imx27_mxc_mmc_data[id], pdata) |
64 | 64 | ||
65 | extern const struct imx_mxc_nand_data imx27_mxc_nand_data __initconst; | 65 | extern const struct imx_mxc_nand_data imx27_mxc_nand_data; |
66 | #define imx27_add_mxc_nand(pdata) \ | 66 | #define imx27_add_mxc_nand(pdata) \ |
67 | imx_add_mxc_nand(&imx27_mxc_nand_data, pdata) | 67 | imx_add_mxc_nand(&imx27_mxc_nand_data, pdata) |
68 | 68 | ||
69 | extern const struct imx_mxc_w1_data imx27_mxc_w1_data __initconst; | 69 | extern const struct imx_mxc_w1_data imx27_mxc_w1_data; |
70 | #define imx27_add_mxc_w1(pdata) \ | 70 | #define imx27_add_mxc_w1(pdata) \ |
71 | imx_add_mxc_w1(&imx27_mxc_w1_data) | 71 | imx_add_mxc_w1(&imx27_mxc_w1_data) |
72 | 72 | ||
73 | extern const struct imx_spi_imx_data imx27_cspi_data[] __initconst; | 73 | extern const struct imx_spi_imx_data imx27_cspi_data[]; |
74 | #define imx27_add_cspi(id, pdata) \ | 74 | #define imx27_add_cspi(id, pdata) \ |
75 | imx_add_spi_imx(&imx27_cspi_data[id], pdata) | 75 | imx_add_spi_imx(&imx27_cspi_data[id], pdata) |
76 | #define imx27_add_spi_imx0(pdata) imx27_add_cspi(0, pdata) | 76 | #define imx27_add_spi_imx0(pdata) imx27_add_cspi(0, pdata) |
diff --git a/arch/arm/mach-mx3/devices-imx31.h b/arch/arm/mach-imx/devices-imx31.h index 40f4e848a671..dbe940d9c53a 100644 --- a/arch/arm/mach-mx3/devices-imx31.h +++ b/arch/arm/mach-imx/devices-imx31.h | |||
@@ -9,30 +9,30 @@ | |||
9 | #include <mach/mx31.h> | 9 | #include <mach/mx31.h> |
10 | #include <mach/devices-common.h> | 10 | #include <mach/devices-common.h> |
11 | 11 | ||
12 | extern const struct imx_fsl_usb2_udc_data imx31_fsl_usb2_udc_data __initconst; | 12 | extern const struct imx_fsl_usb2_udc_data imx31_fsl_usb2_udc_data; |
13 | #define imx31_add_fsl_usb2_udc(pdata) \ | 13 | #define imx31_add_fsl_usb2_udc(pdata) \ |
14 | imx_add_fsl_usb2_udc(&imx31_fsl_usb2_udc_data, pdata) | 14 | imx_add_fsl_usb2_udc(&imx31_fsl_usb2_udc_data, pdata) |
15 | 15 | ||
16 | extern const struct imx_imx2_wdt_data imx31_imx2_wdt_data __initconst; | 16 | extern const struct imx_imx2_wdt_data imx31_imx2_wdt_data; |
17 | #define imx31_add_imx2_wdt(pdata) \ | 17 | #define imx31_add_imx2_wdt(pdata) \ |
18 | imx_add_imx2_wdt(&imx31_imx2_wdt_data) | 18 | imx_add_imx2_wdt(&imx31_imx2_wdt_data) |
19 | 19 | ||
20 | extern const struct imx_imx_i2c_data imx31_imx_i2c_data[] __initconst; | 20 | extern const struct imx_imx_i2c_data imx31_imx_i2c_data[]; |
21 | #define imx31_add_imx_i2c(id, pdata) \ | 21 | #define imx31_add_imx_i2c(id, pdata) \ |
22 | imx_add_imx_i2c(&imx31_imx_i2c_data[id], pdata) | 22 | imx_add_imx_i2c(&imx31_imx_i2c_data[id], pdata) |
23 | #define imx31_add_imx_i2c0(pdata) imx31_add_imx_i2c(0, pdata) | 23 | #define imx31_add_imx_i2c0(pdata) imx31_add_imx_i2c(0, pdata) |
24 | #define imx31_add_imx_i2c1(pdata) imx31_add_imx_i2c(1, pdata) | 24 | #define imx31_add_imx_i2c1(pdata) imx31_add_imx_i2c(1, pdata) |
25 | #define imx31_add_imx_i2c2(pdata) imx31_add_imx_i2c(2, pdata) | 25 | #define imx31_add_imx_i2c2(pdata) imx31_add_imx_i2c(2, pdata) |
26 | 26 | ||
27 | extern const struct imx_imx_keypad_data imx31_imx_keypad_data __initconst; | 27 | extern const struct imx_imx_keypad_data imx31_imx_keypad_data; |
28 | #define imx31_add_imx_keypad(pdata) \ | 28 | #define imx31_add_imx_keypad(pdata) \ |
29 | imx_add_imx_keypad(&imx31_imx_keypad_data, pdata) | 29 | imx_add_imx_keypad(&imx31_imx_keypad_data, pdata) |
30 | 30 | ||
31 | extern const struct imx_imx_ssi_data imx31_imx_ssi_data[] __initconst; | 31 | extern const struct imx_imx_ssi_data imx31_imx_ssi_data[]; |
32 | #define imx31_add_imx_ssi(id, pdata) \ | 32 | #define imx31_add_imx_ssi(id, pdata) \ |
33 | imx_add_imx_ssi(&imx31_imx_ssi_data[id], pdata) | 33 | imx_add_imx_ssi(&imx31_imx_ssi_data[id], pdata) |
34 | 34 | ||
35 | extern const struct imx_imx_uart_1irq_data imx31_imx_uart_data[] __initconst; | 35 | extern const struct imx_imx_uart_1irq_data imx31_imx_uart_data[]; |
36 | #define imx31_add_imx_uart(id, pdata) \ | 36 | #define imx31_add_imx_uart(id, pdata) \ |
37 | imx_add_imx_uart_1irq(&imx31_imx_uart_data[id], pdata) | 37 | imx_add_imx_uart_1irq(&imx31_imx_uart_data[id], pdata) |
38 | #define imx31_add_imx_uart0(pdata) imx31_add_imx_uart(0, pdata) | 38 | #define imx31_add_imx_uart0(pdata) imx31_add_imx_uart(0, pdata) |
@@ -41,26 +41,38 @@ extern const struct imx_imx_uart_1irq_data imx31_imx_uart_data[] __initconst; | |||
41 | #define imx31_add_imx_uart3(pdata) imx31_add_imx_uart(3, pdata) | 41 | #define imx31_add_imx_uart3(pdata) imx31_add_imx_uart(3, pdata) |
42 | #define imx31_add_imx_uart4(pdata) imx31_add_imx_uart(4, pdata) | 42 | #define imx31_add_imx_uart4(pdata) imx31_add_imx_uart(4, pdata) |
43 | 43 | ||
44 | extern const struct imx_mxc_ehci_data imx31_mxc_ehci_otg_data __initconst; | 44 | extern const struct imx_ipu_core_data imx31_ipu_core_data; |
45 | #define imx31_add_ipu_core(pdata) \ | ||
46 | imx_add_ipu_core(&imx31_ipu_core_data, pdata) | ||
47 | #define imx31_alloc_mx3_camera(pdata) \ | ||
48 | imx_alloc_mx3_camera(&imx31_ipu_core_data, pdata) | ||
49 | #define imx31_add_mx3_sdc_fb(pdata) \ | ||
50 | imx_add_mx3_sdc_fb(&imx31_ipu_core_data, pdata) | ||
51 | |||
52 | extern const struct imx_mxc_ehci_data imx31_mxc_ehci_otg_data; | ||
45 | #define imx31_add_mxc_ehci_otg(pdata) \ | 53 | #define imx31_add_mxc_ehci_otg(pdata) \ |
46 | imx_add_mxc_ehci(&imx31_mxc_ehci_otg_data, pdata) | 54 | imx_add_mxc_ehci(&imx31_mxc_ehci_otg_data, pdata) |
47 | extern const struct imx_mxc_ehci_data imx31_mxc_ehci_hs_data[] __initconst; | 55 | extern const struct imx_mxc_ehci_data imx31_mxc_ehci_hs_data[]; |
48 | #define imx31_add_mxc_ehci_hs(id, pdata) \ | 56 | #define imx31_add_mxc_ehci_hs(id, pdata) \ |
49 | imx_add_mxc_ehci(&imx31_mxc_ehci_hs_data[id - 1], pdata) | 57 | imx_add_mxc_ehci(&imx31_mxc_ehci_hs_data[id - 1], pdata) |
50 | 58 | ||
51 | extern const struct imx_mxc_mmc_data imx31_mxc_mmc_data[] __initconst; | 59 | extern const struct imx_mxc_mmc_data imx31_mxc_mmc_data[]; |
52 | #define imx31_add_mxc_mmc(id, pdata) \ | 60 | #define imx31_add_mxc_mmc(id, pdata) \ |
53 | imx_add_mxc_mmc(&imx31_mxc_mmc_data[id], pdata) | 61 | imx_add_mxc_mmc(&imx31_mxc_mmc_data[id], pdata) |
54 | 62 | ||
55 | extern const struct imx_mxc_nand_data imx31_mxc_nand_data __initconst; | 63 | extern const struct imx_mxc_nand_data imx31_mxc_nand_data; |
56 | #define imx31_add_mxc_nand(pdata) \ | 64 | #define imx31_add_mxc_nand(pdata) \ |
57 | imx_add_mxc_nand(&imx31_mxc_nand_data, pdata) | 65 | imx_add_mxc_nand(&imx31_mxc_nand_data, pdata) |
58 | 66 | ||
59 | extern const struct imx_mxc_w1_data imx31_mxc_w1_data __initconst; | 67 | extern const struct imx_mxc_rtc_data imx31_mxc_rtc_data; |
68 | #define imx31_add_mxc_rtc(pdata) \ | ||
69 | imx_add_mxc_rtc(&imx31_mxc_rtc_data) | ||
70 | |||
71 | extern const struct imx_mxc_w1_data imx31_mxc_w1_data; | ||
60 | #define imx31_add_mxc_w1(pdata) \ | 72 | #define imx31_add_mxc_w1(pdata) \ |
61 | imx_add_mxc_w1(&imx31_mxc_w1_data) | 73 | imx_add_mxc_w1(&imx31_mxc_w1_data) |
62 | 74 | ||
63 | extern const struct imx_spi_imx_data imx31_cspi_data[] __initconst; | 75 | extern const struct imx_spi_imx_data imx31_cspi_data[]; |
64 | #define imx31_add_cspi(id, pdata) \ | 76 | #define imx31_add_cspi(id, pdata) \ |
65 | imx_add_spi_imx(&imx31_cspi_data[id], pdata) | 77 | imx_add_spi_imx(&imx31_cspi_data[id], pdata) |
66 | #define imx31_add_spi_imx0(pdata) imx31_add_cspi(0, pdata) | 78 | #define imx31_add_spi_imx0(pdata) imx31_add_cspi(0, pdata) |
diff --git a/arch/arm/mach-mx3/devices-imx35.h b/arch/arm/mach-imx/devices-imx35.h index d545d86cc202..234cbd3c18af 100644 --- a/arch/arm/mach-mx3/devices-imx35.h +++ b/arch/arm/mach-imx/devices-imx35.h | |||
@@ -9,67 +9,74 @@ | |||
9 | #include <mach/mx35.h> | 9 | #include <mach/mx35.h> |
10 | #include <mach/devices-common.h> | 10 | #include <mach/devices-common.h> |
11 | 11 | ||
12 | extern const struct imx_fec_data imx35_fec_data __initconst; | 12 | extern const struct imx_fec_data imx35_fec_data; |
13 | #define imx35_add_fec(pdata) \ | 13 | #define imx35_add_fec(pdata) \ |
14 | imx_add_fec(&imx35_fec_data, pdata) | 14 | imx_add_fec(&imx35_fec_data, pdata) |
15 | 15 | ||
16 | extern const struct imx_fsl_usb2_udc_data imx35_fsl_usb2_udc_data __initconst; | 16 | extern const struct imx_fsl_usb2_udc_data imx35_fsl_usb2_udc_data; |
17 | #define imx35_add_fsl_usb2_udc(pdata) \ | 17 | #define imx35_add_fsl_usb2_udc(pdata) \ |
18 | imx_add_fsl_usb2_udc(&imx35_fsl_usb2_udc_data, pdata) | 18 | imx_add_fsl_usb2_udc(&imx35_fsl_usb2_udc_data, pdata) |
19 | 19 | ||
20 | extern const struct imx_flexcan_data imx35_flexcan_data[] __initconst; | 20 | extern const struct imx_flexcan_data imx35_flexcan_data[]; |
21 | #define imx35_add_flexcan(id, pdata) \ | 21 | #define imx35_add_flexcan(id, pdata) \ |
22 | imx_add_flexcan(&imx35_flexcan_data[id], pdata) | 22 | imx_add_flexcan(&imx35_flexcan_data[id], pdata) |
23 | #define imx35_add_flexcan0(pdata) imx35_add_flexcan(0, pdata) | 23 | #define imx35_add_flexcan0(pdata) imx35_add_flexcan(0, pdata) |
24 | #define imx35_add_flexcan1(pdata) imx35_add_flexcan(1, pdata) | 24 | #define imx35_add_flexcan1(pdata) imx35_add_flexcan(1, pdata) |
25 | 25 | ||
26 | extern const struct imx_imx2_wdt_data imx35_imx2_wdt_data __initconst; | 26 | extern const struct imx_imx2_wdt_data imx35_imx2_wdt_data; |
27 | #define imx35_add_imx2_wdt(pdata) \ | 27 | #define imx35_add_imx2_wdt(pdata) \ |
28 | imx_add_imx2_wdt(&imx35_imx2_wdt_data) | 28 | imx_add_imx2_wdt(&imx35_imx2_wdt_data) |
29 | 29 | ||
30 | extern const struct imx_imx_i2c_data imx35_imx_i2c_data[] __initconst; | 30 | extern const struct imx_imx_i2c_data imx35_imx_i2c_data[]; |
31 | #define imx35_add_imx_i2c(id, pdata) \ | 31 | #define imx35_add_imx_i2c(id, pdata) \ |
32 | imx_add_imx_i2c(&imx35_imx_i2c_data[id], pdata) | 32 | imx_add_imx_i2c(&imx35_imx_i2c_data[id], pdata) |
33 | #define imx35_add_imx_i2c0(pdata) imx35_add_imx_i2c(0, pdata) | 33 | #define imx35_add_imx_i2c0(pdata) imx35_add_imx_i2c(0, pdata) |
34 | #define imx35_add_imx_i2c1(pdata) imx35_add_imx_i2c(1, pdata) | 34 | #define imx35_add_imx_i2c1(pdata) imx35_add_imx_i2c(1, pdata) |
35 | #define imx35_add_imx_i2c2(pdata) imx35_add_imx_i2c(2, pdata) | 35 | #define imx35_add_imx_i2c2(pdata) imx35_add_imx_i2c(2, pdata) |
36 | 36 | ||
37 | extern const struct imx_imx_keypad_data imx35_imx_keypad_data __initconst; | 37 | extern const struct imx_imx_keypad_data imx35_imx_keypad_data; |
38 | #define imx35_add_imx_keypad(pdata) \ | 38 | #define imx35_add_imx_keypad(pdata) \ |
39 | imx_add_imx_keypad(&imx35_imx_keypad_data, pdata) | 39 | imx_add_imx_keypad(&imx35_imx_keypad_data, pdata) |
40 | 40 | ||
41 | extern const struct imx_imx_ssi_data imx35_imx_ssi_data[] __initconst; | 41 | extern const struct imx_imx_ssi_data imx35_imx_ssi_data[]; |
42 | #define imx35_add_imx_ssi(id, pdata) \ | 42 | #define imx35_add_imx_ssi(id, pdata) \ |
43 | imx_add_imx_ssi(&imx35_imx_ssi_data[id], pdata) | 43 | imx_add_imx_ssi(&imx35_imx_ssi_data[id], pdata) |
44 | 44 | ||
45 | extern const struct imx_imx_uart_1irq_data imx35_imx_uart_data[] __initconst; | 45 | extern const struct imx_imx_uart_1irq_data imx35_imx_uart_data[]; |
46 | #define imx35_add_imx_uart(id, pdata) \ | 46 | #define imx35_add_imx_uart(id, pdata) \ |
47 | imx_add_imx_uart_1irq(&imx35_imx_uart_data[id], pdata) | 47 | imx_add_imx_uart_1irq(&imx35_imx_uart_data[id], pdata) |
48 | #define imx35_add_imx_uart0(pdata) imx35_add_imx_uart(0, pdata) | 48 | #define imx35_add_imx_uart0(pdata) imx35_add_imx_uart(0, pdata) |
49 | #define imx35_add_imx_uart1(pdata) imx35_add_imx_uart(1, pdata) | 49 | #define imx35_add_imx_uart1(pdata) imx35_add_imx_uart(1, pdata) |
50 | #define imx35_add_imx_uart2(pdata) imx35_add_imx_uart(2, pdata) | 50 | #define imx35_add_imx_uart2(pdata) imx35_add_imx_uart(2, pdata) |
51 | 51 | ||
52 | extern const struct imx_mxc_ehci_data imx35_mxc_ehci_otg_data __initconst; | 52 | extern const struct imx_ipu_core_data imx35_ipu_core_data; |
53 | #define imx35_add_ipu_core(pdata) \ | ||
54 | imx_add_ipu_core(&imx35_ipu_core_data, pdata) | ||
55 | #define imx35_alloc_mx3_camera(pdata) \ | ||
56 | imx_alloc_mx3_camera(&imx35_ipu_core_data, pdata) | ||
57 | #define imx35_add_mx3_sdc_fb(pdata) \ | ||
58 | imx_add_mx3_sdc_fb(&imx35_ipu_core_data, pdata) | ||
59 | |||
60 | extern const struct imx_mxc_ehci_data imx35_mxc_ehci_otg_data; | ||
53 | #define imx35_add_mxc_ehci_otg(pdata) \ | 61 | #define imx35_add_mxc_ehci_otg(pdata) \ |
54 | imx_add_mxc_ehci(&imx35_mxc_ehci_otg_data, pdata) | 62 | imx_add_mxc_ehci(&imx35_mxc_ehci_otg_data, pdata) |
55 | extern const struct imx_mxc_ehci_data imx35_mxc_ehci_hs_data __initconst; | 63 | extern const struct imx_mxc_ehci_data imx35_mxc_ehci_hs_data; |
56 | #define imx35_add_mxc_ehci_hs(pdata) \ | 64 | #define imx35_add_mxc_ehci_hs(pdata) \ |
57 | imx_add_mxc_ehci(&imx35_mxc_ehci_hs_data, pdata) | 65 | imx_add_mxc_ehci(&imx35_mxc_ehci_hs_data, pdata) |
58 | 66 | ||
59 | extern const struct imx_mxc_nand_data imx35_mxc_nand_data __initconst; | 67 | extern const struct imx_mxc_nand_data imx35_mxc_nand_data; |
60 | #define imx35_add_mxc_nand(pdata) \ | 68 | #define imx35_add_mxc_nand(pdata) \ |
61 | imx_add_mxc_nand(&imx35_mxc_nand_data, pdata) | 69 | imx_add_mxc_nand(&imx35_mxc_nand_data, pdata) |
62 | 70 | ||
63 | extern const struct imx_mxc_w1_data imx35_mxc_w1_data __initconst; | 71 | extern const struct imx_mxc_w1_data imx35_mxc_w1_data; |
64 | #define imx35_add_mxc_w1(pdata) \ | 72 | #define imx35_add_mxc_w1(pdata) \ |
65 | imx_add_mxc_w1(&imx35_mxc_w1_data) | 73 | imx_add_mxc_w1(&imx35_mxc_w1_data) |
66 | 74 | ||
67 | extern const struct imx_sdhci_esdhc_imx_data | 75 | extern const struct imx_sdhci_esdhc_imx_data imx35_sdhci_esdhc_imx_data[]; |
68 | imx35_sdhci_esdhc_imx_data[] __initconst; | ||
69 | #define imx35_add_sdhci_esdhc_imx(id, pdata) \ | 76 | #define imx35_add_sdhci_esdhc_imx(id, pdata) \ |
70 | imx_add_sdhci_esdhc_imx(&imx35_sdhci_esdhc_imx_data[id], pdata) | 77 | imx_add_sdhci_esdhc_imx(&imx35_sdhci_esdhc_imx_data[id], pdata) |
71 | 78 | ||
72 | extern const struct imx_spi_imx_data imx35_cspi_data[] __initconst; | 79 | extern const struct imx_spi_imx_data imx35_cspi_data[]; |
73 | #define imx35_add_cspi(id, pdata) \ | 80 | #define imx35_add_cspi(id, pdata) \ |
74 | imx_add_spi_imx(&imx35_cspi_data[id], pdata) | 81 | imx_add_spi_imx(&imx35_cspi_data[id], pdata) |
75 | #define imx35_add_spi_imx0(pdata) imx35_add_cspi(0, pdata) | 82 | #define imx35_add_spi_imx0(pdata) imx35_add_cspi(0, pdata) |
diff --git a/arch/arm/mach-mx3/ehci-imx31.c b/arch/arm/mach-imx/ehci-imx31.c index 314a983ac614..faad0f15ac7f 100644 --- a/arch/arm/mach-mx3/ehci-imx31.c +++ b/arch/arm/mach-imx/ehci-imx31.c | |||
@@ -80,4 +80,3 @@ int mx31_initialize_usb_hw(int port, unsigned int flags) | |||
80 | 80 | ||
81 | return 0; | 81 | return 0; |
82 | } | 82 | } |
83 | |||
diff --git a/arch/arm/mach-mx3/ehci-imx35.c b/arch/arm/mach-imx/ehci-imx35.c index 33983a478c6b..001ec3971f5d 100644 --- a/arch/arm/mach-mx3/ehci-imx35.c +++ b/arch/arm/mach-imx/ehci-imx35.c | |||
@@ -77,4 +77,3 @@ int mx35_initialize_usb_hw(int port, unsigned int flags) | |||
77 | 77 | ||
78 | return 0; | 78 | return 0; |
79 | } | 79 | } |
80 | |||
diff --git a/arch/arm/mach-imx/eukrea_mbimx27-baseboard.c b/arch/arm/mach-imx/eukrea_mbimx27-baseboard.c index fa5288018ba7..5911281da5f5 100644 --- a/arch/arm/mach-imx/eukrea_mbimx27-baseboard.c +++ b/arch/arm/mach-imx/eukrea_mbimx27-baseboard.c | |||
@@ -32,7 +32,6 @@ | |||
32 | #include <mach/common.h> | 32 | #include <mach/common.h> |
33 | #include <mach/iomux-mx27.h> | 33 | #include <mach/iomux-mx27.h> |
34 | #include <mach/hardware.h> | 34 | #include <mach/hardware.h> |
35 | #include <mach/spi.h> | ||
36 | #include <mach/audmux.h> | 35 | #include <mach/audmux.h> |
37 | 36 | ||
38 | #include "devices-imx27.h" | 37 | #include "devices-imx27.h" |
diff --git a/arch/arm/mach-imx/eukrea_mbimxsd25-baseboard.c b/arch/arm/mach-imx/eukrea_mbimxsd25-baseboard.c index 6269053505f7..f9ef04acdab1 100644 --- a/arch/arm/mach-imx/eukrea_mbimxsd25-baseboard.c +++ b/arch/arm/mach-imx/eukrea_mbimxsd25-baseboard.c | |||
@@ -22,7 +22,6 @@ | |||
22 | #include <linux/gpio.h> | 22 | #include <linux/gpio.h> |
23 | #include <linux/leds.h> | 23 | #include <linux/leds.h> |
24 | #include <linux/platform_device.h> | 24 | #include <linux/platform_device.h> |
25 | #include <linux/gpio_keys.h> | ||
26 | #include <linux/input.h> | 25 | #include <linux/input.h> |
27 | #include <video/platform_lcd.h> | 26 | #include <video/platform_lcd.h> |
28 | 27 | ||
@@ -32,9 +31,7 @@ | |||
32 | #include <asm/mach-types.h> | 31 | #include <asm/mach-types.h> |
33 | #include <asm/mach/arch.h> | 32 | #include <asm/mach/arch.h> |
34 | #include <mach/mx25.h> | 33 | #include <mach/mx25.h> |
35 | #include <mach/imx-uart.h> | ||
36 | #include <mach/audmux.h> | 34 | #include <mach/audmux.h> |
37 | #include <mach/esdhc.h> | ||
38 | 35 | ||
39 | #include "devices-imx25.h" | 36 | #include "devices-imx25.h" |
40 | 37 | ||
@@ -208,23 +205,14 @@ static struct gpio_keys_button eukrea_mbimxsd_gpio_buttons[] = { | |||
208 | }, | 205 | }, |
209 | }; | 206 | }; |
210 | 207 | ||
211 | static struct gpio_keys_platform_data eukrea_mbimxsd_button_data = { | 208 | static const struct gpio_keys_platform_data |
209 | eukrea_mbimxsd_button_data __initconst = { | ||
212 | .buttons = eukrea_mbimxsd_gpio_buttons, | 210 | .buttons = eukrea_mbimxsd_gpio_buttons, |
213 | .nbuttons = ARRAY_SIZE(eukrea_mbimxsd_gpio_buttons), | 211 | .nbuttons = ARRAY_SIZE(eukrea_mbimxsd_gpio_buttons), |
214 | }; | 212 | }; |
215 | 213 | ||
216 | static struct platform_device eukrea_mbimxsd_button_device = { | ||
217 | .name = "gpio-keys", | ||
218 | .id = -1, | ||
219 | .num_resources = 0, | ||
220 | .dev = { | ||
221 | .platform_data = &eukrea_mbimxsd_button_data, | ||
222 | } | ||
223 | }; | ||
224 | |||
225 | static struct platform_device *platform_devices[] __initdata = { | 214 | static struct platform_device *platform_devices[] __initdata = { |
226 | &eukrea_mbimxsd_leds_gpio, | 215 | &eukrea_mbimxsd_leds_gpio, |
227 | &eukrea_mbimxsd_button_device, | ||
228 | &eukrea_mbimxsd_lcd_powerdev, | 216 | &eukrea_mbimxsd_lcd_powerdev, |
229 | }; | 217 | }; |
230 | 218 | ||
@@ -299,4 +287,5 @@ void __init eukrea_mbimxsd25_baseboard_init(void) | |||
299 | ARRAY_SIZE(eukrea_mbimxsd_i2c_devices)); | 287 | ARRAY_SIZE(eukrea_mbimxsd_i2c_devices)); |
300 | 288 | ||
301 | platform_add_devices(platform_devices, ARRAY_SIZE(platform_devices)); | 289 | platform_add_devices(platform_devices, ARRAY_SIZE(platform_devices)); |
290 | imx_add_gpio_keys(&eukrea_mbimxsd_button_data); | ||
302 | } | 291 | } |
diff --git a/arch/arm/mach-mx3/eukrea_mbimxsd-baseboard.c b/arch/arm/mach-imx/eukrea_mbimxsd35-baseboard.c index 2e288b38b4ad..4909ea05855a 100644 --- a/arch/arm/mach-mx3/eukrea_mbimxsd-baseboard.c +++ b/arch/arm/mach-imx/eukrea_mbimxsd35-baseboard.c | |||
@@ -26,7 +26,6 @@ | |||
26 | #include <linux/interrupt.h> | 26 | #include <linux/interrupt.h> |
27 | #include <linux/leds.h> | 27 | #include <linux/leds.h> |
28 | #include <linux/platform_device.h> | 28 | #include <linux/platform_device.h> |
29 | #include <linux/gpio_keys.h> | ||
30 | #include <linux/input.h> | 29 | #include <linux/input.h> |
31 | #include <video/platform_lcd.h> | 30 | #include <video/platform_lcd.h> |
32 | #include <linux/i2c.h> | 31 | #include <linux/i2c.h> |
@@ -38,15 +37,10 @@ | |||
38 | 37 | ||
39 | #include <mach/hardware.h> | 38 | #include <mach/hardware.h> |
40 | #include <mach/common.h> | 39 | #include <mach/common.h> |
41 | #include <mach/imx-uart.h> | ||
42 | #include <mach/iomux-mx35.h> | 40 | #include <mach/iomux-mx35.h> |
43 | #include <mach/ipu.h> | ||
44 | #include <mach/mx3fb.h> | ||
45 | #include <mach/audmux.h> | 41 | #include <mach/audmux.h> |
46 | #include <mach/esdhc.h> | ||
47 | 42 | ||
48 | #include "devices-imx35.h" | 43 | #include "devices-imx35.h" |
49 | #include "devices.h" | ||
50 | 44 | ||
51 | static const struct fb_videomode fb_modedb[] = { | 45 | static const struct fb_videomode fb_modedb[] = { |
52 | { | 46 | { |
@@ -101,12 +95,11 @@ static const struct fb_videomode fb_modedb[] = { | |||
101 | }, | 95 | }, |
102 | }; | 96 | }; |
103 | 97 | ||
104 | static struct ipu_platform_data mx3_ipu_data = { | 98 | static const struct ipu_platform_data mx3_ipu_data __initconst = { |
105 | .irq_base = MXC_IPU_IRQ_START, | 99 | .irq_base = MXC_IPU_IRQ_START, |
106 | }; | 100 | }; |
107 | 101 | ||
108 | static struct mx3fb_platform_data mx3fb_pdata = { | 102 | static struct mx3fb_platform_data mx3fb_pdata __initdata = { |
109 | .dma_dev = &mx3_ipu.dev, | ||
110 | .name = "CMO-QVGA", | 103 | .name = "CMO-QVGA", |
111 | .mode = fb_modedb, | 104 | .mode = fb_modedb, |
112 | .num_modes = ARRAY_SIZE(fb_modedb), | 105 | .num_modes = ARRAY_SIZE(fb_modedb), |
@@ -223,23 +216,14 @@ static struct gpio_keys_button eukrea_mbimxsd_gpio_buttons[] = { | |||
223 | }, | 216 | }, |
224 | }; | 217 | }; |
225 | 218 | ||
226 | static struct gpio_keys_platform_data eukrea_mbimxsd_button_data = { | 219 | static const struct gpio_keys_platform_data |
220 | eukrea_mbimxsd_button_data __initconst = { | ||
227 | .buttons = eukrea_mbimxsd_gpio_buttons, | 221 | .buttons = eukrea_mbimxsd_gpio_buttons, |
228 | .nbuttons = ARRAY_SIZE(eukrea_mbimxsd_gpio_buttons), | 222 | .nbuttons = ARRAY_SIZE(eukrea_mbimxsd_gpio_buttons), |
229 | }; | 223 | }; |
230 | 224 | ||
231 | static struct platform_device eukrea_mbimxsd_button_device = { | ||
232 | .name = "gpio-keys", | ||
233 | .id = -1, | ||
234 | .num_resources = 0, | ||
235 | .dev = { | ||
236 | .platform_data = &eukrea_mbimxsd_button_data, | ||
237 | } | ||
238 | }; | ||
239 | |||
240 | static struct platform_device *platform_devices[] __initdata = { | 225 | static struct platform_device *platform_devices[] __initdata = { |
241 | &eukrea_mbimxsd_leds_gpio, | 226 | &eukrea_mbimxsd_leds_gpio, |
242 | &eukrea_mbimxsd_button_device, | ||
243 | &eukrea_mbimxsd_lcd_powerdev, | 227 | &eukrea_mbimxsd_lcd_powerdev, |
244 | }; | 228 | }; |
245 | 229 | ||
@@ -292,8 +276,8 @@ void __init eukrea_mbimxsd35_baseboard_init(void) | |||
292 | #endif | 276 | #endif |
293 | 277 | ||
294 | imx35_add_imx_uart1(&uart_pdata); | 278 | imx35_add_imx_uart1(&uart_pdata); |
295 | mxc_register_device(&mx3_ipu, &mx3_ipu_data); | 279 | imx35_add_ipu_core(&mx3_ipu_data); |
296 | mxc_register_device(&mx3_fb, &mx3fb_pdata); | 280 | imx35_add_mx3_sdc_fb(&mx3fb_pdata); |
297 | 281 | ||
298 | imx35_add_imx_ssi(0, &eukrea_mbimxsd_ssi_pdata); | 282 | imx35_add_imx_ssi(0, &eukrea_mbimxsd_ssi_pdata); |
299 | 283 | ||
@@ -315,4 +299,5 @@ void __init eukrea_mbimxsd35_baseboard_init(void) | |||
315 | ARRAY_SIZE(eukrea_mbimxsd_i2c_devices)); | 299 | ARRAY_SIZE(eukrea_mbimxsd_i2c_devices)); |
316 | 300 | ||
317 | platform_add_devices(platform_devices, ARRAY_SIZE(platform_devices)); | 301 | platform_add_devices(platform_devices, ARRAY_SIZE(platform_devices)); |
302 | imx_add_gpio_keys(&eukrea_mbimxsd_button_data); | ||
318 | } | 303 | } |
diff --git a/arch/arm/mach-mx3/iomux-imx31.c b/arch/arm/mach-imx/iomux-imx31.c index cf8f8099ebd7..cf8f8099ebd7 100644 --- a/arch/arm/mach-mx3/iomux-imx31.c +++ b/arch/arm/mach-imx/iomux-imx31.c | |||
diff --git a/arch/arm/mach-imx/mach-apf9328.c b/arch/arm/mach-imx/mach-apf9328.c new file mode 100644 index 000000000000..15e45c84e371 --- /dev/null +++ b/arch/arm/mach-imx/mach-apf9328.c | |||
@@ -0,0 +1,144 @@ | |||
1 | /* | ||
2 | * linux/arch/arm/mach-imx/mach-apf9328.c | ||
3 | * | ||
4 | * Copyright (c) 2005-2011 ARMadeus systems <support@armadeus.com> | ||
5 | * | ||
6 | * This work is based on mach-scb9328.c which is: | ||
7 | * Copyright (c) 2004 Sascha Hauer <saschahauer@web.de> | ||
8 | * Copyright (c) 2006-2008 Juergen Beisert <jbeisert@netscape.net> | ||
9 | * | ||
10 | * This program is free software; you can redistribute it and/or modify | ||
11 | * it under the terms of the GNU General Public License version 2 as | ||
12 | * published by the Free Software Foundation. | ||
13 | * | ||
14 | */ | ||
15 | |||
16 | #include <linux/init.h> | ||
17 | #include <linux/kernel.h> | ||
18 | #include <linux/platform_device.h> | ||
19 | #include <linux/mtd/physmap.h> | ||
20 | #include <linux/dm9000.h> | ||
21 | |||
22 | #include <asm/mach-types.h> | ||
23 | #include <asm/mach/arch.h> | ||
24 | #include <asm/mach/time.h> | ||
25 | |||
26 | #include <mach/common.h> | ||
27 | #include <mach/hardware.h> | ||
28 | #include <mach/irqs.h> | ||
29 | #include <mach/iomux-mx1.h> | ||
30 | |||
31 | #include "devices-imx1.h" | ||
32 | |||
33 | static const int apf9328_pins[] __initconst = { | ||
34 | /* UART1 */ | ||
35 | PC9_PF_UART1_CTS, | ||
36 | PC10_PF_UART1_RTS, | ||
37 | PC11_PF_UART1_TXD, | ||
38 | PC12_PF_UART1_RXD, | ||
39 | /* UART2 */ | ||
40 | PB28_PF_UART2_CTS, | ||
41 | PB29_PF_UART2_RTS, | ||
42 | PB30_PF_UART2_TXD, | ||
43 | PB31_PF_UART2_RXD, | ||
44 | }; | ||
45 | |||
46 | /* | ||
47 | * The APF9328 can have up to 32MB NOR Flash | ||
48 | */ | ||
49 | static struct resource flash_resource = { | ||
50 | .start = MX1_CS0_PHYS, | ||
51 | .end = MX1_CS0_PHYS + SZ_32M - 1, | ||
52 | .flags = IORESOURCE_MEM, | ||
53 | }; | ||
54 | |||
55 | static struct physmap_flash_data apf9328_flash_data = { | ||
56 | .width = 2, | ||
57 | }; | ||
58 | |||
59 | static struct platform_device apf9328_flash_device = { | ||
60 | .name = "physmap-flash", | ||
61 | .id = 0, | ||
62 | .dev = { | ||
63 | .platform_data = &apf9328_flash_data, | ||
64 | }, | ||
65 | .resource = &flash_resource, | ||
66 | .num_resources = 1, | ||
67 | }; | ||
68 | |||
69 | /* | ||
70 | * APF9328 has a DM9000 Ethernet controller | ||
71 | */ | ||
72 | static struct dm9000_plat_data dm9000_setup = { | ||
73 | .flags = DM9000_PLATF_16BITONLY | ||
74 | }; | ||
75 | |||
76 | static struct resource dm9000_resources[] = { | ||
77 | { | ||
78 | .start = MX1_CS4_PHYS + 0x00C00000, | ||
79 | .end = MX1_CS4_PHYS + 0x00C00001, | ||
80 | .flags = IORESOURCE_MEM, | ||
81 | }, { | ||
82 | .start = MX1_CS4_PHYS + 0x00C00002, | ||
83 | .end = MX1_CS4_PHYS + 0x00C00003, | ||
84 | .flags = IORESOURCE_MEM, | ||
85 | }, { | ||
86 | .start = IRQ_GPIOB(14), | ||
87 | .end = IRQ_GPIOB(14), | ||
88 | .flags = IORESOURCE_IRQ | IORESOURCE_IRQ_LOWLEVEL, | ||
89 | }, | ||
90 | }; | ||
91 | |||
92 | static struct platform_device dm9000x_device = { | ||
93 | .name = "dm9000", | ||
94 | .id = 0, | ||
95 | .num_resources = ARRAY_SIZE(dm9000_resources), | ||
96 | .resource = dm9000_resources, | ||
97 | .dev = { | ||
98 | .platform_data = &dm9000_setup, | ||
99 | } | ||
100 | }; | ||
101 | |||
102 | /* --- SERIAL RESSOURCE --- */ | ||
103 | static const struct imxuart_platform_data uart0_pdata __initconst = { | ||
104 | .flags = 0, | ||
105 | }; | ||
106 | |||
107 | static const struct imxuart_platform_data uart1_pdata __initconst = { | ||
108 | .flags = IMXUART_HAVE_RTSCTS, | ||
109 | }; | ||
110 | |||
111 | static struct platform_device *devices[] __initdata = { | ||
112 | &apf9328_flash_device, | ||
113 | &dm9000x_device, | ||
114 | }; | ||
115 | |||
116 | static void __init apf9328_init(void) | ||
117 | { | ||
118 | mxc_gpio_setup_multiple_pins(apf9328_pins, | ||
119 | ARRAY_SIZE(apf9328_pins), | ||
120 | "APF9328"); | ||
121 | |||
122 | imx1_add_imx_uart0(&uart0_pdata); | ||
123 | imx1_add_imx_uart1(&uart1_pdata); | ||
124 | |||
125 | platform_add_devices(devices, ARRAY_SIZE(devices)); | ||
126 | } | ||
127 | |||
128 | static void __init apf9328_timer_init(void) | ||
129 | { | ||
130 | mx1_clocks_init(32768); | ||
131 | } | ||
132 | |||
133 | static struct sys_timer apf9328_timer = { | ||
134 | .init = apf9328_timer_init, | ||
135 | }; | ||
136 | |||
137 | MACHINE_START(APF9328, "Armadeus APF9328") | ||
138 | /* Maintainer: Gwenhael Goavec-Merou, ARMadeus Systems */ | ||
139 | .map_io = mx1_map_io, | ||
140 | .init_early = imx1_init_early, | ||
141 | .init_irq = mx1_init_irq, | ||
142 | .timer = &apf9328_timer, | ||
143 | .init_machine = apf9328_init, | ||
144 | MACHINE_END | ||
diff --git a/arch/arm/mach-mx3/mach-armadillo5x0.c b/arch/arm/mach-imx/mach-armadillo5x0.c index 226829bf7c25..ffb40ff619b1 100644 --- a/arch/arm/mach-mx3/mach-armadillo5x0.c +++ b/arch/arm/mach-imx/mach-armadillo5x0.c | |||
@@ -34,7 +34,6 @@ | |||
34 | #include <linux/mtd/physmap.h> | 34 | #include <linux/mtd/physmap.h> |
35 | #include <linux/io.h> | 35 | #include <linux/io.h> |
36 | #include <linux/input.h> | 36 | #include <linux/input.h> |
37 | #include <linux/gpio_keys.h> | ||
38 | #include <linux/i2c.h> | 37 | #include <linux/i2c.h> |
39 | #include <linux/usb/otg.h> | 38 | #include <linux/usb/otg.h> |
40 | #include <linux/usb/ulpi.h> | 39 | #include <linux/usb/ulpi.h> |
@@ -49,13 +48,10 @@ | |||
49 | 48 | ||
50 | #include <mach/common.h> | 49 | #include <mach/common.h> |
51 | #include <mach/iomux-mx3.h> | 50 | #include <mach/iomux-mx3.h> |
52 | #include <mach/ipu.h> | ||
53 | #include <mach/mx3fb.h> | ||
54 | #include <mach/ulpi.h> | 51 | #include <mach/ulpi.h> |
55 | 52 | ||
56 | #include "devices-imx31.h" | 53 | #include "devices-imx31.h" |
57 | #include "devices.h" | 54 | #include "crmregs-imx31.h" |
58 | #include "crm_regs.h" | ||
59 | 55 | ||
60 | static int armadillo5x0_pins[] = { | 56 | static int armadillo5x0_pins[] = { |
61 | /* UART1 */ | 57 | /* UART1 */ |
@@ -280,20 +276,12 @@ static struct gpio_keys_button armadillo5x0_buttons[] = { | |||
280 | } | 276 | } |
281 | }; | 277 | }; |
282 | 278 | ||
283 | static struct gpio_keys_platform_data armadillo5x0_button_data = { | 279 | static const struct gpio_keys_platform_data |
280 | armadillo5x0_button_data __initconst = { | ||
284 | .buttons = armadillo5x0_buttons, | 281 | .buttons = armadillo5x0_buttons, |
285 | .nbuttons = ARRAY_SIZE(armadillo5x0_buttons), | 282 | .nbuttons = ARRAY_SIZE(armadillo5x0_buttons), |
286 | }; | 283 | }; |
287 | 284 | ||
288 | static struct platform_device armadillo5x0_button_device = { | ||
289 | .name = "gpio-keys", | ||
290 | .id = -1, | ||
291 | .num_resources = 0, | ||
292 | .dev = { | ||
293 | .platform_data = &armadillo5x0_button_data, | ||
294 | } | ||
295 | }; | ||
296 | |||
297 | /* | 285 | /* |
298 | * NAND Flash | 286 | * NAND Flash |
299 | */ | 287 | */ |
@@ -383,12 +371,11 @@ static const struct fb_videomode fb_modedb[] = { | |||
383 | }, | 371 | }, |
384 | }; | 372 | }; |
385 | 373 | ||
386 | static struct ipu_platform_data mx3_ipu_data = { | 374 | static const struct ipu_platform_data mx3_ipu_data __initconst = { |
387 | .irq_base = MXC_IPU_IRQ_START, | 375 | .irq_base = MXC_IPU_IRQ_START, |
388 | }; | 376 | }; |
389 | 377 | ||
390 | static struct mx3fb_platform_data mx3fb_pdata = { | 378 | static struct mx3fb_platform_data mx3fb_pdata __initdata = { |
391 | .dma_dev = &mx3_ipu.dev, | ||
392 | .name = "CRT-VGA", | 379 | .name = "CRT-VGA", |
393 | .mode = fb_modedb, | 380 | .mode = fb_modedb, |
394 | .num_modes = ARRAY_SIZE(fb_modedb), | 381 | .num_modes = ARRAY_SIZE(fb_modedb), |
@@ -496,7 +483,6 @@ static const struct imxuart_platform_data uart_pdata __initconst = { | |||
496 | 483 | ||
497 | static struct platform_device *devices[] __initdata = { | 484 | static struct platform_device *devices[] __initdata = { |
498 | &armadillo5x0_smc911x_device, | 485 | &armadillo5x0_smc911x_device, |
499 | &armadillo5x0_button_device, | ||
500 | }; | 486 | }; |
501 | 487 | ||
502 | /* | 488 | /* |
@@ -508,6 +494,7 @@ static void __init armadillo5x0_init(void) | |||
508 | ARRAY_SIZE(armadillo5x0_pins), "armadillo5x0"); | 494 | ARRAY_SIZE(armadillo5x0_pins), "armadillo5x0"); |
509 | 495 | ||
510 | platform_add_devices(devices, ARRAY_SIZE(devices)); | 496 | platform_add_devices(devices, ARRAY_SIZE(devices)); |
497 | imx_add_gpio_keys(&armadillo5x0_button_data); | ||
511 | imx31_add_imx_i2c1(NULL); | 498 | imx31_add_imx_i2c1(NULL); |
512 | 499 | ||
513 | /* Register UART */ | 500 | /* Register UART */ |
@@ -521,8 +508,8 @@ static void __init armadillo5x0_init(void) | |||
521 | imx31_add_mxc_mmc(0, &sdhc_pdata); | 508 | imx31_add_mxc_mmc(0, &sdhc_pdata); |
522 | 509 | ||
523 | /* Register FB */ | 510 | /* Register FB */ |
524 | mxc_register_device(&mx3_ipu, &mx3_ipu_data); | 511 | imx31_add_ipu_core(&mx3_ipu_data); |
525 | mxc_register_device(&mx3_fb, &mx3fb_pdata); | 512 | imx31_add_mx3_sdc_fb(&mx3fb_pdata); |
526 | 513 | ||
527 | /* Register NOR Flash */ | 514 | /* Register NOR Flash */ |
528 | mxc_register_device(&armadillo5x0_nor_flash, | 515 | mxc_register_device(&armadillo5x0_nor_flash, |
diff --git a/arch/arm/mach-mx3/mach-bug.c b/arch/arm/mach-imx/mach-bug.c index d137d7078ee9..42e4f078a19c 100644 --- a/arch/arm/mach-mx3/mach-bug.c +++ b/arch/arm/mach-imx/mach-bug.c | |||
@@ -20,7 +20,6 @@ | |||
20 | #include <linux/platform_device.h> | 20 | #include <linux/platform_device.h> |
21 | 21 | ||
22 | #include <mach/iomux-mx3.h> | 22 | #include <mach/iomux-mx3.h> |
23 | #include <mach/imx-uart.h> | ||
24 | #include <mach/hardware.h> | 23 | #include <mach/hardware.h> |
25 | #include <mach/common.h> | 24 | #include <mach/common.h> |
26 | 25 | ||
diff --git a/arch/arm/mach-imx/mach-cpuimx27.c b/arch/arm/mach-imx/mach-cpuimx27.c index 759299bb035b..46a2e41d43d2 100644 --- a/arch/arm/mach-imx/mach-cpuimx27.c +++ b/arch/arm/mach-imx/mach-cpuimx27.c | |||
@@ -38,7 +38,6 @@ | |||
38 | #include <mach/common.h> | 38 | #include <mach/common.h> |
39 | #include <mach/hardware.h> | 39 | #include <mach/hardware.h> |
40 | #include <mach/iomux-mx27.h> | 40 | #include <mach/iomux-mx27.h> |
41 | #include <mach/mxc_nand.h> | ||
42 | #include <mach/ulpi.h> | 41 | #include <mach/ulpi.h> |
43 | 42 | ||
44 | #include "devices-imx27.h" | 43 | #include "devices-imx27.h" |
diff --git a/arch/arm/mach-mx3/mach-cpuimx35.c b/arch/arm/mach-imx/mach-cpuimx35.c index ec63d998f647..3f8ef825fa6f 100644 --- a/arch/arm/mach-mx3/mach-cpuimx35.c +++ b/arch/arm/mach-imx/mach-cpuimx35.c | |||
@@ -41,10 +41,8 @@ | |||
41 | #include <mach/hardware.h> | 41 | #include <mach/hardware.h> |
42 | #include <mach/common.h> | 42 | #include <mach/common.h> |
43 | #include <mach/iomux-mx35.h> | 43 | #include <mach/iomux-mx35.h> |
44 | #include <mach/mxc_nand.h> | ||
45 | 44 | ||
46 | #include "devices-imx35.h" | 45 | #include "devices-imx35.h" |
47 | #include "devices.h" | ||
48 | 46 | ||
49 | static const struct imxuart_platform_data uart_pdata __initconst = { | 47 | static const struct imxuart_platform_data uart_pdata __initconst = { |
50 | .flags = IMXUART_HAVE_RTSCTS, | 48 | .flags = IMXUART_HAVE_RTSCTS, |
diff --git a/arch/arm/mach-imx/mach-eukrea_cpuimx25.c b/arch/arm/mach-imx/mach-eukrea_cpuimx25.c index 9da8d18eeb00..148cff2819b9 100644 --- a/arch/arm/mach-imx/mach-eukrea_cpuimx25.c +++ b/arch/arm/mach-imx/mach-eukrea_cpuimx25.c | |||
@@ -36,8 +36,6 @@ | |||
36 | #include <asm/mach/map.h> | 36 | #include <asm/mach/map.h> |
37 | #include <mach/common.h> | 37 | #include <mach/common.h> |
38 | #include <mach/mx25.h> | 38 | #include <mach/mx25.h> |
39 | #include <mach/mxc_nand.h> | ||
40 | #include <mach/imxfb.h> | ||
41 | #include <mach/iomux-mx25.h> | 39 | #include <mach/iomux-mx25.h> |
42 | 40 | ||
43 | #include "devices-imx25.h" | 41 | #include "devices-imx25.h" |
diff --git a/arch/arm/mach-imx/mach-imx27_visstrim_m10.c b/arch/arm/mach-imx/mach-imx27_visstrim_m10.c index d7e0d219726a..7ae43b1ec517 100644 --- a/arch/arm/mach-imx/mach-imx27_visstrim_m10.c +++ b/arch/arm/mach-imx/mach-imx27_visstrim_m10.c | |||
@@ -27,7 +27,6 @@ | |||
27 | #include <linux/mtd/physmap.h> | 27 | #include <linux/mtd/physmap.h> |
28 | #include <linux/i2c.h> | 28 | #include <linux/i2c.h> |
29 | #include <linux/i2c/pca953x.h> | 29 | #include <linux/i2c/pca953x.h> |
30 | #include <linux/gpio_keys.h> | ||
31 | #include <linux/input.h> | 30 | #include <linux/input.h> |
32 | #include <linux/gpio.h> | 31 | #include <linux/gpio.h> |
33 | #include <linux/delay.h> | 32 | #include <linux/delay.h> |
@@ -130,19 +129,12 @@ static struct gpio_keys_button visstrim_gpio_keys[] = { | |||
130 | } | 129 | } |
131 | }; | 130 | }; |
132 | 131 | ||
133 | static struct gpio_keys_platform_data visstrim_gpio_keys_platform_data = { | 132 | static const struct gpio_keys_platform_data |
133 | visstrim_gpio_keys_platform_data __initconst = { | ||
134 | .buttons = visstrim_gpio_keys, | 134 | .buttons = visstrim_gpio_keys, |
135 | .nbuttons = ARRAY_SIZE(visstrim_gpio_keys), | 135 | .nbuttons = ARRAY_SIZE(visstrim_gpio_keys), |
136 | }; | 136 | }; |
137 | 137 | ||
138 | static struct platform_device visstrim_gpio_keys_device = { | ||
139 | .name = "gpio-keys", | ||
140 | .id = -1, | ||
141 | .dev = { | ||
142 | .platform_data = &visstrim_gpio_keys_platform_data, | ||
143 | }, | ||
144 | }; | ||
145 | |||
146 | /* Visstrim_SM10 has a microSD slot connected to sdhc1 */ | 138 | /* Visstrim_SM10 has a microSD slot connected to sdhc1 */ |
147 | static int visstrim_m10_sdhc1_init(struct device *dev, | 139 | static int visstrim_m10_sdhc1_init(struct device *dev, |
148 | irq_handler_t detect_irq, void *data) | 140 | irq_handler_t detect_irq, void *data) |
@@ -186,7 +178,6 @@ static struct platform_device visstrim_m10_nor_mtd_device = { | |||
186 | }; | 178 | }; |
187 | 179 | ||
188 | static struct platform_device *platform_devices[] __initdata = { | 180 | static struct platform_device *platform_devices[] __initdata = { |
189 | &visstrim_gpio_keys_device, | ||
190 | &visstrim_m10_nor_mtd_device, | 181 | &visstrim_m10_nor_mtd_device, |
191 | }; | 182 | }; |
192 | 183 | ||
@@ -255,6 +246,7 @@ static void __init visstrim_m10_board_init(void) | |||
255 | imx27_add_mxc_mmc(0, &visstrim_m10_sdhc_pdata); | 246 | imx27_add_mxc_mmc(0, &visstrim_m10_sdhc_pdata); |
256 | imx27_add_mxc_ehci_otg(&visstrim_m10_usbotg_pdata); | 247 | imx27_add_mxc_ehci_otg(&visstrim_m10_usbotg_pdata); |
257 | imx27_add_fec(NULL); | 248 | imx27_add_fec(NULL); |
249 | imx_add_gpio_keys(&visstrim_gpio_keys_platform_data); | ||
258 | platform_add_devices(platform_devices, ARRAY_SIZE(platform_devices)); | 250 | platform_add_devices(platform_devices, ARRAY_SIZE(platform_devices)); |
259 | } | 251 | } |
260 | 252 | ||
diff --git a/arch/arm/mach-mx3/mach-kzm_arm11_01.c b/arch/arm/mach-imx/mach-kzm_arm11_01.c index d35621d62b4d..1ecae20cf4e3 100644 --- a/arch/arm/mach-mx3/mach-kzm_arm11_01.c +++ b/arch/arm/mach-imx/mach-kzm_arm11_01.c | |||
@@ -39,7 +39,6 @@ | |||
39 | #include <mach/iomux-mx3.h> | 39 | #include <mach/iomux-mx3.h> |
40 | 40 | ||
41 | #include "devices-imx31.h" | 41 | #include "devices-imx31.h" |
42 | #include "devices.h" | ||
43 | 42 | ||
44 | #define KZM_ARM11_IO_ADDRESS(x) (IOMEM( \ | 43 | #define KZM_ARM11_IO_ADDRESS(x) (IOMEM( \ |
45 | IMX_IO_P2V_MODULE(x, MX31_CS4) ?: \ | 44 | IMX_IO_P2V_MODULE(x, MX31_CS4) ?: \ |
diff --git a/arch/arm/mach-imx/mach-mx1ads.c b/arch/arm/mach-imx/mach-mx1ads.c index 47cf56ac6d5b..38ec5cbbda9b 100644 --- a/arch/arm/mach-imx/mach-mx1ads.c +++ b/arch/arm/mach-imx/mach-mx1ads.c | |||
@@ -25,7 +25,6 @@ | |||
25 | 25 | ||
26 | #include <mach/common.h> | 26 | #include <mach/common.h> |
27 | #include <mach/hardware.h> | 27 | #include <mach/hardware.h> |
28 | #include <mach/i2c.h> | ||
29 | #include <mach/iomux-mx1.h> | 28 | #include <mach/iomux-mx1.h> |
30 | #include <mach/irqs.h> | 29 | #include <mach/irqs.h> |
31 | 30 | ||
diff --git a/arch/arm/mach-imx/mach-mx21ads.c b/arch/arm/mach-imx/mach-mx21ads.c index fa52a1086eae..74ac88978ddd 100644 --- a/arch/arm/mach-imx/mach-mx21ads.c +++ b/arch/arm/mach-imx/mach-mx21ads.c | |||
@@ -25,7 +25,6 @@ | |||
25 | #include <asm/mach/time.h> | 25 | #include <asm/mach/time.h> |
26 | #include <asm/mach/map.h> | 26 | #include <asm/mach/map.h> |
27 | #include <mach/iomux-mx21.h> | 27 | #include <mach/iomux-mx21.h> |
28 | #include <mach/mxc_nand.h> | ||
29 | 28 | ||
30 | #include "devices-imx21.h" | 29 | #include "devices-imx21.h" |
31 | 30 | ||
diff --git a/arch/arm/mach-imx/mach-mx25_3ds.c b/arch/arm/mach-imx/mach-mx25_3ds.c index 06da438282aa..58ea3fdf0911 100644 --- a/arch/arm/mach-imx/mach-mx25_3ds.c +++ b/arch/arm/mach-imx/mach-mx25_3ds.c | |||
@@ -29,7 +29,6 @@ | |||
29 | #include <linux/irq.h> | 29 | #include <linux/irq.h> |
30 | #include <linux/gpio.h> | 30 | #include <linux/gpio.h> |
31 | #include <linux/platform_device.h> | 31 | #include <linux/platform_device.h> |
32 | #include <linux/input/matrix_keypad.h> | ||
33 | #include <linux/usb/otg.h> | 32 | #include <linux/usb/otg.h> |
34 | 33 | ||
35 | #include <mach/hardware.h> | 34 | #include <mach/hardware.h> |
@@ -103,6 +102,8 @@ static iomux_v3_cfg_t mx25pdk_pads[] = { | |||
103 | MX25_PAD_SD1_DATA1__SD1_DATA1, | 102 | MX25_PAD_SD1_DATA1__SD1_DATA1, |
104 | MX25_PAD_SD1_DATA2__SD1_DATA2, | 103 | MX25_PAD_SD1_DATA2__SD1_DATA2, |
105 | MX25_PAD_SD1_DATA3__SD1_DATA3, | 104 | MX25_PAD_SD1_DATA3__SD1_DATA3, |
105 | MX25_PAD_A14__GPIO_2_0, /* WriteProtect */ | ||
106 | MX25_PAD_A15__GPIO_2_1, /* CardDetect */ | ||
106 | 107 | ||
107 | /* I2C1 */ | 108 | /* I2C1 */ |
108 | MX25_PAD_I2C1_CLK__I2C1_CLK, | 109 | MX25_PAD_I2C1_CLK__I2C1_CLK, |
@@ -208,6 +209,14 @@ static const struct imxi2c_platform_data mx25_3ds_i2c0_data __initconst = { | |||
208 | .bitrate = 100000, | 209 | .bitrate = 100000, |
209 | }; | 210 | }; |
210 | 211 | ||
212 | #define SD1_GPIO_WP IMX_GPIO_NR(2, 0) | ||
213 | #define SD1_GPIO_CD IMX_GPIO_NR(2, 1) | ||
214 | |||
215 | static const struct esdhc_platform_data mx25pdk_esdhc_pdata __initconst = { | ||
216 | .wp_gpio = SD1_GPIO_WP, | ||
217 | .cd_gpio = SD1_GPIO_CD, | ||
218 | }; | ||
219 | |||
211 | static void __init mx25pdk_init(void) | 220 | static void __init mx25pdk_init(void) |
212 | { | 221 | { |
213 | mxc_iomux_v3_setup_multiple_pads(mx25pdk_pads, | 222 | mxc_iomux_v3_setup_multiple_pads(mx25pdk_pads, |
@@ -225,7 +234,7 @@ static void __init mx25pdk_init(void) | |||
225 | imx25_add_fec(&mx25_fec_pdata); | 234 | imx25_add_fec(&mx25_fec_pdata); |
226 | imx25_add_imx_keypad(&mx25pdk_keymap_data); | 235 | imx25_add_imx_keypad(&mx25pdk_keymap_data); |
227 | 236 | ||
228 | imx25_add_sdhci_esdhc_imx(0, NULL); | 237 | imx25_add_sdhci_esdhc_imx(0, &mx25pdk_esdhc_pdata); |
229 | imx25_add_imx_i2c0(&mx25_3ds_i2c0_data); | 238 | imx25_add_imx_i2c0(&mx25_3ds_i2c0_data); |
230 | } | 239 | } |
231 | 240 | ||
diff --git a/arch/arm/mach-imx/mach-mx27ads.c b/arch/arm/mach-imx/mach-mx27ads.c index 367d1e4384c7..1db79506f5e4 100644 --- a/arch/arm/mach-imx/mach-mx27ads.c +++ b/arch/arm/mach-imx/mach-mx27ads.c | |||
@@ -29,7 +29,6 @@ | |||
29 | #include <asm/mach/map.h> | 29 | #include <asm/mach/map.h> |
30 | #include <mach/gpio.h> | 30 | #include <mach/gpio.h> |
31 | #include <mach/iomux-mx27.h> | 31 | #include <mach/iomux-mx27.h> |
32 | #include <mach/mxc_nand.h> | ||
33 | 32 | ||
34 | #include "devices-imx27.h" | 33 | #include "devices-imx27.h" |
35 | 34 | ||
diff --git a/arch/arm/mach-mx3/mach-mx31_3ds.c b/arch/arm/mach-imx/mach-mx31_3ds.c index 034be624d35c..9b982449cb52 100644 --- a/arch/arm/mach-mx3/mach-mx31_3ds.c +++ b/arch/arm/mach-imx/mach-mx31_3ds.c | |||
@@ -39,13 +39,8 @@ | |||
39 | #include <mach/iomux-mx3.h> | 39 | #include <mach/iomux-mx3.h> |
40 | #include <mach/3ds_debugboard.h> | 40 | #include <mach/3ds_debugboard.h> |
41 | #include <mach/ulpi.h> | 41 | #include <mach/ulpi.h> |
42 | #include <mach/mmc.h> | ||
43 | #include <mach/ipu.h> | ||
44 | #include <mach/mx3fb.h> | ||
45 | #include <mach/mx3_camera.h> | ||
46 | 42 | ||
47 | #include "devices-imx31.h" | 43 | #include "devices-imx31.h" |
48 | #include "devices.h" | ||
49 | 44 | ||
50 | /* CPLD IRQ line for external uart, external ethernet etc */ | 45 | /* CPLD IRQ line for external uart, external ethernet etc */ |
51 | #define EXPIO_PARENT_INT IOMUX_TO_IRQ(MX31_PIN_GPIO1_1) | 46 | #define EXPIO_PARENT_INT IOMUX_TO_IRQ(MX31_PIN_GPIO1_1) |
@@ -178,22 +173,37 @@ static struct gpio mx31_3ds_camera_gpios[] = { | |||
178 | { MX31_3DS_GPIO_CAMERA_RST, GPIOF_OUT_INIT_HIGH, "camera-reset" }, | 173 | { MX31_3DS_GPIO_CAMERA_RST, GPIOF_OUT_INIT_HIGH, "camera-reset" }, |
179 | }; | 174 | }; |
180 | 175 | ||
181 | static int __init mx31_3ds_camera_alloc_dma(void) | 176 | static const struct mx3_camera_pdata mx31_3ds_camera_pdata __initconst = { |
177 | .flags = MX3_CAMERA_DATAWIDTH_10, | ||
178 | .mclk_10khz = 2600, | ||
179 | }; | ||
180 | |||
181 | static int __init mx31_3ds_init_camera(void) | ||
182 | { | 182 | { |
183 | int dma; | 183 | int dma, ret = -ENOMEM; |
184 | struct platform_device *pdev = | ||
185 | imx31_alloc_mx3_camera(&mx31_3ds_camera_pdata); | ||
186 | |||
187 | if (IS_ERR(pdev)) | ||
188 | return PTR_ERR(pdev); | ||
184 | 189 | ||
185 | if (!mx3_camera_base) | 190 | if (!mx3_camera_base) |
186 | return -ENOMEM; | 191 | goto err; |
187 | 192 | ||
188 | dma = dma_declare_coherent_memory(&mx3_camera.dev, | 193 | dma = dma_declare_coherent_memory(&pdev->dev, |
189 | mx3_camera_base, mx3_camera_base, | 194 | mx3_camera_base, mx3_camera_base, |
190 | MX31_3DS_CAMERA_BUF_SIZE, | 195 | MX31_3DS_CAMERA_BUF_SIZE, |
191 | DMA_MEMORY_MAP | DMA_MEMORY_EXCLUSIVE); | 196 | DMA_MEMORY_MAP | DMA_MEMORY_EXCLUSIVE); |
192 | 197 | ||
193 | if (!(dma & DMA_MEMORY_MAP)) | 198 | if (!(dma & DMA_MEMORY_MAP)) |
194 | return -ENOMEM; | 199 | goto err; |
195 | 200 | ||
196 | return 0; | 201 | ret = platform_device_add(pdev); |
202 | if (ret) | ||
203 | err: | ||
204 | platform_device_put(pdev); | ||
205 | |||
206 | return ret; | ||
197 | } | 207 | } |
198 | 208 | ||
199 | static int mx31_3ds_camera_power(struct device *dev, int on) | 209 | static int mx31_3ds_camera_power(struct device *dev, int on) |
@@ -241,12 +251,6 @@ static struct platform_device mx31_3ds_ov2640 = { | |||
241 | }, | 251 | }, |
242 | }; | 252 | }; |
243 | 253 | ||
244 | struct mx3_camera_pdata mx31_3ds_camera_pdata = { | ||
245 | .dma_dev = &mx3_ipu.dev, | ||
246 | .flags = MX3_CAMERA_DATAWIDTH_10, | ||
247 | .mclk_10khz = 2600, | ||
248 | }; | ||
249 | |||
250 | /* | 254 | /* |
251 | * FB support | 255 | * FB support |
252 | */ | 256 | */ |
@@ -273,8 +277,7 @@ static struct ipu_platform_data mx3_ipu_data = { | |||
273 | .irq_base = MXC_IPU_IRQ_START, | 277 | .irq_base = MXC_IPU_IRQ_START, |
274 | }; | 278 | }; |
275 | 279 | ||
276 | static struct mx3fb_platform_data mx3fb_pdata = { | 280 | static struct mx3fb_platform_data mx3fb_pdata __initdata = { |
277 | .dma_dev = &mx3_ipu.dev, | ||
278 | .name = "Epson-VGA", | 281 | .name = "Epson-VGA", |
279 | .mode = fb_modedb, | 282 | .mode = fb_modedb, |
280 | .num_modes = ARRAY_SIZE(fb_modedb), | 283 | .num_modes = ARRAY_SIZE(fb_modedb), |
@@ -723,8 +726,8 @@ static void __init mx31_3ds_init(void) | |||
723 | imx31_add_mxc_mmc(0, &sdhc1_pdata); | 726 | imx31_add_mxc_mmc(0, &sdhc1_pdata); |
724 | 727 | ||
725 | imx31_add_spi_imx0(&spi0_pdata); | 728 | imx31_add_spi_imx0(&spi0_pdata); |
726 | mxc_register_device(&mx3_ipu, &mx3_ipu_data); | 729 | imx31_add_ipu_core(&mx3_ipu_data); |
727 | mxc_register_device(&mx3_fb, &mx3fb_pdata); | 730 | imx31_add_mx3_sdc_fb(&mx3fb_pdata); |
728 | 731 | ||
729 | /* CSI */ | 732 | /* CSI */ |
730 | /* Camera power: default - off */ | 733 | /* Camera power: default - off */ |
@@ -735,10 +738,7 @@ static void __init mx31_3ds_init(void) | |||
735 | iclink_ov2640.power = NULL; | 738 | iclink_ov2640.power = NULL; |
736 | } | 739 | } |
737 | 740 | ||
738 | if (!mx31_3ds_camera_alloc_dma()) | 741 | mx31_3ds_init_camera(); |
739 | mxc_register_device(&mx3_camera, &mx31_3ds_camera_pdata); | ||
740 | else | ||
741 | pr_err("Failed to allocate dma memory for camera"); | ||
742 | } | 742 | } |
743 | 743 | ||
744 | static void __init mx31_3ds_timer_init(void) | 744 | static void __init mx31_3ds_timer_init(void) |
diff --git a/arch/arm/mach-mx3/mach-mx31ads.c b/arch/arm/mach-imx/mach-mx31ads.c index 3d095d69bc68..f4dee0254634 100644 --- a/arch/arm/mach-mx3/mach-mx31ads.c +++ b/arch/arm/mach-imx/mach-mx31ads.c | |||
@@ -38,7 +38,6 @@ | |||
38 | #endif | 38 | #endif |
39 | 39 | ||
40 | #include "devices-imx31.h" | 40 | #include "devices-imx31.h" |
41 | #include "devices.h" | ||
42 | 41 | ||
43 | /* PBC Board interrupt status register */ | 42 | /* PBC Board interrupt status register */ |
44 | #define PBC_INTSTATUS 0x000016 | 43 | #define PBC_INTSTATUS 0x000016 |
diff --git a/arch/arm/mach-mx3/mach-mx31lilly.c b/arch/arm/mach-imx/mach-mx31lilly.c index ed95745163b8..410e676ae087 100644 --- a/arch/arm/mach-mx3/mach-mx31lilly.c +++ b/arch/arm/mach-imx/mach-mx31lilly.c | |||
@@ -46,7 +46,6 @@ | |||
46 | #include <mach/ulpi.h> | 46 | #include <mach/ulpi.h> |
47 | 47 | ||
48 | #include "devices-imx31.h" | 48 | #include "devices-imx31.h" |
49 | #include "devices.h" | ||
50 | 49 | ||
51 | /* | 50 | /* |
52 | * This file contains module-specific initialization routines for LILLY-1131. | 51 | * This file contains module-specific initialization routines for LILLY-1131. |
diff --git a/arch/arm/mach-mx3/mach-mx31lite.c b/arch/arm/mach-imx/mach-mx31lite.c index 24a21a384bf1..ac9b4cad320e 100644 --- a/arch/arm/mach-mx3/mach-mx31lite.c +++ b/arch/arm/mach-imx/mach-mx31lite.c | |||
@@ -44,7 +44,6 @@ | |||
44 | #include <mach/ulpi.h> | 44 | #include <mach/ulpi.h> |
45 | 45 | ||
46 | #include "devices-imx31.h" | 46 | #include "devices-imx31.h" |
47 | #include "devices.h" | ||
48 | 47 | ||
49 | /* | 48 | /* |
50 | * This file contains the module-specific initialization routines. | 49 | * This file contains the module-specific initialization routines. |
diff --git a/arch/arm/mach-mx3/mach-mx31moboard.c b/arch/arm/mach-imx/mach-mx31moboard.c index 3a021b01161d..eaa51e49ca95 100644 --- a/arch/arm/mach-mx3/mach-mx31moboard.c +++ b/arch/arm/mach-imx/mach-mx31moboard.c | |||
@@ -27,6 +27,7 @@ | |||
27 | #include <linux/mfd/mc13783.h> | 27 | #include <linux/mfd/mc13783.h> |
28 | #include <linux/spi/spi.h> | 28 | #include <linux/spi/spi.h> |
29 | #include <linux/types.h> | 29 | #include <linux/types.h> |
30 | #include <linux/memblock.h> | ||
30 | 31 | ||
31 | #include <linux/usb/otg.h> | 32 | #include <linux/usb/otg.h> |
32 | #include <linux/usb/ulpi.h> | 33 | #include <linux/usb/ulpi.h> |
@@ -39,13 +40,9 @@ | |||
39 | #include <mach/common.h> | 40 | #include <mach/common.h> |
40 | #include <mach/hardware.h> | 41 | #include <mach/hardware.h> |
41 | #include <mach/iomux-mx3.h> | 42 | #include <mach/iomux-mx3.h> |
42 | #include <mach/ipu.h> | ||
43 | #include <mach/mx3_camera.h> | ||
44 | #include <mach/spi.h> | ||
45 | #include <mach/ulpi.h> | 43 | #include <mach/ulpi.h> |
46 | 44 | ||
47 | #include "devices-imx31.h" | 45 | #include "devices-imx31.h" |
48 | #include "devices.h" | ||
49 | 46 | ||
50 | static unsigned int moboard_pins[] = { | 47 | static unsigned int moboard_pins[] = { |
51 | /* UART0 */ | 48 | /* UART0 */ |
@@ -102,7 +99,7 @@ static unsigned int moboard_pins[] = { | |||
102 | }; | 99 | }; |
103 | 100 | ||
104 | static struct physmap_flash_data mx31moboard_flash_data = { | 101 | static struct physmap_flash_data mx31moboard_flash_data = { |
105 | .width = 2, | 102 | .width = 2, |
106 | }; | 103 | }; |
107 | 104 | ||
108 | static struct resource mx31moboard_flash_resource = { | 105 | static struct resource mx31moboard_flash_resource = { |
@@ -194,8 +191,8 @@ static struct regulator_init_data sdhc_vreg_data = { | |||
194 | 191 | ||
195 | static struct regulator_consumer_supply cam_consumers[] = { | 192 | static struct regulator_consumer_supply cam_consumers[] = { |
196 | { | 193 | { |
197 | .dev = &mx3_camera.dev, | 194 | .dev_name = "mx3_camera.0", |
198 | .supply = "cam_vcc", | 195 | .supply = "cam_vcc", |
199 | }, | 196 | }, |
200 | }; | 197 | }; |
201 | 198 | ||
@@ -430,9 +427,9 @@ static int __init moboard_usbh2_init(void) | |||
430 | 427 | ||
431 | static struct gpio_led mx31moboard_leds[] = { | 428 | static struct gpio_led mx31moboard_leds[] = { |
432 | { | 429 | { |
433 | .name = "coreboard-led-0:red:running", | 430 | .name = "coreboard-led-0:red:running", |
434 | .default_trigger = "heartbeat", | 431 | .default_trigger = "heartbeat", |
435 | .gpio = IOMUX_TO_GPIO(MX31_PIN_SVEN0), | 432 | .gpio = IOMUX_TO_GPIO(MX31_PIN_SVEN0), |
436 | }, { | 433 | }, { |
437 | .name = "coreboard-led-1:red", | 434 | .name = "coreboard-led-1:red", |
438 | .gpio = IOMUX_TO_GPIO(MX31_PIN_STX0), | 435 | .gpio = IOMUX_TO_GPIO(MX31_PIN_STX0), |
@@ -446,7 +443,7 @@ static struct gpio_led mx31moboard_leds[] = { | |||
446 | }; | 443 | }; |
447 | 444 | ||
448 | static struct gpio_led_platform_data mx31moboard_led_pdata = { | 445 | static struct gpio_led_platform_data mx31moboard_led_pdata = { |
449 | .num_leds = ARRAY_SIZE(mx31moboard_leds), | 446 | .num_leds = ARRAY_SIZE(mx31moboard_leds), |
450 | .leds = mx31moboard_leds, | 447 | .leds = mx31moboard_leds, |
451 | }; | 448 | }; |
452 | 449 | ||
@@ -458,7 +455,7 @@ static struct platform_device mx31moboard_leds_device = { | |||
458 | }, | 455 | }, |
459 | }; | 456 | }; |
460 | 457 | ||
461 | static struct ipu_platform_data mx3_ipu_data = { | 458 | static const struct ipu_platform_data mx3_ipu_data __initconst = { |
462 | .irq_base = MXC_IPU_IRQ_START, | 459 | .irq_base = MXC_IPU_IRQ_START, |
463 | }; | 460 | }; |
464 | 461 | ||
@@ -467,37 +464,39 @@ static struct platform_device *devices[] __initdata = { | |||
467 | &mx31moboard_leds_device, | 464 | &mx31moboard_leds_device, |
468 | }; | 465 | }; |
469 | 466 | ||
470 | static struct mx3_camera_pdata camera_pdata = { | 467 | static struct mx3_camera_pdata camera_pdata __initdata = { |
471 | .dma_dev = &mx3_ipu.dev, | ||
472 | .flags = MX3_CAMERA_DATAWIDTH_8 | MX3_CAMERA_DATAWIDTH_10, | 468 | .flags = MX3_CAMERA_DATAWIDTH_8 | MX3_CAMERA_DATAWIDTH_10, |
473 | .mclk_10khz = 4800, | 469 | .mclk_10khz = 4800, |
474 | }; | 470 | }; |
475 | 471 | ||
476 | #define CAMERA_BUF_SIZE (4*1024*1024) | 472 | static phys_addr_t mx3_camera_base __initdata; |
473 | #define MX3_CAMERA_BUF_SIZE SZ_4M | ||
477 | 474 | ||
478 | static int __init mx31moboard_cam_alloc_dma(const size_t buf_size) | 475 | static int __init mx31moboard_init_cam(void) |
479 | { | 476 | { |
480 | dma_addr_t dma_handle; | 477 | int dma, ret = -ENOMEM; |
481 | void *buf; | 478 | struct platform_device *pdev; |
482 | int dma; | ||
483 | |||
484 | if (buf_size < 2 * 1024 * 1024) | ||
485 | return -EINVAL; | ||
486 | 479 | ||
487 | buf = dma_alloc_coherent(NULL, buf_size, &dma_handle, GFP_KERNEL); | 480 | imx31_add_ipu_core(&mx3_ipu_data); |
488 | if (!buf) { | ||
489 | pr_err("%s: cannot allocate camera buffer-memory\n", __func__); | ||
490 | return -ENOMEM; | ||
491 | } | ||
492 | 481 | ||
493 | memset(buf, 0, buf_size); | 482 | pdev = imx31_alloc_mx3_camera(&camera_pdata); |
483 | if (IS_ERR(pdev)) | ||
484 | return PTR_ERR(pdev); | ||
494 | 485 | ||
495 | dma = dma_declare_coherent_memory(&mx3_camera.dev, | 486 | dma = dma_declare_coherent_memory(&pdev->dev, |
496 | dma_handle, dma_handle, buf_size, | 487 | mx3_camera_base, mx3_camera_base, |
488 | MX3_CAMERA_BUF_SIZE, | ||
497 | DMA_MEMORY_MAP | DMA_MEMORY_EXCLUSIVE); | 489 | DMA_MEMORY_MAP | DMA_MEMORY_EXCLUSIVE); |
490 | if (!(dma & DMA_MEMORY_MAP)) | ||
491 | goto err; | ||
492 | |||
493 | ret = platform_device_add(pdev); | ||
494 | if (ret) | ||
495 | err: | ||
496 | platform_device_put(pdev); | ||
497 | |||
498 | return ret; | ||
498 | 499 | ||
499 | /* The way we call dma_declare_coherent_memory only a malloc can fail */ | ||
500 | return dma & DMA_MEMORY_MAP ? 0 : -ENOMEM; | ||
501 | } | 500 | } |
502 | 501 | ||
503 | static int mx31moboard_baseboard; | 502 | static int mx31moboard_baseboard; |
@@ -529,9 +528,7 @@ static void __init mx31moboard_init(void) | |||
529 | 528 | ||
530 | imx31_add_mxc_mmc(0, &sdhc1_pdata); | 529 | imx31_add_mxc_mmc(0, &sdhc1_pdata); |
531 | 530 | ||
532 | mxc_register_device(&mx3_ipu, &mx3_ipu_data); | 531 | mx31moboard_init_cam(); |
533 | if (!mx31moboard_cam_alloc_dma(CAMERA_BUF_SIZE)) | ||
534 | mxc_register_device(&mx3_camera, &camera_pdata); | ||
535 | 532 | ||
536 | usb_xcvr_reset(); | 533 | usb_xcvr_reset(); |
537 | 534 | ||
@@ -565,9 +562,19 @@ struct sys_timer mx31moboard_timer = { | |||
565 | .init = mx31moboard_timer_init, | 562 | .init = mx31moboard_timer_init, |
566 | }; | 563 | }; |
567 | 564 | ||
565 | static void __init mx31moboard_reserve(void) | ||
566 | { | ||
567 | /* reserve 4 MiB for mx3-camera */ | ||
568 | mx3_camera_base = memblock_alloc(MX3_CAMERA_BUF_SIZE, | ||
569 | MX3_CAMERA_BUF_SIZE); | ||
570 | memblock_free(mx3_camera_base, MX3_CAMERA_BUF_SIZE); | ||
571 | memblock_remove(mx3_camera_base, MX3_CAMERA_BUF_SIZE); | ||
572 | } | ||
573 | |||
568 | MACHINE_START(MX31MOBOARD, "EPFL Mobots mx31moboard") | 574 | MACHINE_START(MX31MOBOARD, "EPFL Mobots mx31moboard") |
569 | /* Maintainer: Valentin Longchamp, EPFL Mobots group */ | 575 | /* Maintainer: Valentin Longchamp, EPFL Mobots group */ |
570 | .boot_params = MX3x_PHYS_OFFSET + 0x100, | 576 | .boot_params = MX3x_PHYS_OFFSET + 0x100, |
577 | .reserve = mx31moboard_reserve, | ||
571 | .map_io = mx31_map_io, | 578 | .map_io = mx31_map_io, |
572 | .init_early = imx31_init_early, | 579 | .init_early = imx31_init_early, |
573 | .init_irq = mx31_init_irq, | 580 | .init_irq = mx31_init_irq, |
diff --git a/arch/arm/mach-mx3/mach-mx35_3ds.c b/arch/arm/mach-imx/mach-mx35_3ds.c index ff5fe231b8d6..882880ac1bbc 100644 --- a/arch/arm/mach-mx3/mach-mx35_3ds.c +++ b/arch/arm/mach-imx/mach-mx35_3ds.c | |||
@@ -42,7 +42,6 @@ | |||
42 | #include <mach/3ds_debugboard.h> | 42 | #include <mach/3ds_debugboard.h> |
43 | 43 | ||
44 | #include "devices-imx35.h" | 44 | #include "devices-imx35.h" |
45 | #include "devices.h" | ||
46 | 45 | ||
47 | #define EXPIO_PARENT_INT (MXC_INTERNAL_IRQS + GPIO_PORTA + 1) | 46 | #define EXPIO_PARENT_INT (MXC_INTERNAL_IRQS + GPIO_PORTA + 1) |
48 | 47 | ||
diff --git a/arch/arm/mach-imx/mach-mxt_td60.c b/arch/arm/mach-imx/mach-mxt_td60.c index 69787c30c320..2774541511e7 100644 --- a/arch/arm/mach-imx/mach-mxt_td60.c +++ b/arch/arm/mach-imx/mach-mxt_td60.c | |||
@@ -29,7 +29,6 @@ | |||
29 | #include <asm/mach/map.h> | 29 | #include <asm/mach/map.h> |
30 | #include <linux/gpio.h> | 30 | #include <linux/gpio.h> |
31 | #include <mach/iomux-mx27.h> | 31 | #include <mach/iomux-mx27.h> |
32 | #include <mach/mxc_nand.h> | ||
33 | #include <linux/i2c/pca953x.h> | 32 | #include <linux/i2c/pca953x.h> |
34 | 33 | ||
35 | #include "devices-imx27.h" | 34 | #include "devices-imx27.h" |
diff --git a/arch/arm/mach-imx/mach-pca100.c b/arch/arm/mach-imx/mach-pca100.c index 63e182556778..bbddc5a11c43 100644 --- a/arch/arm/mach-imx/mach-pca100.c +++ b/arch/arm/mach-imx/mach-pca100.c | |||
@@ -37,7 +37,6 @@ | |||
37 | #include <mach/iomux-mx27.h> | 37 | #include <mach/iomux-mx27.h> |
38 | #include <asm/mach/time.h> | 38 | #include <asm/mach/time.h> |
39 | #include <mach/audmux.h> | 39 | #include <mach/audmux.h> |
40 | #include <mach/mxc_nand.h> | ||
41 | #include <mach/irqs.h> | 40 | #include <mach/irqs.h> |
42 | #include <mach/ulpi.h> | 41 | #include <mach/ulpi.h> |
43 | 42 | ||
diff --git a/arch/arm/mach-mx3/mach-pcm037.c b/arch/arm/mach-imx/mach-pcm037.c index f07d3bded674..89c213b81295 100644 --- a/arch/arm/mach-mx3/mach-pcm037.c +++ b/arch/arm/mach-imx/mach-pcm037.c | |||
@@ -31,6 +31,7 @@ | |||
31 | #include <linux/usb/otg.h> | 31 | #include <linux/usb/otg.h> |
32 | #include <linux/usb/ulpi.h> | 32 | #include <linux/usb/ulpi.h> |
33 | #include <linux/gfp.h> | 33 | #include <linux/gfp.h> |
34 | #include <linux/memblock.h> | ||
34 | 35 | ||
35 | #include <media/soc_camera.h> | 36 | #include <media/soc_camera.h> |
36 | 37 | ||
@@ -41,13 +42,9 @@ | |||
41 | #include <mach/common.h> | 42 | #include <mach/common.h> |
42 | #include <mach/hardware.h> | 43 | #include <mach/hardware.h> |
43 | #include <mach/iomux-mx3.h> | 44 | #include <mach/iomux-mx3.h> |
44 | #include <mach/ipu.h> | ||
45 | #include <mach/mx3_camera.h> | ||
46 | #include <mach/mx3fb.h> | ||
47 | #include <mach/ulpi.h> | 45 | #include <mach/ulpi.h> |
48 | 46 | ||
49 | #include "devices-imx31.h" | 47 | #include "devices-imx31.h" |
50 | #include "devices.h" | ||
51 | #include "pcm037.h" | 48 | #include "pcm037.h" |
52 | 49 | ||
53 | static enum pcm037_board_variant pcm037_instance = PCM037_PCM970; | 50 | static enum pcm037_board_variant pcm037_instance = PCM037_PCM970; |
@@ -404,35 +401,35 @@ static const struct imxmmc_platform_data sdhc_pdata __initconst = { | |||
404 | .exit = pcm970_sdhc1_exit, | 401 | .exit = pcm970_sdhc1_exit, |
405 | }; | 402 | }; |
406 | 403 | ||
407 | struct mx3_camera_pdata camera_pdata = { | 404 | struct mx3_camera_pdata camera_pdata __initdata = { |
408 | .dma_dev = &mx3_ipu.dev, | ||
409 | .flags = MX3_CAMERA_DATAWIDTH_8 | MX3_CAMERA_DATAWIDTH_10, | 405 | .flags = MX3_CAMERA_DATAWIDTH_8 | MX3_CAMERA_DATAWIDTH_10, |
410 | .mclk_10khz = 2000, | 406 | .mclk_10khz = 2000, |
411 | }; | 407 | }; |
412 | 408 | ||
413 | static int __init pcm037_camera_alloc_dma(const size_t buf_size) | 409 | static phys_addr_t mx3_camera_base __initdata; |
414 | { | 410 | #define MX3_CAMERA_BUF_SIZE SZ_4M |
415 | dma_addr_t dma_handle; | ||
416 | void *buf; | ||
417 | int dma; | ||
418 | |||
419 | if (buf_size < 2 * 1024 * 1024) | ||
420 | return -EINVAL; | ||
421 | 411 | ||
422 | buf = dma_alloc_coherent(NULL, buf_size, &dma_handle, GFP_KERNEL); | 412 | static int __init pcm037_init_camera(void) |
423 | if (!buf) { | 413 | { |
424 | pr_err("%s: cannot allocate camera buffer-memory\n", __func__); | 414 | int dma, ret = -ENOMEM; |
425 | return -ENOMEM; | 415 | struct platform_device *pdev = imx31_alloc_mx3_camera(&camera_pdata); |
426 | } | ||
427 | 416 | ||
428 | memset(buf, 0, buf_size); | 417 | if (IS_ERR(pdev)) |
418 | return PTR_ERR(pdev); | ||
429 | 419 | ||
430 | dma = dma_declare_coherent_memory(&mx3_camera.dev, | 420 | dma = dma_declare_coherent_memory(&pdev->dev, |
431 | dma_handle, dma_handle, buf_size, | 421 | mx3_camera_base, mx3_camera_base, |
422 | MX3_CAMERA_BUF_SIZE, | ||
432 | DMA_MEMORY_MAP | DMA_MEMORY_EXCLUSIVE); | 423 | DMA_MEMORY_MAP | DMA_MEMORY_EXCLUSIVE); |
424 | if (!(dma & DMA_MEMORY_MAP)) | ||
425 | goto err; | ||
426 | |||
427 | ret = platform_device_add(pdev); | ||
428 | if (ret) | ||
429 | err: | ||
430 | platform_device_put(pdev); | ||
433 | 431 | ||
434 | /* The way we call dma_declare_coherent_memory only a malloc can fail */ | 432 | return ret; |
435 | return dma & DMA_MEMORY_MAP ? 0 : -ENOMEM; | ||
436 | } | 433 | } |
437 | 434 | ||
438 | static struct platform_device *devices[] __initdata = { | 435 | static struct platform_device *devices[] __initdata = { |
@@ -442,7 +439,7 @@ static struct platform_device *devices[] __initdata = { | |||
442 | &pcm037_mt9v022, | 439 | &pcm037_mt9v022, |
443 | }; | 440 | }; |
444 | 441 | ||
445 | static struct ipu_platform_data mx3_ipu_data = { | 442 | static const struct ipu_platform_data mx3_ipu_data __initconst = { |
446 | .irq_base = MXC_IPU_IRQ_START, | 443 | .irq_base = MXC_IPU_IRQ_START, |
447 | }; | 444 | }; |
448 | 445 | ||
@@ -500,7 +497,6 @@ static const struct fb_videomode fb_modedb[] = { | |||
500 | }; | 497 | }; |
501 | 498 | ||
502 | static struct mx3fb_platform_data mx3fb_pdata = { | 499 | static struct mx3fb_platform_data mx3fb_pdata = { |
503 | .dma_dev = &mx3_ipu.dev, | ||
504 | .name = "Sharp-LQ035Q7DH06-QVGA", | 500 | .name = "Sharp-LQ035Q7DH06-QVGA", |
505 | .mode = fb_modedb, | 501 | .mode = fb_modedb, |
506 | .num_modes = ARRAY_SIZE(fb_modedb), | 502 | .num_modes = ARRAY_SIZE(fb_modedb), |
@@ -638,8 +634,8 @@ static void __init pcm037_init(void) | |||
638 | 634 | ||
639 | imx31_add_mxc_nand(&pcm037_nand_board_info); | 635 | imx31_add_mxc_nand(&pcm037_nand_board_info); |
640 | imx31_add_mxc_mmc(0, &sdhc_pdata); | 636 | imx31_add_mxc_mmc(0, &sdhc_pdata); |
641 | mxc_register_device(&mx3_ipu, &mx3_ipu_data); | 637 | imx31_add_ipu_core(&mx3_ipu_data); |
642 | mxc_register_device(&mx3_fb, &mx3fb_pdata); | 638 | imx31_add_mx3_sdc_fb(&mx3fb_pdata); |
643 | 639 | ||
644 | /* CSI */ | 640 | /* CSI */ |
645 | /* Camera power: default - off */ | 641 | /* Camera power: default - off */ |
@@ -649,8 +645,7 @@ static void __init pcm037_init(void) | |||
649 | else | 645 | else |
650 | iclink_mt9t031.power = NULL; | 646 | iclink_mt9t031.power = NULL; |
651 | 647 | ||
652 | if (!pcm037_camera_alloc_dma(4 * 1024 * 1024)) | 648 | pcm037_init_camera(); |
653 | mxc_register_device(&mx3_camera, &camera_pdata); | ||
654 | 649 | ||
655 | platform_device_register(&pcm970_sja1000); | 650 | platform_device_register(&pcm970_sja1000); |
656 | 651 | ||
@@ -680,9 +675,19 @@ struct sys_timer pcm037_timer = { | |||
680 | .init = pcm037_timer_init, | 675 | .init = pcm037_timer_init, |
681 | }; | 676 | }; |
682 | 677 | ||
678 | static void __init pcm037_reserve(void) | ||
679 | { | ||
680 | /* reserve 4 MiB for mx3-camera */ | ||
681 | mx3_camera_base = memblock_alloc(MX3_CAMERA_BUF_SIZE, | ||
682 | MX3_CAMERA_BUF_SIZE); | ||
683 | memblock_free(mx3_camera_base, MX3_CAMERA_BUF_SIZE); | ||
684 | memblock_remove(mx3_camera_base, MX3_CAMERA_BUF_SIZE); | ||
685 | } | ||
686 | |||
683 | MACHINE_START(PCM037, "Phytec Phycore pcm037") | 687 | MACHINE_START(PCM037, "Phytec Phycore pcm037") |
684 | /* Maintainer: Pengutronix */ | 688 | /* Maintainer: Pengutronix */ |
685 | .boot_params = MX3x_PHYS_OFFSET + 0x100, | 689 | .boot_params = MX3x_PHYS_OFFSET + 0x100, |
690 | .reserve = pcm037_reserve, | ||
686 | .map_io = mx31_map_io, | 691 | .map_io = mx31_map_io, |
687 | .init_early = imx31_init_early, | 692 | .init_early = imx31_init_early, |
688 | .init_irq = mx31_init_irq, | 693 | .init_irq = mx31_init_irq, |
diff --git a/arch/arm/mach-mx3/mach-pcm037_eet.c b/arch/arm/mach-imx/mach-pcm037_eet.c index df6fb07d037e..1b7606bef8f4 100644 --- a/arch/arm/mach-mx3/mach-pcm037_eet.c +++ b/arch/arm/mach-imx/mach-pcm037_eet.c | |||
@@ -7,19 +7,16 @@ | |||
7 | * published by the Free Software Foundation. | 7 | * published by the Free Software Foundation. |
8 | */ | 8 | */ |
9 | #include <linux/gpio.h> | 9 | #include <linux/gpio.h> |
10 | #include <linux/gpio_keys.h> | ||
11 | #include <linux/input.h> | 10 | #include <linux/input.h> |
12 | #include <linux/platform_device.h> | 11 | #include <linux/platform_device.h> |
13 | #include <linux/spi/spi.h> | 12 | #include <linux/spi/spi.h> |
14 | 13 | ||
15 | #include <mach/common.h> | 14 | #include <mach/common.h> |
16 | #include <mach/iomux-mx3.h> | 15 | #include <mach/iomux-mx3.h> |
17 | #include <mach/spi.h> | ||
18 | 16 | ||
19 | #include <asm/mach-types.h> | 17 | #include <asm/mach-types.h> |
20 | 18 | ||
21 | #include "pcm037.h" | 19 | #include "pcm037.h" |
22 | #include "devices.h" | ||
23 | #include "devices-imx31.h" | 20 | #include "devices-imx31.h" |
24 | 21 | ||
25 | static unsigned int pcm037_eet_pins[] = { | 22 | static unsigned int pcm037_eet_pins[] = { |
@@ -156,20 +153,13 @@ static struct gpio_keys_button pcm037_gpio_keys[] = { | |||
156 | }, | 153 | }, |
157 | }; | 154 | }; |
158 | 155 | ||
159 | static struct gpio_keys_platform_data pcm037_gpio_keys_platform_data = { | 156 | static const struct gpio_keys_platform_data |
157 | pcm037_gpio_keys_platform_data __initconst = { | ||
160 | .buttons = pcm037_gpio_keys, | 158 | .buttons = pcm037_gpio_keys, |
161 | .nbuttons = ARRAY_SIZE(pcm037_gpio_keys), | 159 | .nbuttons = ARRAY_SIZE(pcm037_gpio_keys), |
162 | .rep = 0, /* No auto-repeat */ | 160 | .rep = 0, /* No auto-repeat */ |
163 | }; | 161 | }; |
164 | 162 | ||
165 | static struct platform_device pcm037_gpio_keys_device = { | ||
166 | .name = "gpio-keys", | ||
167 | .id = -1, | ||
168 | .dev = { | ||
169 | .platform_data = &pcm037_gpio_keys_platform_data, | ||
170 | }, | ||
171 | }; | ||
172 | |||
173 | static int __init eet_init_devices(void) | 163 | static int __init eet_init_devices(void) |
174 | { | 164 | { |
175 | if (!machine_is_pcm037() || pcm037_variant() != PCM037_EET) | 165 | if (!machine_is_pcm037() || pcm037_variant() != PCM037_EET) |
@@ -182,9 +172,8 @@ static int __init eet_init_devices(void) | |||
182 | spi_register_board_info(pcm037_spi_dev, ARRAY_SIZE(pcm037_spi_dev)); | 172 | spi_register_board_info(pcm037_spi_dev, ARRAY_SIZE(pcm037_spi_dev)); |
183 | imx31_add_spi_imx0(&pcm037_spi1_pdata); | 173 | imx31_add_spi_imx0(&pcm037_spi1_pdata); |
184 | 174 | ||
185 | platform_device_register(&pcm037_gpio_keys_device); | 175 | imx_add_gpio_keys(&pcm037_gpio_keys_platform_data); |
186 | 176 | ||
187 | return 0; | 177 | return 0; |
188 | } | 178 | } |
189 | |||
190 | late_initcall(eet_init_devices); | 179 | late_initcall(eet_init_devices); |
diff --git a/arch/arm/mach-imx/mach-pcm038.c b/arch/arm/mach-imx/mach-pcm038.c index 4cbce6d0fef1..853bb871c7ed 100644 --- a/arch/arm/mach-imx/mach-pcm038.c +++ b/arch/arm/mach-imx/mach-pcm038.c | |||
@@ -36,7 +36,6 @@ | |||
36 | #include <mach/common.h> | 36 | #include <mach/common.h> |
37 | #include <mach/hardware.h> | 37 | #include <mach/hardware.h> |
38 | #include <mach/iomux-mx27.h> | 38 | #include <mach/iomux-mx27.h> |
39 | #include <mach/mxc_nand.h> | ||
40 | #include <mach/ulpi.h> | 39 | #include <mach/ulpi.h> |
41 | 40 | ||
42 | #include "devices-imx27.h" | 41 | #include "devices-imx27.h" |
diff --git a/arch/arm/mach-mx3/mach-pcm043.c b/arch/arm/mach-imx/mach-pcm043.c index 036ba1a4704b..026441628dfa 100644 --- a/arch/arm/mach-mx3/mach-pcm043.c +++ b/arch/arm/mach-imx/mach-pcm043.c | |||
@@ -36,14 +36,10 @@ | |||
36 | #include <mach/hardware.h> | 36 | #include <mach/hardware.h> |
37 | #include <mach/common.h> | 37 | #include <mach/common.h> |
38 | #include <mach/iomux-mx35.h> | 38 | #include <mach/iomux-mx35.h> |
39 | #include <mach/ipu.h> | ||
40 | #include <mach/mx3fb.h> | ||
41 | #include <mach/ulpi.h> | 39 | #include <mach/ulpi.h> |
42 | #include <mach/audmux.h> | 40 | #include <mach/audmux.h> |
43 | #include <mach/esdhc.h> | ||
44 | 41 | ||
45 | #include "devices-imx35.h" | 42 | #include "devices-imx35.h" |
46 | #include "devices.h" | ||
47 | 43 | ||
48 | static const struct fb_videomode fb_modedb[] = { | 44 | static const struct fb_videomode fb_modedb[] = { |
49 | { | 45 | { |
@@ -81,12 +77,11 @@ static const struct fb_videomode fb_modedb[] = { | |||
81 | }, | 77 | }, |
82 | }; | 78 | }; |
83 | 79 | ||
84 | static struct ipu_platform_data mx3_ipu_data = { | 80 | static const struct ipu_platform_data mx3_ipu_data __initconst = { |
85 | .irq_base = MXC_IPU_IRQ_START, | 81 | .irq_base = MXC_IPU_IRQ_START, |
86 | }; | 82 | }; |
87 | 83 | ||
88 | static struct mx3fb_platform_data mx3fb_pdata = { | 84 | static struct mx3fb_platform_data mx3fb_pdata __initdata = { |
89 | .dma_dev = &mx3_ipu.dev, | ||
90 | .name = "Sharp-LQ035Q7", | 85 | .name = "Sharp-LQ035Q7", |
91 | .mode = fb_modedb, | 86 | .mode = fb_modedb, |
92 | .num_modes = ARRAY_SIZE(fb_modedb), | 87 | .num_modes = ARRAY_SIZE(fb_modedb), |
@@ -127,12 +122,12 @@ static struct at24_platform_data board_eeprom = { | |||
127 | }; | 122 | }; |
128 | 123 | ||
129 | static struct i2c_board_info pcm043_i2c_devices[] = { | 124 | static struct i2c_board_info pcm043_i2c_devices[] = { |
130 | { | 125 | { |
131 | I2C_BOARD_INFO("at24", 0x52), /* E0=0, E1=1, E2=0 */ | 126 | I2C_BOARD_INFO("at24", 0x52), /* E0=0, E1=1, E2=0 */ |
132 | .platform_data = &board_eeprom, | 127 | .platform_data = &board_eeprom, |
133 | }, { | 128 | }, { |
134 | I2C_BOARD_INFO("pcf8563", 0x51), | 129 | I2C_BOARD_INFO("pcf8563", 0x51), |
135 | } | 130 | }, |
136 | }; | 131 | }; |
137 | 132 | ||
138 | static struct platform_device *devices[] __initdata = { | 133 | static struct platform_device *devices[] __initdata = { |
@@ -390,8 +385,8 @@ static void __init pcm043_init(void) | |||
390 | 385 | ||
391 | imx35_add_imx_i2c0(&pcm043_i2c0_data); | 386 | imx35_add_imx_i2c0(&pcm043_i2c0_data); |
392 | 387 | ||
393 | mxc_register_device(&mx3_ipu, &mx3_ipu_data); | 388 | imx35_add_ipu_core(&mx3_ipu_data); |
394 | mxc_register_device(&mx3_fb, &mx3fb_pdata); | 389 | imx35_add_mx3_sdc_fb(&mx3fb_pdata); |
395 | 390 | ||
396 | if (otg_mode_host) { | 391 | if (otg_mode_host) { |
397 | otg_pdata.otg = imx_otg_ulpi_create(ULPI_OTG_DRVVBUS | | 392 | otg_pdata.otg = imx_otg_ulpi_create(ULPI_OTG_DRVVBUS | |
diff --git a/arch/arm/mach-mx3/mach-qong.c b/arch/arm/mach-imx/mach-qong.c index 17f758b77623..c16328715939 100644 --- a/arch/arm/mach-mx3/mach-qong.c +++ b/arch/arm/mach-imx/mach-qong.c | |||
@@ -33,24 +33,23 @@ | |||
33 | #include <mach/iomux-mx3.h> | 33 | #include <mach/iomux-mx3.h> |
34 | 34 | ||
35 | #include "devices-imx31.h" | 35 | #include "devices-imx31.h" |
36 | #include "devices.h" | ||
37 | 36 | ||
38 | /* FPGA defines */ | 37 | /* FPGA defines */ |
39 | #define QONG_FPGA_VERSION(major, minor, rev) \ | 38 | #define QONG_FPGA_VERSION(major, minor, rev) \ |
40 | (((major & 0xF) << 12) | ((minor & 0xF) << 8) | (rev & 0xFF)) | 39 | (((major & 0xF) << 12) | ((minor & 0xF) << 8) | (rev & 0xFF)) |
41 | 40 | ||
42 | #define QONG_FPGA_BASEADDR MX31_CS1_BASE_ADDR | 41 | #define QONG_FPGA_BASEADDR MX31_CS1_BASE_ADDR |
43 | #define QONG_FPGA_PERIPH_SIZE (1 << 24) | 42 | #define QONG_FPGA_PERIPH_SIZE (1 << 24) |
44 | 43 | ||
45 | #define QONG_FPGA_CTRL_BASEADDR QONG_FPGA_BASEADDR | 44 | #define QONG_FPGA_CTRL_BASEADDR QONG_FPGA_BASEADDR |
46 | #define QONG_FPGA_CTRL_SIZE 0x10 | 45 | #define QONG_FPGA_CTRL_SIZE 0x10 |
47 | /* FPGA control registers */ | 46 | /* FPGA control registers */ |
48 | #define QONG_FPGA_CTRL_VERSION 0x00 | 47 | #define QONG_FPGA_CTRL_VERSION 0x00 |
49 | 48 | ||
50 | #define QONG_DNET_ID 1 | 49 | #define QONG_DNET_ID 1 |
51 | #define QONG_DNET_BASEADDR \ | 50 | #define QONG_DNET_BASEADDR \ |
52 | (QONG_FPGA_BASEADDR + QONG_DNET_ID * QONG_FPGA_PERIPH_SIZE) | 51 | (QONG_FPGA_BASEADDR + QONG_DNET_ID * QONG_FPGA_PERIPH_SIZE) |
53 | #define QONG_DNET_SIZE 0x00001000 | 52 | #define QONG_DNET_SIZE 0x00001000 |
54 | 53 | ||
55 | #define QONG_FPGA_IRQ IOMUX_TO_IRQ(MX31_PIN_DTR_DCE1) | 54 | #define QONG_FPGA_IRQ IOMUX_TO_IRQ(MX31_PIN_DTR_DCE1) |
56 | 55 | ||
@@ -166,15 +165,15 @@ static struct platform_nand_data qong_nand_data = { | |||
166 | .options = 0, | 165 | .options = 0, |
167 | }, | 166 | }, |
168 | .ctrl = { | 167 | .ctrl = { |
169 | .cmd_ctrl = qong_nand_cmd_ctrl, | 168 | .cmd_ctrl = qong_nand_cmd_ctrl, |
170 | .dev_ready = qong_nand_device_ready, | 169 | .dev_ready = qong_nand_device_ready, |
171 | .select_chip = qong_nand_select_chip, | 170 | .select_chip = qong_nand_select_chip, |
172 | } | 171 | } |
173 | }; | 172 | }; |
174 | 173 | ||
175 | static struct resource qong_nand_resource = { | 174 | static struct resource qong_nand_resource = { |
176 | .start = MX31_CS3_BASE_ADDR, | 175 | .start = MX31_CS3_BASE_ADDR, |
177 | .end = MX31_CS3_BASE_ADDR + SZ_32M - 1, | 176 | .end = MX31_CS3_BASE_ADDR + SZ_32M - 1, |
178 | .flags = IORESOURCE_MEM, | 177 | .flags = IORESOURCE_MEM, |
179 | }; | 178 | }; |
180 | 179 | ||
diff --git a/arch/arm/mach-mx3/mach-vpr200.c b/arch/arm/mach-imx/mach-vpr200.c index 47a69cbc31a8..d74e3473d236 100644 --- a/arch/arm/mach-mx3/mach-vpr200.c +++ b/arch/arm/mach-imx/mach-vpr200.c | |||
@@ -32,16 +32,12 @@ | |||
32 | #include <mach/common.h> | 32 | #include <mach/common.h> |
33 | #include <mach/iomux-mx35.h> | 33 | #include <mach/iomux-mx35.h> |
34 | #include <mach/irqs.h> | 34 | #include <mach/irqs.h> |
35 | #include <mach/ipu.h> | ||
36 | #include <mach/mx3fb.h> | ||
37 | 35 | ||
38 | #include <linux/i2c.h> | 36 | #include <linux/i2c.h> |
39 | #include <linux/i2c/at24.h> | 37 | #include <linux/i2c/at24.h> |
40 | #include <linux/mfd/mc13xxx.h> | 38 | #include <linux/mfd/mc13xxx.h> |
41 | #include <linux/gpio_keys.h> | ||
42 | 39 | ||
43 | #include "devices-imx35.h" | 40 | #include "devices-imx35.h" |
44 | #include "devices.h" | ||
45 | 41 | ||
46 | #define GPIO_LCDPWR IMX_GPIO_NR(1, 2) | 42 | #define GPIO_LCDPWR IMX_GPIO_NR(1, 2) |
47 | #define GPIO_PMIC_INT IMX_GPIO_NR(2, 0) | 43 | #define GPIO_PMIC_INT IMX_GPIO_NR(2, 0) |
@@ -91,12 +87,11 @@ static const struct fb_videomode fb_modedb[] = { | |||
91 | } | 87 | } |
92 | }; | 88 | }; |
93 | 89 | ||
94 | static struct ipu_platform_data mx3_ipu_data = { | 90 | static const struct ipu_platform_data mx3_ipu_data __initconst = { |
95 | .irq_base = MXC_IPU_IRQ_START, | 91 | .irq_base = MXC_IPU_IRQ_START, |
96 | }; | 92 | }; |
97 | 93 | ||
98 | static struct mx3fb_platform_data mx3fb_pdata = { | 94 | static struct mx3fb_platform_data mx3fb_pdata __initdata = { |
99 | .dma_dev = &mx3_ipu.dev, | ||
100 | .name = "PT0708048", | 95 | .name = "PT0708048", |
101 | .mode = fb_modedb, | 96 | .mode = fb_modedb, |
102 | .num_modes = ARRAY_SIZE(fb_modedb), | 97 | .num_modes = ARRAY_SIZE(fb_modedb), |
@@ -141,18 +136,12 @@ static struct gpio_keys_button vpr200_gpio_keys_table[] = { | |||
141 | {KEY_F9, GPIO_BUTTON8, 1, "vpr-keys: F9", 1, VPR_KEY_DEBOUNCE}, | 136 | {KEY_F9, GPIO_BUTTON8, 1, "vpr-keys: F9", 1, VPR_KEY_DEBOUNCE}, |
142 | }; | 137 | }; |
143 | 138 | ||
144 | static struct gpio_keys_platform_data vpr200_gpio_keys_data = { | 139 | static const struct gpio_keys_platform_data |
140 | vpr200_gpio_keys_data __initconst = { | ||
145 | .buttons = vpr200_gpio_keys_table, | 141 | .buttons = vpr200_gpio_keys_table, |
146 | .nbuttons = ARRAY_SIZE(vpr200_gpio_keys_table), | 142 | .nbuttons = ARRAY_SIZE(vpr200_gpio_keys_table), |
147 | }; | 143 | }; |
148 | 144 | ||
149 | static struct platform_device vpr200_device_gpiokeys = { | ||
150 | .name = "gpio-keys", | ||
151 | .dev = { | ||
152 | .platform_data = &vpr200_gpio_keys_data, | ||
153 | } | ||
154 | }; | ||
155 | |||
156 | static struct mc13xxx_platform_data vpr200_pmic = { | 145 | static struct mc13xxx_platform_data vpr200_pmic = { |
157 | .flags = MC13XXX_USE_ADC | MC13XXX_USE_TOUCHSCREEN, | 146 | .flags = MC13XXX_USE_ADC | MC13XXX_USE_TOUCHSCREEN, |
158 | }; | 147 | }; |
@@ -271,7 +260,6 @@ static const struct mxc_usbh_platform_data usb_host_pdata __initconst = { | |||
271 | 260 | ||
272 | static struct platform_device *devices[] __initdata = { | 261 | static struct platform_device *devices[] __initdata = { |
273 | &vpr200_flash, | 262 | &vpr200_flash, |
274 | &vpr200_device_gpiokeys, | ||
275 | }; | 263 | }; |
276 | 264 | ||
277 | /* | 265 | /* |
@@ -283,6 +271,7 @@ static void __init vpr200_board_init(void) | |||
283 | 271 | ||
284 | imx35_add_fec(NULL); | 272 | imx35_add_fec(NULL); |
285 | imx35_add_imx2_wdt(NULL); | 273 | imx35_add_imx2_wdt(NULL); |
274 | imx_add_gpio_keys(&vpr200_gpio_keys_data); | ||
286 | 275 | ||
287 | platform_add_devices(devices, ARRAY_SIZE(devices)); | 276 | platform_add_devices(devices, ARRAY_SIZE(devices)); |
288 | 277 | ||
@@ -299,8 +288,8 @@ static void __init vpr200_board_init(void) | |||
299 | imx35_add_imx_uart0(NULL); | 288 | imx35_add_imx_uart0(NULL); |
300 | imx35_add_imx_uart2(NULL); | 289 | imx35_add_imx_uart2(NULL); |
301 | 290 | ||
302 | mxc_register_device(&mx3_ipu, &mx3_ipu_data); | 291 | imx35_add_ipu_core(&mx3_ipu_data); |
303 | mxc_register_device(&mx3_fb, &mx3fb_pdata); | 292 | imx35_add_mx3_sdc_fb(&mx3fb_pdata); |
304 | 293 | ||
305 | imx35_add_fsl_usb2_udc(&otg_device_pdata); | 294 | imx35_add_fsl_usb2_udc(&otg_device_pdata); |
306 | imx35_add_mxc_ehci_hs(&usb_host_pdata); | 295 | imx35_add_mxc_ehci_hs(&usb_host_pdata); |
diff --git a/arch/arm/mach-imx/mm-imx31.c b/arch/arm/mach-imx/mm-imx31.c new file mode 100644 index 000000000000..86b9b45864d2 --- /dev/null +++ b/arch/arm/mach-imx/mm-imx31.c | |||
@@ -0,0 +1,66 @@ | |||
1 | /* | ||
2 | * Copyright (C) 1999,2000 Arm Limited | ||
3 | * Copyright (C) 2000 Deep Blue Solutions Ltd | ||
4 | * Copyright (C) 2002 Shane Nay (shane@minirl.com) | ||
5 | * Copyright 2005-2007 Freescale Semiconductor, Inc. All Rights Reserved. | ||
6 | * - add MX31 specific definitions | ||
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License as published by | ||
10 | * the Free Software Foundation; either version 2 of the License, or | ||
11 | * (at your option) any later version. | ||
12 | * | ||
13 | * This program is distributed in the hope that it will be useful, | ||
14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
16 | * GNU General Public License for more details. | ||
17 | */ | ||
18 | |||
19 | #include <linux/mm.h> | ||
20 | #include <linux/init.h> | ||
21 | #include <linux/err.h> | ||
22 | |||
23 | #include <asm/pgtable.h> | ||
24 | #include <asm/mach/map.h> | ||
25 | |||
26 | #include <mach/common.h> | ||
27 | #include <mach/hardware.h> | ||
28 | #include <mach/iomux-v3.h> | ||
29 | #include <mach/gpio.h> | ||
30 | #include <mach/irqs.h> | ||
31 | |||
32 | static struct map_desc mx31_io_desc[] __initdata = { | ||
33 | imx_map_entry(MX31, X_MEMC, MT_DEVICE), | ||
34 | imx_map_entry(MX31, AVIC, MT_DEVICE_NONSHARED), | ||
35 | imx_map_entry(MX31, AIPS1, MT_DEVICE_NONSHARED), | ||
36 | imx_map_entry(MX31, AIPS2, MT_DEVICE_NONSHARED), | ||
37 | imx_map_entry(MX31, SPBA0, MT_DEVICE_NONSHARED), | ||
38 | }; | ||
39 | |||
40 | /* | ||
41 | * This function initializes the memory map. It is called during the | ||
42 | * system startup to create static physical to virtual memory mappings | ||
43 | * for the IO modules. | ||
44 | */ | ||
45 | void __init mx31_map_io(void) | ||
46 | { | ||
47 | iotable_init(mx31_io_desc, ARRAY_SIZE(mx31_io_desc)); | ||
48 | } | ||
49 | |||
50 | void __init imx31_init_early(void) | ||
51 | { | ||
52 | mxc_set_cpu_type(MXC_CPU_MX31); | ||
53 | mxc_arch_reset_init(MX31_IO_ADDRESS(MX31_WDOG_BASE_ADDR)); | ||
54 | } | ||
55 | |||
56 | static struct mxc_gpio_port imx31_gpio_ports[] = { | ||
57 | DEFINE_IMX_GPIO_PORT_IRQ(MX31, 0, 1, MX31_INT_GPIO1), | ||
58 | DEFINE_IMX_GPIO_PORT_IRQ(MX31, 1, 2, MX31_INT_GPIO2), | ||
59 | DEFINE_IMX_GPIO_PORT_IRQ(MX31, 2, 3, MX31_INT_GPIO3), | ||
60 | }; | ||
61 | |||
62 | void __init mx31_init_irq(void) | ||
63 | { | ||
64 | mxc_init_irq(MX31_IO_ADDRESS(MX31_AVIC_BASE_ADDR)); | ||
65 | mxc_gpio_init(imx31_gpio_ports, ARRAY_SIZE(imx31_gpio_ports)); | ||
66 | } | ||
diff --git a/arch/arm/mach-imx/mm-imx35.c b/arch/arm/mach-imx/mm-imx35.c new file mode 100644 index 000000000000..c880e6d1ae55 --- /dev/null +++ b/arch/arm/mach-imx/mm-imx35.c | |||
@@ -0,0 +1,63 @@ | |||
1 | /* | ||
2 | * Copyright (C) 1999,2000 Arm Limited | ||
3 | * Copyright (C) 2000 Deep Blue Solutions Ltd | ||
4 | * Copyright (C) 2002 Shane Nay (shane@minirl.com) | ||
5 | * Copyright 2005-2007 Freescale Semiconductor, Inc. All Rights Reserved. | ||
6 | * - add MX31 specific definitions | ||
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License as published by | ||
10 | * the Free Software Foundation; either version 2 of the License, or | ||
11 | * (at your option) any later version. | ||
12 | * | ||
13 | * This program is distributed in the hope that it will be useful, | ||
14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
16 | * GNU General Public License for more details. | ||
17 | */ | ||
18 | |||
19 | #include <linux/mm.h> | ||
20 | #include <linux/init.h> | ||
21 | #include <linux/err.h> | ||
22 | |||
23 | #include <asm/pgtable.h> | ||
24 | #include <asm/mach/map.h> | ||
25 | #include <asm/hardware/cache-l2x0.h> | ||
26 | |||
27 | #include <mach/common.h> | ||
28 | #include <mach/hardware.h> | ||
29 | #include <mach/iomux-v3.h> | ||
30 | #include <mach/gpio.h> | ||
31 | #include <mach/irqs.h> | ||
32 | |||
33 | static struct map_desc mx35_io_desc[] __initdata = { | ||
34 | imx_map_entry(MX35, X_MEMC, MT_DEVICE), | ||
35 | imx_map_entry(MX35, AVIC, MT_DEVICE_NONSHARED), | ||
36 | imx_map_entry(MX35, AIPS1, MT_DEVICE_NONSHARED), | ||
37 | imx_map_entry(MX35, AIPS2, MT_DEVICE_NONSHARED), | ||
38 | imx_map_entry(MX35, SPBA0, MT_DEVICE_NONSHARED), | ||
39 | }; | ||
40 | |||
41 | void __init mx35_map_io(void) | ||
42 | { | ||
43 | iotable_init(mx35_io_desc, ARRAY_SIZE(mx35_io_desc)); | ||
44 | } | ||
45 | |||
46 | void __init imx35_init_early(void) | ||
47 | { | ||
48 | mxc_set_cpu_type(MXC_CPU_MX35); | ||
49 | mxc_iomux_v3_init(MX35_IO_ADDRESS(MX35_IOMUXC_BASE_ADDR)); | ||
50 | mxc_arch_reset_init(MX35_IO_ADDRESS(MX35_WDOG_BASE_ADDR)); | ||
51 | } | ||
52 | |||
53 | static struct mxc_gpio_port imx35_gpio_ports[] = { | ||
54 | DEFINE_IMX_GPIO_PORT_IRQ(MX35, 0, 1, MX35_INT_GPIO1), | ||
55 | DEFINE_IMX_GPIO_PORT_IRQ(MX35, 1, 2, MX35_INT_GPIO2), | ||
56 | DEFINE_IMX_GPIO_PORT_IRQ(MX35, 2, 3, MX35_INT_GPIO3), | ||
57 | }; | ||
58 | |||
59 | void __init mx35_init_irq(void) | ||
60 | { | ||
61 | mxc_init_irq(MX35_IO_ADDRESS(MX35_AVIC_BASE_ADDR)); | ||
62 | mxc_gpio_init(imx35_gpio_ports, ARRAY_SIZE(imx35_gpio_ports)); | ||
63 | } | ||
diff --git a/arch/arm/mach-mx3/mx31lilly-db.c b/arch/arm/mach-imx/mx31lilly-db.c index 8f1a38ebf5c8..7d26f766a4ee 100644 --- a/arch/arm/mach-mx3/mx31lilly-db.c +++ b/arch/arm/mach-imx/mx31lilly-db.c | |||
@@ -34,11 +34,8 @@ | |||
34 | #include <mach/common.h> | 34 | #include <mach/common.h> |
35 | #include <mach/iomux-mx3.h> | 35 | #include <mach/iomux-mx3.h> |
36 | #include <mach/board-mx31lilly.h> | 36 | #include <mach/board-mx31lilly.h> |
37 | #include <mach/mx3fb.h> | ||
38 | #include <mach/ipu.h> | ||
39 | 37 | ||
40 | #include "devices-imx31.h" | 38 | #include "devices-imx31.h" |
41 | #include "devices.h" | ||
42 | 39 | ||
43 | /* | 40 | /* |
44 | * This file contains board-specific initialization routines for the | 41 | * This file contains board-specific initialization routines for the |
@@ -164,13 +161,13 @@ static const struct imxmmc_platform_data mmc_pdata __initconst = { | |||
164 | }; | 161 | }; |
165 | 162 | ||
166 | /* Framebuffer support */ | 163 | /* Framebuffer support */ |
167 | static struct ipu_platform_data ipu_data __initdata = { | 164 | static const struct ipu_platform_data ipu_data __initconst = { |
168 | .irq_base = MXC_IPU_IRQ_START, | 165 | .irq_base = MXC_IPU_IRQ_START, |
169 | }; | 166 | }; |
170 | 167 | ||
171 | static const struct fb_videomode fb_modedb = { | 168 | static const struct fb_videomode fb_modedb = { |
172 | /* 640x480 TFT panel (IPS-056T) */ | 169 | /* 640x480 TFT panel (IPS-056T) */ |
173 | .name = "CRT-VGA", | 170 | .name = "CRT-VGA", |
174 | .refresh = 64, | 171 | .refresh = 64, |
175 | .xres = 640, | 172 | .xres = 640, |
176 | .yres = 480, | 173 | .yres = 480, |
@@ -187,7 +184,6 @@ static const struct fb_videomode fb_modedb = { | |||
187 | }; | 184 | }; |
188 | 185 | ||
189 | static struct mx3fb_platform_data fb_pdata __initdata = { | 186 | static struct mx3fb_platform_data fb_pdata __initdata = { |
190 | .dma_dev = &mx3_ipu.dev, | ||
191 | .name = "CRT-VGA", | 187 | .name = "CRT-VGA", |
192 | .mode = &fb_modedb, | 188 | .mode = &fb_modedb, |
193 | .num_modes = 1, | 189 | .num_modes = 1, |
@@ -202,8 +198,8 @@ static void __init mx31lilly_init_fb(void) | |||
202 | return; | 198 | return; |
203 | } | 199 | } |
204 | 200 | ||
205 | mxc_register_device(&mx3_ipu, &ipu_data); | 201 | imx31_add_ipu_core(&ipu_data); |
206 | mxc_register_device(&mx3_fb, &fb_pdata); | 202 | imx31_add_mx3_sdc_fb(&fb_pdata); |
207 | gpio_direction_output(LCD_VCC_EN_GPIO, 1); | 203 | gpio_direction_output(LCD_VCC_EN_GPIO, 1); |
208 | } | 204 | } |
209 | 205 | ||
@@ -218,4 +214,3 @@ void __init mx31lilly_db_init(void) | |||
218 | imx31_add_mxc_mmc(0, &mmc_pdata); | 214 | imx31_add_mxc_mmc(0, &mmc_pdata); |
219 | mx31lilly_init_fb(); | 215 | mx31lilly_init_fb(); |
220 | } | 216 | } |
221 | |||
diff --git a/arch/arm/mach-mx3/mx31lite-db.c b/arch/arm/mach-imx/mx31lite-db.c index 3124ea837ac7..5aa053edc17c 100644 --- a/arch/arm/mach-mx3/mx31lite-db.c +++ b/arch/arm/mach-imx/mx31lite-db.c | |||
@@ -37,7 +37,6 @@ | |||
37 | #include <mach/board-mx31lite.h> | 37 | #include <mach/board-mx31lite.h> |
38 | 38 | ||
39 | #include "devices-imx31.h" | 39 | #include "devices-imx31.h" |
40 | #include "devices.h" | ||
41 | 40 | ||
42 | /* | 41 | /* |
43 | * This file contains board-specific initialization routines for the | 42 | * This file contains board-specific initialization routines for the |
@@ -200,5 +199,5 @@ void __init mx31lite_db_init(void) | |||
200 | imx31_add_spi_imx0(&spi0_pdata); | 199 | imx31_add_spi_imx0(&spi0_pdata); |
201 | platform_device_register(&litekit_led_device); | 200 | platform_device_register(&litekit_led_device); |
202 | imx31_add_imx2_wdt(NULL); | 201 | imx31_add_imx2_wdt(NULL); |
203 | mxc_register_device(&imx_rtc_device0, NULL); | 202 | imx31_add_mxc_rtc(NULL); |
204 | } | 203 | } |
diff --git a/arch/arm/mach-mx3/mx31moboard-devboard.c b/arch/arm/mach-imx/mx31moboard-devboard.c index 6410b9c48a02..0aa25364360d 100644 --- a/arch/arm/mach-mx3/mx31moboard-devboard.c +++ b/arch/arm/mach-imx/mx31moboard-devboard.c | |||
@@ -28,7 +28,6 @@ | |||
28 | #include <mach/ulpi.h> | 28 | #include <mach/ulpi.h> |
29 | 29 | ||
30 | #include "devices-imx31.h" | 30 | #include "devices-imx31.h" |
31 | #include "devices.h" | ||
32 | 31 | ||
33 | static unsigned int devboard_pins[] = { | 32 | static unsigned int devboard_pins[] = { |
34 | /* UART1 */ | 33 | /* UART1 */ |
diff --git a/arch/arm/mach-mx3/mx31moboard-marxbot.c b/arch/arm/mach-imx/mx31moboard-marxbot.c index 57f7b00cb709..bb639cbda4e5 100644 --- a/arch/arm/mach-mx3/mx31moboard-marxbot.c +++ b/arch/arm/mach-imx/mx31moboard-marxbot.c | |||
@@ -26,14 +26,12 @@ | |||
26 | 26 | ||
27 | #include <mach/common.h> | 27 | #include <mach/common.h> |
28 | #include <mach/hardware.h> | 28 | #include <mach/hardware.h> |
29 | #include <mach/imx-uart.h> | ||
30 | #include <mach/iomux-mx3.h> | 29 | #include <mach/iomux-mx3.h> |
31 | #include <mach/ulpi.h> | 30 | #include <mach/ulpi.h> |
32 | 31 | ||
33 | #include <media/soc_camera.h> | 32 | #include <media/soc_camera.h> |
34 | 33 | ||
35 | #include "devices-imx31.h" | 34 | #include "devices-imx31.h" |
36 | #include "devices.h" | ||
37 | 35 | ||
38 | static unsigned int marxbot_pins[] = { | 36 | static unsigned int marxbot_pins[] = { |
39 | /* SDHC2 */ | 37 | /* SDHC2 */ |
diff --git a/arch/arm/mach-mx3/mx31moboard-smartbot.c b/arch/arm/mach-imx/mx31moboard-smartbot.c index 35f806e737c1..fabb801e7994 100644 --- a/arch/arm/mach-mx3/mx31moboard-smartbot.c +++ b/arch/arm/mach-imx/mx31moboard-smartbot.c | |||
@@ -32,7 +32,6 @@ | |||
32 | #include <media/soc_camera.h> | 32 | #include <media/soc_camera.h> |
33 | 33 | ||
34 | #include "devices-imx31.h" | 34 | #include "devices-imx31.h" |
35 | #include "devices.h" | ||
36 | 35 | ||
37 | static unsigned int smartbot_pins[] = { | 36 | static unsigned int smartbot_pins[] = { |
38 | /* UART1 */ | 37 | /* UART1 */ |
diff --git a/arch/arm/mach-mx3/pcm037.h b/arch/arm/mach-imx/pcm037.h index d6929721a5fd..d6929721a5fd 100644 --- a/arch/arm/mach-mx3/pcm037.h +++ b/arch/arm/mach-imx/pcm037.h | |||
diff --git a/arch/arm/mach-mx3/Kconfig b/arch/arm/mach-mx3/Kconfig deleted file mode 100644 index 340809a7d233..000000000000 --- a/arch/arm/mach-mx3/Kconfig +++ /dev/null | |||
@@ -1,257 +0,0 @@ | |||
1 | if ARCH_MX3 | ||
2 | |||
3 | # ARCH_MX31 and ARCH_MX35 are left for compatibility | ||
4 | # Some usages assume that having one of them implies not having (e.g.) ARCH_MX2. | ||
5 | # To easily distinguish good and reviewed from unreviewed usages new (and IMHO | ||
6 | # more sensible) names are used: SOC_IMX31 and SOC_IMX35 | ||
7 | config ARCH_MX31 | ||
8 | bool | ||
9 | |||
10 | config ARCH_MX35 | ||
11 | bool | ||
12 | |||
13 | config SOC_IMX31 | ||
14 | bool | ||
15 | select IMX_HAVE_PLATFORM_MXC_RNGA | ||
16 | select ARCH_MXC_AUDMUX_V2 | ||
17 | select ARCH_MX31 | ||
18 | select MXC_AVIC | ||
19 | |||
20 | config SOC_IMX35 | ||
21 | bool | ||
22 | select ARCH_MXC_IOMUX_V3 | ||
23 | select ARCH_MXC_AUDMUX_V2 | ||
24 | select HAVE_EPIT | ||
25 | select ARCH_MX35 | ||
26 | select MXC_AVIC | ||
27 | |||
28 | comment "MX3 platforms:" | ||
29 | |||
30 | config MACH_MX31ADS | ||
31 | bool "Support MX31ADS platforms" | ||
32 | select SOC_IMX31 | ||
33 | select IMX_HAVE_PLATFORM_IMX_I2C | ||
34 | select IMX_HAVE_PLATFORM_IMX_SSI | ||
35 | select IMX_HAVE_PLATFORM_IMX_UART | ||
36 | default y | ||
37 | help | ||
38 | Include support for MX31ADS platform. This includes specific | ||
39 | configurations for the board and its peripherals. | ||
40 | |||
41 | config MACH_MX31ADS_WM1133_EV1 | ||
42 | bool "Support Wolfson Microelectronics 1133-EV1 module" | ||
43 | depends on MACH_MX31ADS | ||
44 | depends on MFD_WM8350_I2C | ||
45 | depends on REGULATOR_WM8350 | ||
46 | select MFD_WM8350_CONFIG_MODE_0 | ||
47 | select MFD_WM8352_CONFIG_MODE_0 | ||
48 | help | ||
49 | Include support for the Wolfson Microelectronics 1133-EV1 PMU | ||
50 | and audio module for the MX31ADS platform. | ||
51 | |||
52 | config MACH_PCM037 | ||
53 | bool "Support Phytec pcm037 (i.MX31) platforms" | ||
54 | select SOC_IMX31 | ||
55 | select IMX_HAVE_PLATFORM_FSL_USB2_UDC | ||
56 | select IMX_HAVE_PLATFORM_IMX2_WDT | ||
57 | select IMX_HAVE_PLATFORM_IMX_I2C | ||
58 | select IMX_HAVE_PLATFORM_IMX_UART | ||
59 | select IMX_HAVE_PLATFORM_MXC_EHCI | ||
60 | select IMX_HAVE_PLATFORM_MXC_MMC | ||
61 | select IMX_HAVE_PLATFORM_MXC_NAND | ||
62 | select IMX_HAVE_PLATFORM_MXC_W1 | ||
63 | select MXC_ULPI if USB_ULPI | ||
64 | help | ||
65 | Include support for Phytec pcm037 platform. This includes | ||
66 | specific configurations for the board and its peripherals. | ||
67 | |||
68 | config MACH_PCM037_EET | ||
69 | bool "Support pcm037 EET board extensions" | ||
70 | depends on MACH_PCM037 | ||
71 | select IMX_HAVE_PLATFORM_SPI_IMX | ||
72 | help | ||
73 | Add support for PCM037 EET baseboard extensions. If you are using the | ||
74 | OLED display with EET, use "video=mx3fb:CMEL-OLED" kernel | ||
75 | command-line parameter. | ||
76 | |||
77 | config MACH_MX31LITE | ||
78 | bool "Support MX31 LITEKIT (LogicPD)" | ||
79 | select SOC_IMX31 | ||
80 | select MXC_ULPI if USB_ULPI | ||
81 | select IMX_HAVE_PLATFORM_IMX2_WDT | ||
82 | select IMX_HAVE_PLATFORM_IMX_UART | ||
83 | select IMX_HAVE_PLATFORM_MXC_EHCI | ||
84 | select IMX_HAVE_PLATFORM_MXC_MMC | ||
85 | select IMX_HAVE_PLATFORM_MXC_NAND | ||
86 | select IMX_HAVE_PLATFORM_SPI_IMX | ||
87 | help | ||
88 | Include support for MX31 LITEKIT platform. This includes specific | ||
89 | configurations for the board and its peripherals. | ||
90 | |||
91 | config MACH_MX31_3DS | ||
92 | bool "Support MX31PDK (3DS)" | ||
93 | select SOC_IMX31 | ||
94 | select MXC_DEBUG_BOARD | ||
95 | select IMX_HAVE_PLATFORM_FSL_USB2_UDC | ||
96 | select IMX_HAVE_PLATFORM_IMX2_WDT | ||
97 | select IMX_HAVE_PLATFORM_IMX_I2C | ||
98 | select IMX_HAVE_PLATFORM_IMX_KEYPAD | ||
99 | select IMX_HAVE_PLATFORM_IMX_UART | ||
100 | select IMX_HAVE_PLATFORM_MXC_EHCI | ||
101 | select IMX_HAVE_PLATFORM_MXC_NAND | ||
102 | select IMX_HAVE_PLATFORM_SPI_IMX | ||
103 | select MXC_ULPI if USB_ULPI | ||
104 | help | ||
105 | Include support for MX31PDK (3DS) platform. This includes specific | ||
106 | configurations for the board and its peripherals. | ||
107 | |||
108 | config MACH_MX31_3DS_MXC_NAND_USE_BBT | ||
109 | bool "Make the MXC NAND driver use the in flash Bad Block Table" | ||
110 | depends on MACH_MX31_3DS | ||
111 | depends on MTD_NAND_MXC | ||
112 | help | ||
113 | Enable this if you want that the MXC NAND driver uses the in flash | ||
114 | Bad Block Table to know what blocks are bad instead of scanning the | ||
115 | entire flash looking for bad block markers. | ||
116 | |||
117 | config MACH_MX31MOBOARD | ||
118 | bool "Support mx31moboard platforms (EPFL Mobots group)" | ||
119 | select SOC_IMX31 | ||
120 | select IMX_HAVE_PLATFORM_FSL_USB2_UDC | ||
121 | select IMX_HAVE_PLATFORM_IMX_I2C | ||
122 | select IMX_HAVE_PLATFORM_IMX_UART | ||
123 | select IMX_HAVE_PLATFORM_MXC_EHCI | ||
124 | select IMX_HAVE_PLATFORM_MXC_MMC | ||
125 | select IMX_HAVE_PLATFORM_SPI_IMX | ||
126 | select MXC_ULPI if USB_ULPI | ||
127 | help | ||
128 | Include support for mx31moboard platform. This includes specific | ||
129 | configurations for the board and its peripherals. | ||
130 | |||
131 | config MACH_MX31LILLY | ||
132 | bool "Support MX31 LILLY-1131 platforms (INCO startec)" | ||
133 | select SOC_IMX31 | ||
134 | select IMX_HAVE_PLATFORM_IMX_UART | ||
135 | select IMX_HAVE_PLATFORM_MXC_EHCI | ||
136 | select IMX_HAVE_PLATFORM_MXC_MMC | ||
137 | select IMX_HAVE_PLATFORM_SPI_IMX | ||
138 | select MXC_ULPI if USB_ULPI | ||
139 | help | ||
140 | Include support for mx31 based LILLY1131 modules. This includes | ||
141 | specific configurations for the board and its peripherals. | ||
142 | |||
143 | config MACH_QONG | ||
144 | bool "Support Dave/DENX QongEVB-LITE platform" | ||
145 | select SOC_IMX31 | ||
146 | select IMX_HAVE_PLATFORM_IMX_UART | ||
147 | help | ||
148 | Include support for Dave/DENX QongEVB-LITE platform. This includes | ||
149 | specific configurations for the board and its peripherals. | ||
150 | |||
151 | config MACH_PCM043 | ||
152 | bool "Support Phytec pcm043 (i.MX35) platforms" | ||
153 | select SOC_IMX35 | ||
154 | select IMX_HAVE_PLATFORM_FLEXCAN | ||
155 | select IMX_HAVE_PLATFORM_FSL_USB2_UDC | ||
156 | select IMX_HAVE_PLATFORM_IMX2_WDT | ||
157 | select IMX_HAVE_PLATFORM_IMX_I2C | ||
158 | select IMX_HAVE_PLATFORM_IMX_SSI | ||
159 | select IMX_HAVE_PLATFORM_IMX_UART | ||
160 | select IMX_HAVE_PLATFORM_MXC_EHCI | ||
161 | select IMX_HAVE_PLATFORM_MXC_NAND | ||
162 | select IMX_HAVE_PLATFORM_SDHCI_ESDHC_IMX | ||
163 | select MXC_ULPI if USB_ULPI | ||
164 | help | ||
165 | Include support for Phytec pcm043 platform. This includes | ||
166 | specific configurations for the board and its peripherals. | ||
167 | |||
168 | config MACH_ARMADILLO5X0 | ||
169 | bool "Support Atmark Armadillo-500 Development Base Board" | ||
170 | select SOC_IMX31 | ||
171 | select IMX_HAVE_PLATFORM_IMX_I2C | ||
172 | select IMX_HAVE_PLATFORM_IMX_UART | ||
173 | select IMX_HAVE_PLATFORM_MXC_EHCI | ||
174 | select IMX_HAVE_PLATFORM_MXC_MMC | ||
175 | select IMX_HAVE_PLATFORM_MXC_NAND | ||
176 | select MXC_ULPI if USB_ULPI | ||
177 | help | ||
178 | Include support for Atmark Armadillo-500 platform. This includes | ||
179 | specific configurations for the board and its peripherals. | ||
180 | |||
181 | config MACH_MX35_3DS | ||
182 | bool "Support MX35PDK platform" | ||
183 | select SOC_IMX35 | ||
184 | select MXC_DEBUG_BOARD | ||
185 | select IMX_HAVE_PLATFORM_FSL_USB2_UDC | ||
186 | select IMX_HAVE_PLATFORM_IMX2_WDT | ||
187 | select IMX_HAVE_PLATFORM_IMX_I2C | ||
188 | select IMX_HAVE_PLATFORM_IMX_UART | ||
189 | select IMX_HAVE_PLATFORM_MXC_EHCI | ||
190 | select IMX_HAVE_PLATFORM_MXC_NAND | ||
191 | select IMX_HAVE_PLATFORM_SDHCI_ESDHC_IMX | ||
192 | help | ||
193 | Include support for MX35PDK platform. This includes specific | ||
194 | configurations for the board and its peripherals. | ||
195 | |||
196 | config MACH_KZM_ARM11_01 | ||
197 | bool "Support KZM-ARM11-01(Kyoto Microcomputer)" | ||
198 | select SOC_IMX31 | ||
199 | select IMX_HAVE_PLATFORM_IMX_UART | ||
200 | help | ||
201 | Include support for KZM-ARM11-01. This includes specific | ||
202 | configurations for the board and its peripherals. | ||
203 | |||
204 | config MACH_BUG | ||
205 | bool "Support Buglabs BUGBase platform" | ||
206 | select SOC_IMX31 | ||
207 | select IMX_HAVE_PLATFORM_IMX_UART | ||
208 | default y | ||
209 | help | ||
210 | Include support for BUGBase 1.3 platform. This includes specific | ||
211 | configurations for the board and its peripherals. | ||
212 | |||
213 | config MACH_EUKREA_CPUIMX35 | ||
214 | bool "Support Eukrea CPUIMX35 Platform" | ||
215 | select SOC_IMX35 | ||
216 | select IMX_HAVE_PLATFORM_FLEXCAN | ||
217 | select IMX_HAVE_PLATFORM_FSL_USB2_UDC | ||
218 | select IMX_HAVE_PLATFORM_IMX2_WDT | ||
219 | select IMX_HAVE_PLATFORM_IMX_I2C | ||
220 | select IMX_HAVE_PLATFORM_IMX_UART | ||
221 | select IMX_HAVE_PLATFORM_MXC_EHCI | ||
222 | select IMX_HAVE_PLATFORM_MXC_NAND | ||
223 | select IMX_HAVE_PLATFORM_SDHCI_ESDHC_IMX | ||
224 | select MXC_ULPI if USB_ULPI | ||
225 | help | ||
226 | Include support for Eukrea CPUIMX35 platform. This includes | ||
227 | specific configurations for the board and its peripherals. | ||
228 | |||
229 | choice | ||
230 | prompt "Baseboard" | ||
231 | depends on MACH_EUKREA_CPUIMX35 | ||
232 | default MACH_EUKREA_MBIMXSD35_BASEBOARD | ||
233 | |||
234 | config MACH_EUKREA_MBIMXSD35_BASEBOARD | ||
235 | bool "Eukrea MBIMXSD development board" | ||
236 | select IMX_HAVE_PLATFORM_IMX_SSI | ||
237 | help | ||
238 | This adds board specific devices that can be found on Eukrea's | ||
239 | MBIMXSD evaluation board. | ||
240 | |||
241 | endchoice | ||
242 | |||
243 | config MACH_VPR200 | ||
244 | bool "Support VPR200 platform" | ||
245 | select SOC_IMX35 | ||
246 | select IMX_HAVE_PLATFORM_FSL_USB2_UDC | ||
247 | select IMX_HAVE_PLATFORM_IMX2_WDT | ||
248 | select IMX_HAVE_PLATFORM_IMX_UART | ||
249 | select IMX_HAVE_PLATFORM_IMX_I2C | ||
250 | select IMX_HAVE_PLATFORM_MXC_EHCI | ||
251 | select IMX_HAVE_PLATFORM_MXC_NAND | ||
252 | select IMX_HAVE_PLATFORM_SDHCI_ESDHC_IMX | ||
253 | help | ||
254 | Include support for VPR200 platform. This includes specific | ||
255 | configurations for the board and its peripherals. | ||
256 | |||
257 | endif | ||
diff --git a/arch/arm/mach-mx3/Makefile b/arch/arm/mach-mx3/Makefile deleted file mode 100644 index a54faf2cf5fa..000000000000 --- a/arch/arm/mach-mx3/Makefile +++ /dev/null | |||
@@ -1,26 +0,0 @@ | |||
1 | # | ||
2 | # Makefile for the linux kernel. | ||
3 | # | ||
4 | |||
5 | # Object file lists. | ||
6 | |||
7 | obj-y := mm.o devices.o cpu.o | ||
8 | obj-$(CONFIG_SOC_IMX31) += clock-imx31.o iomux-imx31.o ehci-imx31.o | ||
9 | obj-$(CONFIG_SOC_IMX35) += clock-imx35.o ehci-imx35.o | ||
10 | obj-$(CONFIG_MACH_MX31ADS) += mach-mx31ads.o | ||
11 | obj-$(CONFIG_MACH_MX31LILLY) += mach-mx31lilly.o mx31lilly-db.o | ||
12 | obj-$(CONFIG_MACH_MX31LITE) += mach-mx31lite.o mx31lite-db.o | ||
13 | obj-$(CONFIG_MACH_PCM037) += mach-pcm037.o | ||
14 | obj-$(CONFIG_MACH_PCM037_EET) += mach-pcm037_eet.o | ||
15 | obj-$(CONFIG_MACH_MX31_3DS) += mach-mx31_3ds.o | ||
16 | obj-$(CONFIG_MACH_MX31MOBOARD) += mach-mx31moboard.o mx31moboard-devboard.o \ | ||
17 | mx31moboard-marxbot.o mx31moboard-smartbot.o | ||
18 | obj-$(CONFIG_MACH_QONG) += mach-qong.o | ||
19 | obj-$(CONFIG_MACH_PCM043) += mach-pcm043.o | ||
20 | obj-$(CONFIG_MACH_ARMADILLO5X0) += mach-armadillo5x0.o | ||
21 | obj-$(CONFIG_MACH_MX35_3DS) += mach-mx35_3ds.o | ||
22 | obj-$(CONFIG_MACH_KZM_ARM11_01) += mach-kzm_arm11_01.o | ||
23 | obj-$(CONFIG_MACH_BUG) += mach-bug.o | ||
24 | obj-$(CONFIG_MACH_EUKREA_CPUIMX35) += mach-cpuimx35.o | ||
25 | obj-$(CONFIG_MACH_EUKREA_MBIMXSD35_BASEBOARD) += eukrea_mbimxsd-baseboard.o | ||
26 | obj-$(CONFIG_MACH_VPR200) += mach-vpr200.o | ||
diff --git a/arch/arm/mach-mx3/Makefile.boot b/arch/arm/mach-mx3/Makefile.boot deleted file mode 100644 index e1dd366f836b..000000000000 --- a/arch/arm/mach-mx3/Makefile.boot +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | zreladdr-y := 0x80008000 | ||
2 | params_phys-y := 0x80000100 | ||
3 | initrd_phys-y := 0x80800000 | ||
diff --git a/arch/arm/mach-mx3/devices.c b/arch/arm/mach-mx3/devices.c deleted file mode 100644 index b6672db788fb..000000000000 --- a/arch/arm/mach-mx3/devices.c +++ /dev/null | |||
@@ -1,115 +0,0 @@ | |||
1 | /* | ||
2 | * Copyright 2006-2007 Freescale Semiconductor, Inc. All Rights Reserved. | ||
3 | * Copyright 2008 Sascha Hauer, kernel@pengutronix.de | ||
4 | * | ||
5 | * This program is free software; you can redistribute it and/or | ||
6 | * modify it under the terms of the GNU General Public License | ||
7 | * as published by the Free Software Foundation; either version 2 | ||
8 | * of the License, or (at your option) any later version. | ||
9 | * This program is distributed in the hope that it will be useful, | ||
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | * GNU General Public License for more details. | ||
13 | * | ||
14 | * You should have received a copy of the GNU General Public License | ||
15 | * along with this program; if not, write to the Free Software | ||
16 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
17 | * Boston, MA 02110-1301, USA. | ||
18 | */ | ||
19 | |||
20 | #include <linux/dma-mapping.h> | ||
21 | #include <linux/module.h> | ||
22 | #include <linux/platform_device.h> | ||
23 | #include <linux/serial.h> | ||
24 | #include <linux/gpio.h> | ||
25 | #include <mach/hardware.h> | ||
26 | #include <mach/irqs.h> | ||
27 | #include <mach/common.h> | ||
28 | #include <mach/mx3_camera.h> | ||
29 | |||
30 | #include "devices.h" | ||
31 | |||
32 | /* i.MX31 Image Processing Unit */ | ||
33 | |||
34 | /* The resource order is important! */ | ||
35 | static struct resource mx3_ipu_rsrc[] = { | ||
36 | { | ||
37 | .start = MX3x_IPU_CTRL_BASE_ADDR, | ||
38 | .end = MX3x_IPU_CTRL_BASE_ADDR + 0x5F, | ||
39 | .flags = IORESOURCE_MEM, | ||
40 | }, { | ||
41 | .start = MX3x_IPU_CTRL_BASE_ADDR + 0x88, | ||
42 | .end = MX3x_IPU_CTRL_BASE_ADDR + 0xB3, | ||
43 | .flags = IORESOURCE_MEM, | ||
44 | }, { | ||
45 | .start = MX3x_INT_IPU_SYN, | ||
46 | .end = MX3x_INT_IPU_SYN, | ||
47 | .flags = IORESOURCE_IRQ, | ||
48 | }, { | ||
49 | .start = MX3x_INT_IPU_ERR, | ||
50 | .end = MX3x_INT_IPU_ERR, | ||
51 | .flags = IORESOURCE_IRQ, | ||
52 | }, | ||
53 | }; | ||
54 | |||
55 | struct platform_device mx3_ipu = { | ||
56 | .name = "ipu-core", | ||
57 | .id = -1, | ||
58 | .num_resources = ARRAY_SIZE(mx3_ipu_rsrc), | ||
59 | .resource = mx3_ipu_rsrc, | ||
60 | }; | ||
61 | |||
62 | static struct resource fb_resources[] = { | ||
63 | { | ||
64 | .start = MX3x_IPU_CTRL_BASE_ADDR + 0xB4, | ||
65 | .end = MX3x_IPU_CTRL_BASE_ADDR + 0x1BF, | ||
66 | .flags = IORESOURCE_MEM, | ||
67 | }, | ||
68 | }; | ||
69 | |||
70 | struct platform_device mx3_fb = { | ||
71 | .name = "mx3_sdc_fb", | ||
72 | .id = -1, | ||
73 | .num_resources = ARRAY_SIZE(fb_resources), | ||
74 | .resource = fb_resources, | ||
75 | .dev = { | ||
76 | .coherent_dma_mask = DMA_BIT_MASK(32), | ||
77 | }, | ||
78 | }; | ||
79 | |||
80 | static struct resource camera_resources[] = { | ||
81 | { | ||
82 | .start = MX3x_IPU_CTRL_BASE_ADDR + 0x60, | ||
83 | .end = MX3x_IPU_CTRL_BASE_ADDR + 0x87, | ||
84 | .flags = IORESOURCE_MEM, | ||
85 | }, | ||
86 | }; | ||
87 | |||
88 | struct platform_device mx3_camera = { | ||
89 | .name = "mx3-camera", | ||
90 | .id = 0, | ||
91 | .num_resources = ARRAY_SIZE(camera_resources), | ||
92 | .resource = camera_resources, | ||
93 | .dev = { | ||
94 | .coherent_dma_mask = DMA_BIT_MASK(32), | ||
95 | }, | ||
96 | }; | ||
97 | |||
98 | static struct resource imx_rtc_resources[] = { | ||
99 | { | ||
100 | .start = MX31_RTC_BASE_ADDR, | ||
101 | .end = MX31_RTC_BASE_ADDR + 0x3fff, | ||
102 | .flags = IORESOURCE_MEM, | ||
103 | }, | ||
104 | { | ||
105 | .start = MX31_INT_RTC, | ||
106 | .flags = IORESOURCE_IRQ, | ||
107 | }, | ||
108 | }; | ||
109 | |||
110 | struct platform_device imx_rtc_device0 = { | ||
111 | .name = "mxc_rtc", | ||
112 | .id = -1, | ||
113 | .num_resources = ARRAY_SIZE(imx_rtc_resources), | ||
114 | .resource = imx_rtc_resources, | ||
115 | }; | ||
diff --git a/arch/arm/mach-mx3/devices.h b/arch/arm/mach-mx3/devices.h deleted file mode 100644 index 121962c568d1..000000000000 --- a/arch/arm/mach-mx3/devices.h +++ /dev/null | |||
@@ -1,4 +0,0 @@ | |||
1 | extern struct platform_device mx3_ipu; | ||
2 | extern struct platform_device mx3_fb; | ||
3 | extern struct platform_device mx3_camera; | ||
4 | extern struct platform_device imx_rtc_device0; | ||
diff --git a/arch/arm/mach-mx3/mm.c b/arch/arm/mach-mx3/mm.c deleted file mode 100644 index 54d7174b4202..000000000000 --- a/arch/arm/mach-mx3/mm.c +++ /dev/null | |||
@@ -1,141 +0,0 @@ | |||
1 | /* | ||
2 | * Copyright (C) 1999,2000 Arm Limited | ||
3 | * Copyright (C) 2000 Deep Blue Solutions Ltd | ||
4 | * Copyright (C) 2002 Shane Nay (shane@minirl.com) | ||
5 | * Copyright 2005-2007 Freescale Semiconductor, Inc. All Rights Reserved. | ||
6 | * - add MX31 specific definitions | ||
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License as published by | ||
10 | * the Free Software Foundation; either version 2 of the License, or | ||
11 | * (at your option) any later version. | ||
12 | * | ||
13 | * This program is distributed in the hope that it will be useful, | ||
14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
16 | * GNU General Public License for more details. | ||
17 | */ | ||
18 | |||
19 | #include <linux/mm.h> | ||
20 | #include <linux/init.h> | ||
21 | #include <linux/err.h> | ||
22 | |||
23 | #include <asm/pgtable.h> | ||
24 | #include <asm/mach/map.h> | ||
25 | #include <asm/hardware/cache-l2x0.h> | ||
26 | |||
27 | #include <mach/common.h> | ||
28 | #include <mach/hardware.h> | ||
29 | #include <mach/iomux-v3.h> | ||
30 | #include <mach/gpio.h> | ||
31 | #include <mach/irqs.h> | ||
32 | |||
33 | #ifdef CONFIG_SOC_IMX31 | ||
34 | static struct map_desc mx31_io_desc[] __initdata = { | ||
35 | imx_map_entry(MX31, X_MEMC, MT_DEVICE), | ||
36 | imx_map_entry(MX31, AVIC, MT_DEVICE_NONSHARED), | ||
37 | imx_map_entry(MX31, AIPS1, MT_DEVICE_NONSHARED), | ||
38 | imx_map_entry(MX31, AIPS2, MT_DEVICE_NONSHARED), | ||
39 | imx_map_entry(MX31, SPBA0, MT_DEVICE_NONSHARED), | ||
40 | }; | ||
41 | |||
42 | /* | ||
43 | * This function initializes the memory map. It is called during the | ||
44 | * system startup to create static physical to virtual memory mappings | ||
45 | * for the IO modules. | ||
46 | */ | ||
47 | void __init mx31_map_io(void) | ||
48 | { | ||
49 | iotable_init(mx31_io_desc, ARRAY_SIZE(mx31_io_desc)); | ||
50 | } | ||
51 | |||
52 | void __init imx31_init_early(void) | ||
53 | { | ||
54 | mxc_set_cpu_type(MXC_CPU_MX31); | ||
55 | mxc_arch_reset_init(MX31_IO_ADDRESS(MX31_WDOG_BASE_ADDR)); | ||
56 | } | ||
57 | |||
58 | static struct mxc_gpio_port imx31_gpio_ports[] = { | ||
59 | DEFINE_IMX_GPIO_PORT_IRQ(MX31, 0, 1, MX31_INT_GPIO1), | ||
60 | DEFINE_IMX_GPIO_PORT_IRQ(MX31, 1, 2, MX31_INT_GPIO2), | ||
61 | DEFINE_IMX_GPIO_PORT_IRQ(MX31, 2, 3, MX31_INT_GPIO3), | ||
62 | }; | ||
63 | |||
64 | void __init mx31_init_irq(void) | ||
65 | { | ||
66 | mxc_init_irq(MX31_IO_ADDRESS(MX31_AVIC_BASE_ADDR)); | ||
67 | mxc_gpio_init(imx31_gpio_ports, ARRAY_SIZE(imx31_gpio_ports)); | ||
68 | } | ||
69 | #endif /* ifdef CONFIG_SOC_IMX31 */ | ||
70 | |||
71 | #ifdef CONFIG_SOC_IMX35 | ||
72 | static struct map_desc mx35_io_desc[] __initdata = { | ||
73 | imx_map_entry(MX35, X_MEMC, MT_DEVICE), | ||
74 | imx_map_entry(MX35, AVIC, MT_DEVICE_NONSHARED), | ||
75 | imx_map_entry(MX35, AIPS1, MT_DEVICE_NONSHARED), | ||
76 | imx_map_entry(MX35, AIPS2, MT_DEVICE_NONSHARED), | ||
77 | imx_map_entry(MX35, SPBA0, MT_DEVICE_NONSHARED), | ||
78 | }; | ||
79 | |||
80 | void __init mx35_map_io(void) | ||
81 | { | ||
82 | iotable_init(mx35_io_desc, ARRAY_SIZE(mx35_io_desc)); | ||
83 | } | ||
84 | |||
85 | void __init imx35_init_early(void) | ||
86 | { | ||
87 | mxc_set_cpu_type(MXC_CPU_MX35); | ||
88 | mxc_iomux_v3_init(MX35_IO_ADDRESS(MX35_IOMUXC_BASE_ADDR)); | ||
89 | mxc_arch_reset_init(MX35_IO_ADDRESS(MX35_WDOG_BASE_ADDR)); | ||
90 | } | ||
91 | |||
92 | static struct mxc_gpio_port imx35_gpio_ports[] = { | ||
93 | DEFINE_IMX_GPIO_PORT_IRQ(MX35, 0, 1, MX35_INT_GPIO1), | ||
94 | DEFINE_IMX_GPIO_PORT_IRQ(MX35, 1, 2, MX35_INT_GPIO2), | ||
95 | DEFINE_IMX_GPIO_PORT_IRQ(MX35, 2, 3, MX35_INT_GPIO3), | ||
96 | }; | ||
97 | |||
98 | void __init mx35_init_irq(void) | ||
99 | { | ||
100 | mxc_init_irq(MX35_IO_ADDRESS(MX35_AVIC_BASE_ADDR)); | ||
101 | mxc_gpio_init(imx35_gpio_ports, ARRAY_SIZE(imx35_gpio_ports)); | ||
102 | } | ||
103 | #endif /* ifdef CONFIG_SOC_IMX35 */ | ||
104 | |||
105 | #ifdef CONFIG_CACHE_L2X0 | ||
106 | static int mxc_init_l2x0(void) | ||
107 | { | ||
108 | void __iomem *l2x0_base; | ||
109 | void __iomem *clkctl_base; | ||
110 | /* | ||
111 | * First of all, we must repair broken chip settings. There are some | ||
112 | * i.MX35 CPUs in the wild, comming with bogus L2 cache settings. These | ||
113 | * misconfigured CPUs will run amok immediately when the L2 cache gets enabled. | ||
114 | * Workaraound is to setup the correct register setting prior enabling the | ||
115 | * L2 cache. This should not hurt already working CPUs, as they are using the | ||
116 | * same value | ||
117 | */ | ||
118 | #define L2_MEM_VAL 0x10 | ||
119 | |||
120 | clkctl_base = ioremap(MX35_CLKCTL_BASE_ADDR, 4096); | ||
121 | if (clkctl_base != NULL) { | ||
122 | writel(0x00000515, clkctl_base + L2_MEM_VAL); | ||
123 | iounmap(clkctl_base); | ||
124 | } else { | ||
125 | pr_err("L2 cache: Cannot fix timing. Trying to continue without\n"); | ||
126 | } | ||
127 | |||
128 | l2x0_base = ioremap(MX3x_L2CC_BASE_ADDR, 4096); | ||
129 | if (IS_ERR(l2x0_base)) { | ||
130 | printk(KERN_ERR "remapping L2 cache area failed with %ld\n", | ||
131 | PTR_ERR(l2x0_base)); | ||
132 | return 0; | ||
133 | } | ||
134 | |||
135 | l2x0_init(l2x0_base, 0x00030024, 0x00000000); | ||
136 | |||
137 | return 0; | ||
138 | } | ||
139 | |||
140 | arch_initcall(mxc_init_l2x0); | ||
141 | #endif | ||
diff --git a/arch/arm/mach-mx5/Kconfig b/arch/arm/mach-mx5/Kconfig index 159340da9191..799fbc40e53c 100644 --- a/arch/arm/mach-mx5/Kconfig +++ b/arch/arm/mach-mx5/Kconfig | |||
@@ -1,11 +1,11 @@ | |||
1 | if ARCH_MX5 | 1 | if ARCH_MX503 || ARCH_MX51 |
2 | # ARCH_MX50/51/53 are left to mark places where prevent multi-soc in single | 2 | # ARCH_MX5/50/53 are left to mark places where prevent multi-soc in single |
3 | # image. So for most time, SOC_IMX50/51/53 should be used. | 3 | # image. So for most time, SOC_IMX50/51/53 should be used. |
4 | 4 | ||
5 | config ARCH_MX50 | 5 | config ARCH_MX5 |
6 | bool | 6 | bool |
7 | 7 | ||
8 | config ARCH_MX51 | 8 | config ARCH_MX50 |
9 | bool | 9 | bool |
10 | 10 | ||
11 | config ARCH_MX53 | 11 | config ARCH_MX53 |
@@ -13,27 +13,54 @@ config ARCH_MX53 | |||
13 | 13 | ||
14 | config SOC_IMX50 | 14 | config SOC_IMX50 |
15 | bool | 15 | bool |
16 | select CPU_V7 | ||
17 | select ARM_L1_CACHE_SHIFT_6 | ||
16 | select MXC_TZIC | 18 | select MXC_TZIC |
17 | select ARCH_MXC_IOMUX_V3 | 19 | select ARCH_MXC_IOMUX_V3 |
18 | select ARCH_MXC_AUDMUX_V2 | 20 | select ARCH_MXC_AUDMUX_V2 |
19 | select ARCH_HAS_CPUFREQ | 21 | select ARCH_HAS_CPUFREQ |
22 | select ARCH_MX5 | ||
20 | select ARCH_MX50 | 23 | select ARCH_MX50 |
21 | 24 | ||
22 | config SOC_IMX51 | 25 | config SOC_IMX51 |
23 | bool | 26 | bool |
27 | select CPU_V7 | ||
28 | select ARM_L1_CACHE_SHIFT_6 | ||
24 | select MXC_TZIC | 29 | select MXC_TZIC |
25 | select ARCH_MXC_IOMUX_V3 | 30 | select ARCH_MXC_IOMUX_V3 |
26 | select ARCH_MXC_AUDMUX_V2 | 31 | select ARCH_MXC_AUDMUX_V2 |
27 | select ARCH_HAS_CPUFREQ | 32 | select ARCH_HAS_CPUFREQ |
28 | select ARCH_MX51 | 33 | select ARCH_MX5 |
29 | 34 | ||
30 | config SOC_IMX53 | 35 | config SOC_IMX53 |
31 | bool | 36 | bool |
37 | select CPU_V7 | ||
38 | select ARM_L1_CACHE_SHIFT_6 | ||
32 | select MXC_TZIC | 39 | select MXC_TZIC |
33 | select ARCH_MXC_IOMUX_V3 | 40 | select ARCH_MXC_IOMUX_V3 |
41 | select ARCH_MX5 | ||
34 | select ARCH_MX53 | 42 | select ARCH_MX53 |
35 | 43 | ||
36 | comment "MX5 platforms:" | 44 | if ARCH_MX50_SUPPORTED |
45 | #comment "i.MX50 machines:" | ||
46 | |||
47 | config MACH_MX50_RDP | ||
48 | bool "Support MX50 reference design platform" | ||
49 | depends on BROKEN | ||
50 | select SOC_IMX50 | ||
51 | select IMX_HAVE_PLATFORM_IMX_I2C | ||
52 | select IMX_HAVE_PLATFORM_IMX_UART | ||
53 | select IMX_HAVE_PLATFORM_SDHCI_ESDHC_IMX | ||
54 | select IMX_HAVE_PLATFORM_SPI_IMX | ||
55 | select IMX_HAVE_PLATFORM_FEC | ||
56 | help | ||
57 | Include support for MX50 reference design platform (RDP) board. This | ||
58 | includes specific configurations for the board and its peripherals. | ||
59 | |||
60 | endif # ARCH_MX50_SUPPORTED | ||
61 | |||
62 | if ARCH_MX51 | ||
63 | comment "i.MX51 machines:" | ||
37 | 64 | ||
38 | config MACH_MX51_BABBAGE | 65 | config MACH_MX51_BABBAGE |
39 | bool "Support MX51 BABBAGE platforms" | 66 | bool "Support MX51 BABBAGE platforms" |
@@ -136,6 +163,11 @@ config MACH_MX51_EFIKASB | |||
136 | Include support for Genesi Efika Smartbook. This includes specific | 163 | Include support for Genesi Efika Smartbook. This includes specific |
137 | configurations for the board and its peripherals. | 164 | configurations for the board and its peripherals. |
138 | 165 | ||
166 | endif # ARCH_MX51 | ||
167 | |||
168 | if ARCH_MX53_SUPPORTED | ||
169 | comment "i.MX53 machines:" | ||
170 | |||
139 | config MACH_MX53_EVK | 171 | config MACH_MX53_EVK |
140 | bool "Support MX53 EVK platforms" | 172 | bool "Support MX53 EVK platforms" |
141 | select SOC_IMX53 | 173 | select SOC_IMX53 |
@@ -154,6 +186,7 @@ config MACH_MX53_SMD | |||
154 | select IMX_HAVE_PLATFORM_IMX2_WDT | 186 | select IMX_HAVE_PLATFORM_IMX2_WDT |
155 | select IMX_HAVE_PLATFORM_IMX_I2C | 187 | select IMX_HAVE_PLATFORM_IMX_I2C |
156 | select IMX_HAVE_PLATFORM_IMX_UART | 188 | select IMX_HAVE_PLATFORM_IMX_UART |
189 | select IMX_HAVE_PLATFORM_SDHCI_ESDHC_IMX | ||
157 | help | 190 | help |
158 | Include support for MX53 SMD platform. This includes specific | 191 | Include support for MX53 SMD platform. This includes specific |
159 | configurations for the board and its peripherals. | 192 | configurations for the board and its peripherals. |
@@ -170,17 +203,6 @@ config MACH_MX53_LOCO | |||
170 | Include support for MX53 LOCO platform. This includes specific | 203 | Include support for MX53 LOCO platform. This includes specific |
171 | configurations for the board and its peripherals. | 204 | configurations for the board and its peripherals. |
172 | 205 | ||
173 | config MACH_MX50_RDP | 206 | endif # ARCH_MX53_SUPPORTED |
174 | bool "Support MX50 reference design platform" | ||
175 | depends on BROKEN | ||
176 | select SOC_IMX50 | ||
177 | select IMX_HAVE_PLATFORM_IMX_I2C | ||
178 | select IMX_HAVE_PLATFORM_IMX_UART | ||
179 | select IMX_HAVE_PLATFORM_SDHCI_ESDHC_IMX | ||
180 | select IMX_HAVE_PLATFORM_SPI_IMX | ||
181 | select IMX_HAVE_PLATFORM_FEC | ||
182 | help | ||
183 | Include support for MX50 reference design platform (RDP) board. This | ||
184 | includes specific configurations for the board and its peripherals. | ||
185 | 207 | ||
186 | endif | 208 | endif |
diff --git a/arch/arm/mach-mx5/board-cpuimx51.c b/arch/arm/mach-mx5/board-cpuimx51.c index d0296a94c475..4efa02ee1639 100644 --- a/arch/arm/mach-mx5/board-cpuimx51.c +++ b/arch/arm/mach-mx5/board-cpuimx51.c | |||
@@ -23,13 +23,11 @@ | |||
23 | #include <linux/io.h> | 23 | #include <linux/io.h> |
24 | #include <linux/interrupt.h> | 24 | #include <linux/interrupt.h> |
25 | #include <linux/irq.h> | 25 | #include <linux/irq.h> |
26 | #include <linux/fsl_devices.h> | ||
27 | 26 | ||
28 | #include <mach/eukrea-baseboards.h> | 27 | #include <mach/eukrea-baseboards.h> |
29 | #include <mach/common.h> | 28 | #include <mach/common.h> |
30 | #include <mach/hardware.h> | 29 | #include <mach/hardware.h> |
31 | #include <mach/iomux-mx51.h> | 30 | #include <mach/iomux-mx51.h> |
32 | #include <mach/mxc_ehci.h> | ||
33 | 31 | ||
34 | #include <asm/irq.h> | 32 | #include <asm/irq.h> |
35 | #include <asm/setup.h> | 33 | #include <asm/setup.h> |
diff --git a/arch/arm/mach-mx5/board-cpuimx51sd.c b/arch/arm/mach-mx5/board-cpuimx51sd.c index 29b180823bf5..5ef25a596143 100644 --- a/arch/arm/mach-mx5/board-cpuimx51sd.c +++ b/arch/arm/mach-mx5/board-cpuimx51sd.c | |||
@@ -23,7 +23,6 @@ | |||
23 | #include <linux/io.h> | 23 | #include <linux/io.h> |
24 | #include <linux/interrupt.h> | 24 | #include <linux/interrupt.h> |
25 | #include <linux/irq.h> | 25 | #include <linux/irq.h> |
26 | #include <linux/fsl_devices.h> | ||
27 | #include <linux/i2c-gpio.h> | 26 | #include <linux/i2c-gpio.h> |
28 | #include <linux/spi/spi.h> | 27 | #include <linux/spi/spi.h> |
29 | #include <linux/can/platform/mcp251x.h> | 28 | #include <linux/can/platform/mcp251x.h> |
@@ -32,7 +31,6 @@ | |||
32 | #include <mach/common.h> | 31 | #include <mach/common.h> |
33 | #include <mach/hardware.h> | 32 | #include <mach/hardware.h> |
34 | #include <mach/iomux-mx51.h> | 33 | #include <mach/iomux-mx51.h> |
35 | #include <mach/mxc_ehci.h> | ||
36 | 34 | ||
37 | #include <asm/irq.h> | 35 | #include <asm/irq.h> |
38 | #include <asm/setup.h> | 36 | #include <asm/setup.h> |
diff --git a/arch/arm/mach-mx5/board-mx50_rdp.c b/arch/arm/mach-mx5/board-mx50_rdp.c index dedf7f2d6d0f..11210e1ae42a 100644 --- a/arch/arm/mach-mx5/board-mx50_rdp.c +++ b/arch/arm/mach-mx5/board-mx50_rdp.c | |||
@@ -23,7 +23,6 @@ | |||
23 | #include <linux/gpio.h> | 23 | #include <linux/gpio.h> |
24 | #include <linux/delay.h> | 24 | #include <linux/delay.h> |
25 | #include <linux/io.h> | 25 | #include <linux/io.h> |
26 | #include <linux/fsl_devices.h> | ||
27 | 26 | ||
28 | #include <mach/common.h> | 27 | #include <mach/common.h> |
29 | #include <mach/hardware.h> | 28 | #include <mach/hardware.h> |
diff --git a/arch/arm/mach-mx5/board-mx51_babbage.c b/arch/arm/mach-mx5/board-mx51_babbage.c index bea4e4135f9d..c7b3fabf50f9 100644 --- a/arch/arm/mach-mx5/board-mx51_babbage.c +++ b/arch/arm/mach-mx5/board-mx51_babbage.c | |||
@@ -16,9 +16,6 @@ | |||
16 | #include <linux/gpio.h> | 16 | #include <linux/gpio.h> |
17 | #include <linux/delay.h> | 17 | #include <linux/delay.h> |
18 | #include <linux/io.h> | 18 | #include <linux/io.h> |
19 | #include <linux/fsl_devices.h> | ||
20 | #include <linux/fec.h> | ||
21 | #include <linux/gpio_keys.h> | ||
22 | #include <linux/input.h> | 19 | #include <linux/input.h> |
23 | #include <linux/spi/flash.h> | 20 | #include <linux/spi/flash.h> |
24 | #include <linux/spi/spi.h> | 21 | #include <linux/spi/spi.h> |
@@ -26,7 +23,6 @@ | |||
26 | #include <mach/common.h> | 23 | #include <mach/common.h> |
27 | #include <mach/hardware.h> | 24 | #include <mach/hardware.h> |
28 | #include <mach/iomux-mx51.h> | 25 | #include <mach/iomux-mx51.h> |
29 | #include <mach/mxc_ehci.h> | ||
30 | 26 | ||
31 | #include <asm/irq.h> | 27 | #include <asm/irq.h> |
32 | #include <asm/setup.h> | 28 | #include <asm/setup.h> |
@@ -208,18 +204,16 @@ static inline void babbage_usbhub_reset(void) | |||
208 | { | 204 | { |
209 | int ret; | 205 | int ret; |
210 | 206 | ||
211 | /* Bring USB hub out of reset */ | 207 | /* Reset USB hub */ |
212 | ret = gpio_request(BABBAGE_USB_HUB_RESET, "GPIO1_7"); | 208 | ret = gpio_request_one(BABBAGE_USB_HUB_RESET, |
209 | GPIOF_OUT_INIT_LOW, "GPIO1_7"); | ||
213 | if (ret) { | 210 | if (ret) { |
214 | printk(KERN_ERR"failed to get GPIO_USB_HUB_RESET: %d\n", ret); | 211 | printk(KERN_ERR"failed to get GPIO_USB_HUB_RESET: %d\n", ret); |
215 | return; | 212 | return; |
216 | } | 213 | } |
217 | gpio_direction_output(BABBAGE_USB_HUB_RESET, 0); | ||
218 | 214 | ||
219 | /* USB HUB RESET - De-assert USB HUB RESET_N */ | 215 | msleep(2); |
220 | msleep(1); | 216 | /* Deassert reset */ |
221 | gpio_set_value(BABBAGE_USB_HUB_RESET, 0); | ||
222 | msleep(1); | ||
223 | gpio_set_value(BABBAGE_USB_HUB_RESET, 1); | 217 | gpio_set_value(BABBAGE_USB_HUB_RESET, 1); |
224 | } | 218 | } |
225 | 219 | ||
@@ -361,7 +355,7 @@ static void __init mx51_babbage_init(void) | |||
361 | 355 | ||
362 | /* Set the PAD settings for the pwr key. */ | 356 | /* Set the PAD settings for the pwr key. */ |
363 | mxc_iomux_v3_setup_pad(power_key); | 357 | mxc_iomux_v3_setup_pad(power_key); |
364 | imx51_add_gpio_keys(&imx_button_data); | 358 | imx_add_gpio_keys(&imx_button_data); |
365 | 359 | ||
366 | imx51_add_imx_i2c(0, &babbage_i2c_data); | 360 | imx51_add_imx_i2c(0, &babbage_i2c_data); |
367 | imx51_add_imx_i2c(1, &babbage_i2c_data); | 361 | imx51_add_imx_i2c(1, &babbage_i2c_data); |
diff --git a/arch/arm/mach-mx5/board-mx51_efikamx.c b/arch/arm/mach-mx5/board-mx51_efikamx.c index acab1911cb3c..6e362315291b 100644 --- a/arch/arm/mach-mx5/board-mx51_efikamx.c +++ b/arch/arm/mach-mx5/board-mx51_efikamx.c | |||
@@ -22,7 +22,6 @@ | |||
22 | #include <linux/input.h> | 22 | #include <linux/input.h> |
23 | #include <linux/delay.h> | 23 | #include <linux/delay.h> |
24 | #include <linux/io.h> | 24 | #include <linux/io.h> |
25 | #include <linux/fsl_devices.h> | ||
26 | #include <linux/spi/flash.h> | 25 | #include <linux/spi/flash.h> |
27 | #include <linux/spi/spi.h> | 26 | #include <linux/spi/spi.h> |
28 | #include <linux/mfd/mc13892.h> | 27 | #include <linux/mfd/mc13892.h> |
@@ -32,8 +31,6 @@ | |||
32 | #include <mach/common.h> | 31 | #include <mach/common.h> |
33 | #include <mach/hardware.h> | 32 | #include <mach/hardware.h> |
34 | #include <mach/iomux-mx51.h> | 33 | #include <mach/iomux-mx51.h> |
35 | #include <mach/i2c.h> | ||
36 | #include <mach/mxc_ehci.h> | ||
37 | 34 | ||
38 | #include <asm/irq.h> | 35 | #include <asm/irq.h> |
39 | #include <asm/setup.h> | 36 | #include <asm/setup.h> |
@@ -252,7 +249,7 @@ static void __init mx51_efikamx_init(void) | |||
252 | } | 249 | } |
253 | 250 | ||
254 | platform_device_register(&mx51_efikamx_leds_device); | 251 | platform_device_register(&mx51_efikamx_leds_device); |
255 | imx51_add_gpio_keys(&mx51_efikamx_powerkey_data); | 252 | imx_add_gpio_keys(&mx51_efikamx_powerkey_data); |
256 | 253 | ||
257 | if (system_rev == 0x11) { | 254 | if (system_rev == 0x11) { |
258 | gpio_request(EFIKAMX_RESET1_1, "reset"); | 255 | gpio_request(EFIKAMX_RESET1_1, "reset"); |
diff --git a/arch/arm/mach-mx5/board-mx51_efikasb.c b/arch/arm/mach-mx5/board-mx51_efikasb.c index db04ce8462dc..474fc6e4c6df 100644 --- a/arch/arm/mach-mx5/board-mx51_efikasb.c +++ b/arch/arm/mach-mx5/board-mx51_efikasb.c | |||
@@ -22,7 +22,6 @@ | |||
22 | #include <linux/input.h> | 22 | #include <linux/input.h> |
23 | #include <linux/delay.h> | 23 | #include <linux/delay.h> |
24 | #include <linux/io.h> | 24 | #include <linux/io.h> |
25 | #include <linux/fsl_devices.h> | ||
26 | #include <linux/spi/flash.h> | 25 | #include <linux/spi/flash.h> |
27 | #include <linux/spi/spi.h> | 26 | #include <linux/spi/spi.h> |
28 | #include <linux/mfd/mc13892.h> | 27 | #include <linux/mfd/mc13892.h> |
@@ -35,8 +34,6 @@ | |||
35 | #include <mach/common.h> | 34 | #include <mach/common.h> |
36 | #include <mach/hardware.h> | 35 | #include <mach/hardware.h> |
37 | #include <mach/iomux-mx51.h> | 36 | #include <mach/iomux-mx51.h> |
38 | #include <mach/i2c.h> | ||
39 | #include <mach/mxc_ehci.h> | ||
40 | 37 | ||
41 | #include <asm/irq.h> | 38 | #include <asm/irq.h> |
42 | #include <asm/setup.h> | 39 | #include <asm/setup.h> |
@@ -260,7 +257,7 @@ static void __init efikasb_board_init(void) | |||
260 | imx51_add_sdhci_esdhc_imx(1, NULL); | 257 | imx51_add_sdhci_esdhc_imx(1, NULL); |
261 | 258 | ||
262 | platform_device_register(&mx51_efikasb_leds_device); | 259 | platform_device_register(&mx51_efikasb_leds_device); |
263 | imx51_add_gpio_keys(&mx51_efikasb_keys_data); | 260 | imx_add_gpio_keys(&mx51_efikasb_keys_data); |
264 | 261 | ||
265 | } | 262 | } |
266 | 263 | ||
diff --git a/arch/arm/mach-mx5/board-mx53_evk.c b/arch/arm/mach-mx5/board-mx53_evk.c index 2af3f43f74db..f87d571882c6 100644 --- a/arch/arm/mach-mx5/board-mx53_evk.c +++ b/arch/arm/mach-mx5/board-mx53_evk.c | |||
@@ -21,7 +21,6 @@ | |||
21 | 21 | ||
22 | #include <linux/init.h> | 22 | #include <linux/init.h> |
23 | #include <linux/clk.h> | 23 | #include <linux/clk.h> |
24 | #include <linux/fec.h> | ||
25 | #include <linux/delay.h> | 24 | #include <linux/delay.h> |
26 | #include <linux/gpio.h> | 25 | #include <linux/gpio.h> |
27 | #include <linux/spi/flash.h> | 26 | #include <linux/spi/flash.h> |
@@ -31,7 +30,6 @@ | |||
31 | #include <asm/mach-types.h> | 30 | #include <asm/mach-types.h> |
32 | #include <asm/mach/arch.h> | 31 | #include <asm/mach/arch.h> |
33 | #include <asm/mach/time.h> | 32 | #include <asm/mach/time.h> |
34 | #include <mach/imx-uart.h> | ||
35 | #include <mach/iomux-mx53.h> | 33 | #include <mach/iomux-mx53.h> |
36 | 34 | ||
37 | #define MX53_EVK_FEC_PHY_RST IMX_GPIO_NR(7, 6) | 35 | #define MX53_EVK_FEC_PHY_RST IMX_GPIO_NR(7, 6) |
diff --git a/arch/arm/mach-mx5/board-mx53_loco.c b/arch/arm/mach-mx5/board-mx53_loco.c index 6206b1191fe8..1b947e8c9c0c 100644 --- a/arch/arm/mach-mx5/board-mx53_loco.c +++ b/arch/arm/mach-mx5/board-mx53_loco.c | |||
@@ -20,13 +20,11 @@ | |||
20 | 20 | ||
21 | #include <linux/init.h> | 21 | #include <linux/init.h> |
22 | #include <linux/clk.h> | 22 | #include <linux/clk.h> |
23 | #include <linux/fec.h> | ||
24 | #include <linux/delay.h> | 23 | #include <linux/delay.h> |
25 | #include <linux/gpio.h> | 24 | #include <linux/gpio.h> |
26 | 25 | ||
27 | #include <mach/common.h> | 26 | #include <mach/common.h> |
28 | #include <mach/hardware.h> | 27 | #include <mach/hardware.h> |
29 | #include <mach/imx-uart.h> | ||
30 | #include <mach/iomux-mx53.h> | 28 | #include <mach/iomux-mx53.h> |
31 | 29 | ||
32 | #include <asm/mach-types.h> | 30 | #include <asm/mach-types.h> |
diff --git a/arch/arm/mach-mx5/board-mx53_smd.c b/arch/arm/mach-mx5/board-mx53_smd.c index 31e173267edf..817c08938f55 100644 --- a/arch/arm/mach-mx5/board-mx53_smd.c +++ b/arch/arm/mach-mx5/board-mx53_smd.c | |||
@@ -20,13 +20,11 @@ | |||
20 | 20 | ||
21 | #include <linux/init.h> | 21 | #include <linux/init.h> |
22 | #include <linux/clk.h> | 22 | #include <linux/clk.h> |
23 | #include <linux/fec.h> | ||
24 | #include <linux/delay.h> | 23 | #include <linux/delay.h> |
25 | #include <linux/gpio.h> | 24 | #include <linux/gpio.h> |
26 | 25 | ||
27 | #include <mach/common.h> | 26 | #include <mach/common.h> |
28 | #include <mach/hardware.h> | 27 | #include <mach/hardware.h> |
29 | #include <mach/imx-uart.h> | ||
30 | #include <mach/iomux-mx53.h> | 28 | #include <mach/iomux-mx53.h> |
31 | 29 | ||
32 | #include <asm/mach-types.h> | 30 | #include <asm/mach-types.h> |
@@ -52,6 +50,31 @@ static iomux_v3_cfg_t mx53_smd_pads[] = { | |||
52 | /* I2C1 */ | 50 | /* I2C1 */ |
53 | MX53_PAD_CSI0_DAT8__I2C1_SDA, | 51 | MX53_PAD_CSI0_DAT8__I2C1_SDA, |
54 | MX53_PAD_CSI0_DAT9__I2C1_SCL, | 52 | MX53_PAD_CSI0_DAT9__I2C1_SCL, |
53 | /* SD1 */ | ||
54 | MX53_PAD_SD1_CMD__ESDHC1_CMD, | ||
55 | MX53_PAD_SD1_CLK__ESDHC1_CLK, | ||
56 | MX53_PAD_SD1_DATA0__ESDHC1_DAT0, | ||
57 | MX53_PAD_SD1_DATA1__ESDHC1_DAT1, | ||
58 | MX53_PAD_SD1_DATA2__ESDHC1_DAT2, | ||
59 | MX53_PAD_SD1_DATA3__ESDHC1_DAT3, | ||
60 | /* SD2 */ | ||
61 | MX53_PAD_SD2_CMD__ESDHC2_CMD, | ||
62 | MX53_PAD_SD2_CLK__ESDHC2_CLK, | ||
63 | MX53_PAD_SD2_DATA0__ESDHC2_DAT0, | ||
64 | MX53_PAD_SD2_DATA1__ESDHC2_DAT1, | ||
65 | MX53_PAD_SD2_DATA2__ESDHC2_DAT2, | ||
66 | MX53_PAD_SD2_DATA3__ESDHC2_DAT3, | ||
67 | /* SD3 */ | ||
68 | MX53_PAD_PATA_DATA8__ESDHC3_DAT0, | ||
69 | MX53_PAD_PATA_DATA9__ESDHC3_DAT1, | ||
70 | MX53_PAD_PATA_DATA10__ESDHC3_DAT2, | ||
71 | MX53_PAD_PATA_DATA11__ESDHC3_DAT3, | ||
72 | MX53_PAD_PATA_DATA0__ESDHC3_DAT4, | ||
73 | MX53_PAD_PATA_DATA1__ESDHC3_DAT5, | ||
74 | MX53_PAD_PATA_DATA2__ESDHC3_DAT6, | ||
75 | MX53_PAD_PATA_DATA3__ESDHC3_DAT7, | ||
76 | MX53_PAD_PATA_IORDY__ESDHC3_CLK, | ||
77 | MX53_PAD_PATA_RESET_B__ESDHC3_CMD, | ||
55 | }; | 78 | }; |
56 | 79 | ||
57 | static const struct imxuart_platform_data mx53_smd_uart_data __initconst = { | 80 | static const struct imxuart_platform_data mx53_smd_uart_data __initconst = { |
@@ -97,6 +120,9 @@ static void __init mx53_smd_board_init(void) | |||
97 | imx53_add_fec(&mx53_smd_fec_data); | 120 | imx53_add_fec(&mx53_smd_fec_data); |
98 | imx53_add_imx2_wdt(0, NULL); | 121 | imx53_add_imx2_wdt(0, NULL); |
99 | imx53_add_imx_i2c(0, &mx53_smd_i2c_data); | 122 | imx53_add_imx_i2c(0, &mx53_smd_i2c_data); |
123 | imx53_add_sdhci_esdhc_imx(0, NULL); | ||
124 | imx53_add_sdhci_esdhc_imx(1, NULL); | ||
125 | imx53_add_sdhci_esdhc_imx(2, NULL); | ||
100 | } | 126 | } |
101 | 127 | ||
102 | static void __init mx53_smd_timer_init(void) | 128 | static void __init mx53_smd_timer_init(void) |
diff --git a/arch/arm/mach-mx5/clock-mx51-mx53.c b/arch/arm/mach-mx5/clock-mx51-mx53.c index fdbc05ed5513..6b89c1bf4eb2 100644 --- a/arch/arm/mach-mx5/clock-mx51-mx53.c +++ b/arch/arm/mach-mx5/clock-mx51-mx53.c | |||
@@ -1563,6 +1563,7 @@ int __init mx53_clocks_init(unsigned long ckil, unsigned long osc, | |||
1563 | clk_enable(&iim_clk); | 1563 | clk_enable(&iim_clk); |
1564 | mx53_revision(); | 1564 | mx53_revision(); |
1565 | clk_disable(&iim_clk); | 1565 | clk_disable(&iim_clk); |
1566 | mx53_display_revision(); | ||
1566 | 1567 | ||
1567 | /* Set SDHC parents to be PLL2 */ | 1568 | /* Set SDHC parents to be PLL2 */ |
1568 | clk_set_parent(&esdhc1_clk, &pll2_sw_clk); | 1569 | clk_set_parent(&esdhc1_clk, &pll2_sw_clk); |
diff --git a/arch/arm/mach-mx5/cpu.c b/arch/arm/mach-mx5/cpu.c index 472bdfab2e55..86f87da59c64 100644 --- a/arch/arm/mach-mx5/cpu.c +++ b/arch/arm/mach-mx5/cpu.c | |||
@@ -166,6 +166,29 @@ int mx50_revision(void) | |||
166 | } | 166 | } |
167 | EXPORT_SYMBOL(mx50_revision); | 167 | EXPORT_SYMBOL(mx50_revision); |
168 | 168 | ||
169 | void mx53_display_revision(void) | ||
170 | { | ||
171 | int rev; | ||
172 | char *srev; | ||
173 | rev = mx53_revision(); | ||
174 | |||
175 | switch (rev) { | ||
176 | case IMX_CHIP_REVISION_1_0: | ||
177 | srev = IMX_CHIP_REVISION_1_0_STRING; | ||
178 | break; | ||
179 | case IMX_CHIP_REVISION_2_0: | ||
180 | srev = IMX_CHIP_REVISION_2_0_STRING; | ||
181 | break; | ||
182 | case IMX_CHIP_REVISION_2_1: | ||
183 | srev = IMX_CHIP_REVISION_2_1_STRING; | ||
184 | break; | ||
185 | default: | ||
186 | srev = IMX_CHIP_REVISION_UNKNOWN_STRING; | ||
187 | } | ||
188 | printk(KERN_INFO "CPU identified as i.MX53, silicon rev %s\n", srev); | ||
189 | } | ||
190 | EXPORT_SYMBOL(mx53_display_revision); | ||
191 | |||
169 | static int __init post_cpu_init(void) | 192 | static int __init post_cpu_init(void) |
170 | { | 193 | { |
171 | unsigned int reg; | 194 | unsigned int reg; |
diff --git a/arch/arm/mach-mx5/devices-imx50.h b/arch/arm/mach-mx5/devices-imx50.h index c9e42823c7e3..7216667eaafc 100644 --- a/arch/arm/mach-mx5/devices-imx50.h +++ b/arch/arm/mach-mx5/devices-imx50.h | |||
@@ -21,14 +21,14 @@ | |||
21 | #include <mach/mx50.h> | 21 | #include <mach/mx50.h> |
22 | #include <mach/devices-common.h> | 22 | #include <mach/devices-common.h> |
23 | 23 | ||
24 | extern const struct imx_imx_uart_1irq_data imx50_imx_uart_data[] __initconst; | 24 | extern const struct imx_imx_uart_1irq_data imx50_imx_uart_data[]; |
25 | #define imx50_add_imx_uart(id, pdata) \ | 25 | #define imx50_add_imx_uart(id, pdata) \ |
26 | imx_add_imx_uart_1irq(&imx50_imx_uart_data[id], pdata) | 26 | imx_add_imx_uart_1irq(&imx50_imx_uart_data[id], pdata) |
27 | 27 | ||
28 | extern const struct imx_fec_data imx50_fec_data __initconst; | 28 | extern const struct imx_fec_data imx50_fec_data; |
29 | #define imx50_add_fec(pdata) \ | 29 | #define imx50_add_fec(pdata) \ |
30 | imx_add_fec(&imx50_fec_data, pdata) | 30 | imx_add_fec(&imx50_fec_data, pdata) |
31 | 31 | ||
32 | extern const struct imx_imx_i2c_data imx50_imx_i2c_data[] __initconst; | 32 | extern const struct imx_imx_i2c_data imx50_imx_i2c_data[]; |
33 | #define imx50_add_imx_i2c(id, pdata) \ | 33 | #define imx50_add_imx_i2c(id, pdata) \ |
34 | imx_add_imx_i2c(&imx50_imx_i2c_data[id], pdata) | 34 | imx_add_imx_i2c(&imx50_imx_i2c_data[id], pdata) |
diff --git a/arch/arm/mach-mx5/devices-imx51.h b/arch/arm/mach-mx5/devices-imx51.h index 7fff485e5603..e11bc0e0ec49 100644 --- a/arch/arm/mach-mx5/devices-imx51.h +++ b/arch/arm/mach-mx5/devices-imx51.h | |||
@@ -9,49 +9,46 @@ | |||
9 | #include <mach/mx51.h> | 9 | #include <mach/mx51.h> |
10 | #include <mach/devices-common.h> | 10 | #include <mach/devices-common.h> |
11 | 11 | ||
12 | extern const struct imx_fec_data imx51_fec_data __initconst; | 12 | extern const struct imx_fec_data imx51_fec_data; |
13 | #define imx51_add_fec(pdata) \ | 13 | #define imx51_add_fec(pdata) \ |
14 | imx_add_fec(&imx51_fec_data, pdata) | 14 | imx_add_fec(&imx51_fec_data, pdata) |
15 | 15 | ||
16 | #define imx51_add_gpio_keys(pdata) imx_add_gpio_keys(pdata) | 16 | extern const struct imx_imx_i2c_data imx51_imx_i2c_data[]; |
17 | |||
18 | extern const struct imx_imx_i2c_data imx51_imx_i2c_data[] __initconst; | ||
19 | #define imx51_add_imx_i2c(id, pdata) \ | 17 | #define imx51_add_imx_i2c(id, pdata) \ |
20 | imx_add_imx_i2c(&imx51_imx_i2c_data[id], pdata) | 18 | imx_add_imx_i2c(&imx51_imx_i2c_data[id], pdata) |
21 | 19 | ||
22 | extern const struct imx_imx_ssi_data imx51_imx_ssi_data[] __initconst; | 20 | extern const struct imx_imx_ssi_data imx51_imx_ssi_data[]; |
23 | #define imx51_add_imx_ssi(id, pdata) \ | 21 | #define imx51_add_imx_ssi(id, pdata) \ |
24 | imx_add_imx_ssi(&imx51_imx_ssi_data[id], pdata) | 22 | imx_add_imx_ssi(&imx51_imx_ssi_data[id], pdata) |
25 | 23 | ||
26 | extern const struct imx_imx_uart_1irq_data imx51_imx_uart_data[] __initconst; | 24 | extern const struct imx_imx_uart_1irq_data imx51_imx_uart_data[]; |
27 | #define imx51_add_imx_uart(id, pdata) \ | 25 | #define imx51_add_imx_uart(id, pdata) \ |
28 | imx_add_imx_uart_1irq(&imx51_imx_uart_data[id], pdata) | 26 | imx_add_imx_uart_1irq(&imx51_imx_uart_data[id], pdata) |
29 | 27 | ||
30 | extern const struct imx_mxc_nand_data imx51_mxc_nand_data __initconst; | 28 | extern const struct imx_mxc_nand_data imx51_mxc_nand_data; |
31 | #define imx51_add_mxc_nand(pdata) \ | 29 | #define imx51_add_mxc_nand(pdata) \ |
32 | imx_add_mxc_nand(&imx51_mxc_nand_data, pdata) | 30 | imx_add_mxc_nand(&imx51_mxc_nand_data, pdata) |
33 | 31 | ||
34 | extern const struct imx_sdhci_esdhc_imx_data | 32 | extern const struct imx_sdhci_esdhc_imx_data imx51_sdhci_esdhc_imx_data[]; |
35 | imx51_sdhci_esdhc_imx_data[] __initconst; | ||
36 | #define imx51_add_sdhci_esdhc_imx(id, pdata) \ | 33 | #define imx51_add_sdhci_esdhc_imx(id, pdata) \ |
37 | imx_add_sdhci_esdhc_imx(&imx51_sdhci_esdhc_imx_data[id], pdata) | 34 | imx_add_sdhci_esdhc_imx(&imx51_sdhci_esdhc_imx_data[id], pdata) |
38 | 35 | ||
39 | extern const struct imx_spi_imx_data imx51_cspi_data __initconst; | 36 | extern const struct imx_spi_imx_data imx51_cspi_data; |
40 | #define imx51_add_cspi(pdata) \ | 37 | #define imx51_add_cspi(pdata) \ |
41 | imx_add_spi_imx(&imx51_cspi_data, pdata) | 38 | imx_add_spi_imx(&imx51_cspi_data, pdata) |
42 | 39 | ||
43 | extern const struct imx_spi_imx_data imx51_ecspi_data[] __initconst; | 40 | extern const struct imx_spi_imx_data imx51_ecspi_data[]; |
44 | #define imx51_add_ecspi(id, pdata) \ | 41 | #define imx51_add_ecspi(id, pdata) \ |
45 | imx_add_spi_imx(&imx51_ecspi_data[id], pdata) | 42 | imx_add_spi_imx(&imx51_ecspi_data[id], pdata) |
46 | 43 | ||
47 | extern const struct imx_imx2_wdt_data imx51_imx2_wdt_data[] __initconst; | 44 | extern const struct imx_imx2_wdt_data imx51_imx2_wdt_data[]; |
48 | #define imx51_add_imx2_wdt(id, pdata) \ | 45 | #define imx51_add_imx2_wdt(id, pdata) \ |
49 | imx_add_imx2_wdt(&imx51_imx2_wdt_data[id]) | 46 | imx_add_imx2_wdt(&imx51_imx2_wdt_data[id]) |
50 | 47 | ||
51 | extern const struct imx_mxc_pwm_data imx51_mxc_pwm_data[] __initconst; | 48 | extern const struct imx_mxc_pwm_data imx51_mxc_pwm_data[]; |
52 | #define imx51_add_mxc_pwm(id) \ | 49 | #define imx51_add_mxc_pwm(id) \ |
53 | imx_add_mxc_pwm(&imx51_mxc_pwm_data[id]) | 50 | imx_add_mxc_pwm(&imx51_mxc_pwm_data[id]) |
54 | 51 | ||
55 | extern const struct imx_imx_keypad_data imx51_imx_keypad_data __initconst; | 52 | extern const struct imx_imx_keypad_data imx51_imx_keypad_data; |
56 | #define imx51_add_imx_keypad(pdata) \ | 53 | #define imx51_add_imx_keypad(pdata) \ |
57 | imx_add_imx_keypad(&imx51_imx_keypad_data, pdata) | 54 | imx_add_imx_keypad(&imx51_imx_keypad_data, pdata) |
diff --git a/arch/arm/mach-mx5/devices-imx53.h b/arch/arm/mach-mx5/devices-imx53.h index 9251008dad1f..48f4c8cc42f5 100644 --- a/arch/arm/mach-mx5/devices-imx53.h +++ b/arch/arm/mach-mx5/devices-imx53.h | |||
@@ -8,28 +8,27 @@ | |||
8 | #include <mach/mx53.h> | 8 | #include <mach/mx53.h> |
9 | #include <mach/devices-common.h> | 9 | #include <mach/devices-common.h> |
10 | 10 | ||
11 | extern const struct imx_fec_data imx53_fec_data __initconst; | 11 | extern const struct imx_fec_data imx53_fec_data; |
12 | #define imx53_add_fec(pdata) \ | 12 | #define imx53_add_fec(pdata) \ |
13 | imx_add_fec(&imx53_fec_data, pdata) | 13 | imx_add_fec(&imx53_fec_data, pdata) |
14 | 14 | ||
15 | extern const struct imx_imx_uart_1irq_data imx53_imx_uart_data[] __initconst; | 15 | extern const struct imx_imx_uart_1irq_data imx53_imx_uart_data[]; |
16 | #define imx53_add_imx_uart(id, pdata) \ | 16 | #define imx53_add_imx_uart(id, pdata) \ |
17 | imx_add_imx_uart_1irq(&imx53_imx_uart_data[id], pdata) | 17 | imx_add_imx_uart_1irq(&imx53_imx_uart_data[id], pdata) |
18 | 18 | ||
19 | 19 | ||
20 | extern const struct imx_imx_i2c_data imx53_imx_i2c_data[] __initconst; | 20 | extern const struct imx_imx_i2c_data imx53_imx_i2c_data[]; |
21 | #define imx53_add_imx_i2c(id, pdata) \ | 21 | #define imx53_add_imx_i2c(id, pdata) \ |
22 | imx_add_imx_i2c(&imx53_imx_i2c_data[id], pdata) | 22 | imx_add_imx_i2c(&imx53_imx_i2c_data[id], pdata) |
23 | 23 | ||
24 | extern const struct imx_sdhci_esdhc_imx_data | 24 | extern const struct imx_sdhci_esdhc_imx_data imx53_sdhci_esdhc_imx_data[]; |
25 | imx53_sdhci_esdhc_imx_data[] __initconst; | ||
26 | #define imx53_add_sdhci_esdhc_imx(id, pdata) \ | 25 | #define imx53_add_sdhci_esdhc_imx(id, pdata) \ |
27 | imx_add_sdhci_esdhc_imx(&imx53_sdhci_esdhc_imx_data[id], pdata) | 26 | imx_add_sdhci_esdhc_imx(&imx53_sdhci_esdhc_imx_data[id], pdata) |
28 | 27 | ||
29 | extern const struct imx_spi_imx_data imx53_ecspi_data[] __initconst; | 28 | extern const struct imx_spi_imx_data imx53_ecspi_data[]; |
30 | #define imx53_add_ecspi(id, pdata) \ | 29 | #define imx53_add_ecspi(id, pdata) \ |
31 | imx_add_spi_imx(&imx53_ecspi_data[id], pdata) | 30 | imx_add_spi_imx(&imx53_ecspi_data[id], pdata) |
32 | 31 | ||
33 | extern const struct imx_imx2_wdt_data imx53_imx2_wdt_data[] __initconst; | 32 | extern const struct imx_imx2_wdt_data imx53_imx2_wdt_data[]; |
34 | #define imx53_add_imx2_wdt(id, pdata) \ | 33 | #define imx53_add_imx2_wdt(id, pdata) \ |
35 | imx_add_imx2_wdt(&imx53_imx2_wdt_data[id]) | 34 | imx_add_imx2_wdt(&imx53_imx2_wdt_data[id]) |
diff --git a/arch/arm/mach-mx5/eukrea_mbimx51-baseboard.c b/arch/arm/mach-mx5/eukrea_mbimx51-baseboard.c index 4a8550529b04..97292d20f1f3 100644 --- a/arch/arm/mach-mx5/eukrea_mbimx51-baseboard.c +++ b/arch/arm/mach-mx5/eukrea_mbimx51-baseboard.c | |||
@@ -18,13 +18,11 @@ | |||
18 | #include <linux/io.h> | 18 | #include <linux/io.h> |
19 | #include <linux/interrupt.h> | 19 | #include <linux/interrupt.h> |
20 | #include <linux/irq.h> | 20 | #include <linux/irq.h> |
21 | #include <linux/fsl_devices.h> | ||
22 | #include <linux/i2c/tsc2007.h> | 21 | #include <linux/i2c/tsc2007.h> |
23 | #include <linux/leds.h> | 22 | #include <linux/leds.h> |
24 | 23 | ||
25 | #include <mach/common.h> | 24 | #include <mach/common.h> |
26 | #include <mach/hardware.h> | 25 | #include <mach/hardware.h> |
27 | #include <mach/imx-uart.h> | ||
28 | #include <mach/iomux-mx51.h> | 26 | #include <mach/iomux-mx51.h> |
29 | 27 | ||
30 | #include <asm/mach/arch.h> | 28 | #include <asm/mach/arch.h> |
diff --git a/arch/arm/mach-mx5/eukrea_mbimxsd-baseboard.c b/arch/arm/mach-mx5/eukrea_mbimxsd-baseboard.c index e6c1119c20ae..31c871ec46a6 100644 --- a/arch/arm/mach-mx5/eukrea_mbimxsd-baseboard.c +++ b/arch/arm/mach-mx5/eukrea_mbimxsd-baseboard.c | |||
@@ -27,7 +27,6 @@ | |||
27 | #include <linux/irq.h> | 27 | #include <linux/irq.h> |
28 | #include <linux/leds.h> | 28 | #include <linux/leds.h> |
29 | #include <linux/platform_device.h> | 29 | #include <linux/platform_device.h> |
30 | #include <linux/gpio_keys.h> | ||
31 | #include <linux/input.h> | 30 | #include <linux/input.h> |
32 | #include <linux/i2c.h> | 31 | #include <linux/i2c.h> |
33 | 32 | ||
@@ -38,7 +37,6 @@ | |||
38 | 37 | ||
39 | #include <mach/hardware.h> | 38 | #include <mach/hardware.h> |
40 | #include <mach/common.h> | 39 | #include <mach/common.h> |
41 | #include <mach/imx-uart.h> | ||
42 | #include <mach/iomux-mx51.h> | 40 | #include <mach/iomux-mx51.h> |
43 | #include <mach/audmux.h> | 41 | #include <mach/audmux.h> |
44 | 42 | ||
@@ -108,23 +106,14 @@ static struct gpio_keys_button eukrea_mbimxsd_gpio_buttons[] = { | |||
108 | }, | 106 | }, |
109 | }; | 107 | }; |
110 | 108 | ||
111 | static struct gpio_keys_platform_data eukrea_mbimxsd_button_data = { | 109 | static const struct gpio_keys_platform_data |
110 | eukrea_mbimxsd_button_data __initconst = { | ||
112 | .buttons = eukrea_mbimxsd_gpio_buttons, | 111 | .buttons = eukrea_mbimxsd_gpio_buttons, |
113 | .nbuttons = ARRAY_SIZE(eukrea_mbimxsd_gpio_buttons), | 112 | .nbuttons = ARRAY_SIZE(eukrea_mbimxsd_gpio_buttons), |
114 | }; | 113 | }; |
115 | 114 | ||
116 | static struct platform_device eukrea_mbimxsd_button_device = { | ||
117 | .name = "gpio-keys", | ||
118 | .id = -1, | ||
119 | .num_resources = 0, | ||
120 | .dev = { | ||
121 | .platform_data = &eukrea_mbimxsd_button_data, | ||
122 | } | ||
123 | }; | ||
124 | |||
125 | static struct platform_device *platform_devices[] __initdata = { | 115 | static struct platform_device *platform_devices[] __initdata = { |
126 | &eukrea_mbimxsd_leds_gpio, | 116 | &eukrea_mbimxsd_leds_gpio, |
127 | &eukrea_mbimxsd_button_device, | ||
128 | }; | 117 | }; |
129 | 118 | ||
130 | static const struct imxuart_platform_data uart_pdata __initconst = { | 119 | static const struct imxuart_platform_data uart_pdata __initconst = { |
@@ -166,4 +155,5 @@ void __init eukrea_mbimxsd51_baseboard_init(void) | |||
166 | ARRAY_SIZE(eukrea_mbimxsd_i2c_devices)); | 155 | ARRAY_SIZE(eukrea_mbimxsd_i2c_devices)); |
167 | 156 | ||
168 | platform_add_devices(platform_devices, ARRAY_SIZE(platform_devices)); | 157 | platform_add_devices(platform_devices, ARRAY_SIZE(platform_devices)); |
158 | imx_add_gpio_keys(&eukrea_mbimxsd_button_data); | ||
169 | } | 159 | } |
diff --git a/arch/arm/mach-mx5/mx51_efika.c b/arch/arm/mach-mx5/mx51_efika.c index d0c7075937cf..56739c23aca7 100644 --- a/arch/arm/mach-mx5/mx51_efika.c +++ b/arch/arm/mach-mx5/mx51_efika.c | |||
@@ -20,7 +20,6 @@ | |||
20 | #include <linux/input.h> | 20 | #include <linux/input.h> |
21 | #include <linux/delay.h> | 21 | #include <linux/delay.h> |
22 | #include <linux/io.h> | 22 | #include <linux/io.h> |
23 | #include <linux/fsl_devices.h> | ||
24 | #include <linux/spi/flash.h> | 23 | #include <linux/spi/flash.h> |
25 | #include <linux/spi/spi.h> | 24 | #include <linux/spi/spi.h> |
26 | #include <linux/mfd/mc13892.h> | 25 | #include <linux/mfd/mc13892.h> |
@@ -30,8 +29,6 @@ | |||
30 | #include <mach/common.h> | 29 | #include <mach/common.h> |
31 | #include <mach/hardware.h> | 30 | #include <mach/hardware.h> |
32 | #include <mach/iomux-mx51.h> | 31 | #include <mach/iomux-mx51.h> |
33 | #include <mach/i2c.h> | ||
34 | #include <mach/mxc_ehci.h> | ||
35 | 32 | ||
36 | #include <linux/usb/otg.h> | 33 | #include <linux/usb/otg.h> |
37 | #include <linux/usb/ulpi.h> | 34 | #include <linux/usb/ulpi.h> |
diff --git a/arch/arm/mach-mxc91231/Kconfig b/arch/arm/mach-mxc91231/Kconfig deleted file mode 100644 index 8e5fa38ebb67..000000000000 --- a/arch/arm/mach-mxc91231/Kconfig +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
1 | if ARCH_MXC91231 | ||
2 | |||
3 | comment "MXC91231 platforms:" | ||
4 | |||
5 | config MACH_MAGX_ZN5 | ||
6 | bool "Support Motorola Zn5 GSM phone" | ||
7 | default n | ||
8 | help | ||
9 | Include support for Motorola Zn5 GSM phone. | ||
10 | |||
11 | endif | ||
diff --git a/arch/arm/mach-mxc91231/Makefile b/arch/arm/mach-mxc91231/Makefile deleted file mode 100644 index 011d5e197125..000000000000 --- a/arch/arm/mach-mxc91231/Makefile +++ /dev/null | |||
@@ -1,2 +0,0 @@ | |||
1 | obj-y := mm.o clock.o devices.o system.o iomux.o | ||
2 | obj-$(CONFIG_MACH_MAGX_ZN5) += magx-zn5.o | ||
diff --git a/arch/arm/mach-mxc91231/Makefile.boot b/arch/arm/mach-mxc91231/Makefile.boot deleted file mode 100644 index 9939a19d99a1..000000000000 --- a/arch/arm/mach-mxc91231/Makefile.boot +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | zreladdr-y := 0x90008000 | ||
2 | params_phys-y := 0x90000100 | ||
3 | initrd_phys-y := 0x90800000 | ||
diff --git a/arch/arm/mach-mxc91231/clock.c b/arch/arm/mach-mxc91231/clock.c deleted file mode 100644 index 9fab505f1eb1..000000000000 --- a/arch/arm/mach-mxc91231/clock.c +++ /dev/null | |||
@@ -1,640 +0,0 @@ | |||
1 | #include <linux/clk.h> | ||
2 | #include <linux/kernel.h> | ||
3 | #include <linux/init.h> | ||
4 | #include <linux/io.h> | ||
5 | #include <linux/clkdev.h> | ||
6 | |||
7 | #include <mach/clock.h> | ||
8 | #include <mach/hardware.h> | ||
9 | #include <mach/common.h> | ||
10 | |||
11 | #include <asm/bug.h> | ||
12 | #include <asm/div64.h> | ||
13 | |||
14 | #include "crm_regs.h" | ||
15 | |||
16 | #define CRM_SMALL_DIVIDER(base, name) \ | ||
17 | crm_small_divider(base, \ | ||
18 | base ## _ ## name ## _OFFSET, \ | ||
19 | base ## _ ## name ## _MASK) | ||
20 | #define CRM_1DIVIDER(base, name) \ | ||
21 | crm_divider(base, \ | ||
22 | base ## _ ## name ## _OFFSET, \ | ||
23 | base ## _ ## name ## _MASK, 1) | ||
24 | #define CRM_16DIVIDER(base, name) \ | ||
25 | crm_divider(base, \ | ||
26 | base ## _ ## name ## _OFFSET, \ | ||
27 | base ## _ ## name ## _MASK, 16) | ||
28 | |||
29 | static u32 crm_small_divider(void __iomem *reg, u8 offset, u32 mask) | ||
30 | { | ||
31 | static const u32 crm_small_dividers[] = { | ||
32 | 2, 3, 4, 5, 6, 8, 10, 12 | ||
33 | }; | ||
34 | u8 idx; | ||
35 | |||
36 | idx = (__raw_readl(reg) & mask) >> offset; | ||
37 | if (idx > 7) | ||
38 | return 1; | ||
39 | |||
40 | return crm_small_dividers[idx]; | ||
41 | } | ||
42 | |||
43 | static u32 crm_divider(void __iomem *reg, u8 offset, u32 mask, u32 z) | ||
44 | { | ||
45 | u32 div; | ||
46 | div = (__raw_readl(reg) & mask) >> offset; | ||
47 | return div ? div : z; | ||
48 | } | ||
49 | |||
50 | static int _clk_1bit_enable(struct clk *clk) | ||
51 | { | ||
52 | u32 reg; | ||
53 | |||
54 | reg = __raw_readl(clk->enable_reg); | ||
55 | reg |= 1 << clk->enable_shift; | ||
56 | __raw_writel(reg, clk->enable_reg); | ||
57 | |||
58 | return 0; | ||
59 | } | ||
60 | |||
61 | static void _clk_1bit_disable(struct clk *clk) | ||
62 | { | ||
63 | u32 reg; | ||
64 | |||
65 | reg = __raw_readl(clk->enable_reg); | ||
66 | reg &= ~(1 << clk->enable_shift); | ||
67 | __raw_writel(reg, clk->enable_reg); | ||
68 | } | ||
69 | |||
70 | static int _clk_3bit_enable(struct clk *clk) | ||
71 | { | ||
72 | u32 reg; | ||
73 | |||
74 | reg = __raw_readl(clk->enable_reg); | ||
75 | reg |= 0x7 << clk->enable_shift; | ||
76 | __raw_writel(reg, clk->enable_reg); | ||
77 | |||
78 | return 0; | ||
79 | } | ||
80 | |||
81 | static void _clk_3bit_disable(struct clk *clk) | ||
82 | { | ||
83 | u32 reg; | ||
84 | |||
85 | reg = __raw_readl(clk->enable_reg); | ||
86 | reg &= ~(0x7 << clk->enable_shift); | ||
87 | __raw_writel(reg, clk->enable_reg); | ||
88 | } | ||
89 | |||
90 | static unsigned long ckih_rate; | ||
91 | |||
92 | static unsigned long clk_ckih_get_rate(struct clk *clk) | ||
93 | { | ||
94 | return ckih_rate; | ||
95 | } | ||
96 | |||
97 | static struct clk ckih_clk = { | ||
98 | .get_rate = clk_ckih_get_rate, | ||
99 | }; | ||
100 | |||
101 | static unsigned long clk_ckih_x2_get_rate(struct clk *clk) | ||
102 | { | ||
103 | return 2 * clk_get_rate(clk->parent); | ||
104 | } | ||
105 | |||
106 | static struct clk ckih_x2_clk = { | ||
107 | .parent = &ckih_clk, | ||
108 | .get_rate = clk_ckih_x2_get_rate, | ||
109 | }; | ||
110 | |||
111 | static unsigned long clk_ckil_get_rate(struct clk *clk) | ||
112 | { | ||
113 | return CKIL_CLK_FREQ; | ||
114 | } | ||
115 | |||
116 | static struct clk ckil_clk = { | ||
117 | .get_rate = clk_ckil_get_rate, | ||
118 | }; | ||
119 | |||
120 | /* plls stuff */ | ||
121 | static struct clk mcu_pll_clk; | ||
122 | static struct clk dsp_pll_clk; | ||
123 | static struct clk usb_pll_clk; | ||
124 | |||
125 | static struct clk *pll_clk(u8 sel) | ||
126 | { | ||
127 | switch (sel) { | ||
128 | case 0: | ||
129 | return &mcu_pll_clk; | ||
130 | case 1: | ||
131 | return &dsp_pll_clk; | ||
132 | case 2: | ||
133 | return &usb_pll_clk; | ||
134 | } | ||
135 | BUG(); | ||
136 | } | ||
137 | |||
138 | static void __iomem *pll_base(struct clk *clk) | ||
139 | { | ||
140 | if (clk == &mcu_pll_clk) | ||
141 | return MXC_PLL0_BASE; | ||
142 | else if (clk == &dsp_pll_clk) | ||
143 | return MXC_PLL1_BASE; | ||
144 | else if (clk == &usb_pll_clk) | ||
145 | return MXC_PLL2_BASE; | ||
146 | BUG(); | ||
147 | } | ||
148 | |||
149 | static unsigned long clk_pll_get_rate(struct clk *clk) | ||
150 | { | ||
151 | const void __iomem *pllbase; | ||
152 | unsigned long dp_op, dp_mfd, dp_mfn, pll_hfsm, ref_clk, mfi; | ||
153 | long mfn, mfn_abs, mfd, pdf; | ||
154 | s64 temp; | ||
155 | pllbase = pll_base(clk); | ||
156 | |||
157 | pll_hfsm = __raw_readl(pllbase + MXC_PLL_DP_CTL) & MXC_PLL_DP_CTL_HFSM; | ||
158 | if (pll_hfsm == 0) { | ||
159 | dp_op = __raw_readl(pllbase + MXC_PLL_DP_OP); | ||
160 | dp_mfd = __raw_readl(pllbase + MXC_PLL_DP_MFD); | ||
161 | dp_mfn = __raw_readl(pllbase + MXC_PLL_DP_MFN); | ||
162 | } else { | ||
163 | dp_op = __raw_readl(pllbase + MXC_PLL_DP_HFS_OP); | ||
164 | dp_mfd = __raw_readl(pllbase + MXC_PLL_DP_HFS_MFD); | ||
165 | dp_mfn = __raw_readl(pllbase + MXC_PLL_DP_HFS_MFN); | ||
166 | } | ||
167 | |||
168 | pdf = dp_op & MXC_PLL_DP_OP_PDF_MASK; | ||
169 | mfi = (dp_op >> MXC_PLL_DP_OP_MFI_OFFSET) & MXC_PLL_DP_OP_PDF_MASK; | ||
170 | mfi = (mfi <= 5) ? 5 : mfi; | ||
171 | mfd = dp_mfd & MXC_PLL_DP_MFD_MASK; | ||
172 | mfn = dp_mfn & MXC_PLL_DP_MFN_MASK; | ||
173 | mfn = (mfn <= 0x4000000) ? mfn : (mfn - 0x10000000); | ||
174 | |||
175 | if (mfn < 0) | ||
176 | mfn_abs = -mfn; | ||
177 | else | ||
178 | mfn_abs = mfn; | ||
179 | |||
180 | /* XXX: actually this asumes that ckih is fed to pll, but spec says | ||
181 | * that ckih_x2 is also possible. need to check this out. | ||
182 | */ | ||
183 | ref_clk = clk_get_rate(&ckih_clk); | ||
184 | |||
185 | ref_clk *= 2; | ||
186 | ref_clk /= pdf + 1; | ||
187 | |||
188 | temp = (u64) ref_clk * mfn_abs; | ||
189 | do_div(temp, mfd); | ||
190 | if (mfn < 0) | ||
191 | temp = -temp; | ||
192 | temp += ref_clk * mfi; | ||
193 | |||
194 | return temp; | ||
195 | } | ||
196 | |||
197 | static int clk_pll_enable(struct clk *clk) | ||
198 | { | ||
199 | void __iomem *ctl; | ||
200 | u32 reg; | ||
201 | |||
202 | ctl = pll_base(clk); | ||
203 | reg = __raw_readl(ctl); | ||
204 | reg |= (MXC_PLL_DP_CTL_RST | MXC_PLL_DP_CTL_UPEN); | ||
205 | __raw_writel(reg, ctl); | ||
206 | do { | ||
207 | reg = __raw_readl(ctl); | ||
208 | } while ((reg & MXC_PLL_DP_CTL_LRF) != MXC_PLL_DP_CTL_LRF); | ||
209 | return 0; | ||
210 | } | ||
211 | |||
212 | static void clk_pll_disable(struct clk *clk) | ||
213 | { | ||
214 | void __iomem *ctl; | ||
215 | u32 reg; | ||
216 | |||
217 | ctl = pll_base(clk); | ||
218 | reg = __raw_readl(ctl); | ||
219 | reg &= ~(MXC_PLL_DP_CTL_RST | MXC_PLL_DP_CTL_UPEN); | ||
220 | __raw_writel(reg, ctl); | ||
221 | } | ||
222 | |||
223 | static struct clk mcu_pll_clk = { | ||
224 | .parent = &ckih_clk, | ||
225 | .get_rate = clk_pll_get_rate, | ||
226 | .enable = clk_pll_enable, | ||
227 | .disable = clk_pll_disable, | ||
228 | }; | ||
229 | |||
230 | static struct clk dsp_pll_clk = { | ||
231 | .parent = &ckih_clk, | ||
232 | .get_rate = clk_pll_get_rate, | ||
233 | .enable = clk_pll_enable, | ||
234 | .disable = clk_pll_disable, | ||
235 | }; | ||
236 | |||
237 | static struct clk usb_pll_clk = { | ||
238 | .parent = &ckih_clk, | ||
239 | .get_rate = clk_pll_get_rate, | ||
240 | .enable = clk_pll_enable, | ||
241 | .disable = clk_pll_disable, | ||
242 | }; | ||
243 | /* plls stuff end */ | ||
244 | |||
245 | /* ap_ref_clk stuff */ | ||
246 | static struct clk ap_ref_clk; | ||
247 | |||
248 | static unsigned long clk_ap_ref_get_rate(struct clk *clk) | ||
249 | { | ||
250 | u32 ascsr, acsr; | ||
251 | u8 ap_pat_ref_div_2, ap_isel, acs, ads; | ||
252 | |||
253 | ascsr = __raw_readl(MXC_CRMAP_ASCSR); | ||
254 | acsr = __raw_readl(MXC_CRMAP_ACSR); | ||
255 | |||
256 | /* 0 for ckih, 1 for ckih*2 */ | ||
257 | ap_isel = ascsr & MXC_CRMAP_ASCSR_APISEL; | ||
258 | /* reg divider */ | ||
259 | ap_pat_ref_div_2 = (ascsr >> MXC_CRMAP_ASCSR_AP_PATDIV2_OFFSET) & 0x1; | ||
260 | /* undocumented, 1 for disabling divider */ | ||
261 | ads = (acsr >> MXC_CRMAP_ACSR_ADS_OFFSET) & 0x1; | ||
262 | /* 0 for pat_ref, 1 for divider out */ | ||
263 | acs = acsr & MXC_CRMAP_ACSR_ACS; | ||
264 | |||
265 | if (acs & !ads) | ||
266 | /* use divided clock */ | ||
267 | return clk_get_rate(clk->parent) / (ap_pat_ref_div_2 ? 2 : 1); | ||
268 | |||
269 | return clk_get_rate(clk->parent) * (ap_isel ? 2 : 1); | ||
270 | } | ||
271 | |||
272 | static struct clk ap_ref_clk = { | ||
273 | .parent = &ckih_clk, | ||
274 | .get_rate = clk_ap_ref_get_rate, | ||
275 | }; | ||
276 | /* ap_ref_clk stuff end */ | ||
277 | |||
278 | /* ap_pre_dfs_clk stuff */ | ||
279 | static struct clk ap_pre_dfs_clk; | ||
280 | |||
281 | static unsigned long clk_ap_pre_dfs_get_rate(struct clk *clk) | ||
282 | { | ||
283 | u32 acsr, ascsr; | ||
284 | |||
285 | acsr = __raw_readl(MXC_CRMAP_ACSR); | ||
286 | ascsr = __raw_readl(MXC_CRMAP_ASCSR); | ||
287 | |||
288 | if (acsr & MXC_CRMAP_ACSR_ACS) { | ||
289 | u8 sel; | ||
290 | sel = (ascsr & MXC_CRMAP_ASCSR_APSEL_MASK) >> | ||
291 | MXC_CRMAP_ASCSR_APSEL_OFFSET; | ||
292 | return clk_get_rate(pll_clk(sel)) / | ||
293 | CRM_SMALL_DIVIDER(MXC_CRMAP_ACDR, ARMDIV); | ||
294 | } | ||
295 | return clk_get_rate(&ap_ref_clk); | ||
296 | } | ||
297 | |||
298 | static struct clk ap_pre_dfs_clk = { | ||
299 | .get_rate = clk_ap_pre_dfs_get_rate, | ||
300 | }; | ||
301 | /* ap_pre_dfs_clk stuff end */ | ||
302 | |||
303 | /* usb_clk stuff */ | ||
304 | static struct clk usb_clk; | ||
305 | |||
306 | static struct clk *clk_usb_parent(struct clk *clk) | ||
307 | { | ||
308 | u32 acsr, ascsr; | ||
309 | |||
310 | acsr = __raw_readl(MXC_CRMAP_ACSR); | ||
311 | ascsr = __raw_readl(MXC_CRMAP_ASCSR); | ||
312 | |||
313 | if (acsr & MXC_CRMAP_ACSR_ACS) { | ||
314 | u8 sel; | ||
315 | sel = (ascsr & MXC_CRMAP_ASCSR_USBSEL_MASK) >> | ||
316 | MXC_CRMAP_ASCSR_USBSEL_OFFSET; | ||
317 | return pll_clk(sel); | ||
318 | } | ||
319 | return &ap_ref_clk; | ||
320 | } | ||
321 | |||
322 | static unsigned long clk_usb_get_rate(struct clk *clk) | ||
323 | { | ||
324 | return clk_get_rate(clk->parent) / | ||
325 | CRM_SMALL_DIVIDER(MXC_CRMAP_ACDER2, USBDIV); | ||
326 | } | ||
327 | |||
328 | static struct clk usb_clk = { | ||
329 | .enable_reg = MXC_CRMAP_ACDER2, | ||
330 | .enable_shift = MXC_CRMAP_ACDER2_USBEN_OFFSET, | ||
331 | .get_rate = clk_usb_get_rate, | ||
332 | .enable = _clk_1bit_enable, | ||
333 | .disable = _clk_1bit_disable, | ||
334 | }; | ||
335 | /* usb_clk stuff end */ | ||
336 | |||
337 | static unsigned long clk_ipg_get_rate(struct clk *clk) | ||
338 | { | ||
339 | return clk_get_rate(clk->parent) / CRM_16DIVIDER(MXC_CRMAP_ACDR, IPDIV); | ||
340 | } | ||
341 | |||
342 | static unsigned long clk_ahb_get_rate(struct clk *clk) | ||
343 | { | ||
344 | return clk_get_rate(clk->parent) / | ||
345 | CRM_16DIVIDER(MXC_CRMAP_ACDR, AHBDIV); | ||
346 | } | ||
347 | |||
348 | static struct clk ipg_clk = { | ||
349 | .parent = &ap_pre_dfs_clk, | ||
350 | .get_rate = clk_ipg_get_rate, | ||
351 | }; | ||
352 | |||
353 | static struct clk ahb_clk = { | ||
354 | .parent = &ap_pre_dfs_clk, | ||
355 | .get_rate = clk_ahb_get_rate, | ||
356 | }; | ||
357 | |||
358 | /* perclk_clk stuff */ | ||
359 | static struct clk perclk_clk; | ||
360 | |||
361 | static unsigned long clk_perclk_get_rate(struct clk *clk) | ||
362 | { | ||
363 | u32 acder2; | ||
364 | |||
365 | acder2 = __raw_readl(MXC_CRMAP_ACDER2); | ||
366 | if (acder2 & MXC_CRMAP_ACDER2_BAUD_ISEL_MASK) | ||
367 | return 2 * clk_get_rate(clk->parent); | ||
368 | |||
369 | return clk_get_rate(clk->parent); | ||
370 | } | ||
371 | |||
372 | static struct clk perclk_clk = { | ||
373 | .parent = &ckih_clk, | ||
374 | .get_rate = clk_perclk_get_rate, | ||
375 | }; | ||
376 | /* perclk_clk stuff end */ | ||
377 | |||
378 | /* uart_clk stuff */ | ||
379 | static struct clk uart_clk[]; | ||
380 | |||
381 | static unsigned long clk_uart_get_rate(struct clk *clk) | ||
382 | { | ||
383 | u32 div; | ||
384 | |||
385 | switch (clk->id) { | ||
386 | case 0: | ||
387 | case 1: | ||
388 | div = CRM_SMALL_DIVIDER(MXC_CRMAP_ACDER2, BAUDDIV); | ||
389 | break; | ||
390 | case 2: | ||
391 | div = CRM_SMALL_DIVIDER(MXC_CRMAP_APRA, UART3DIV); | ||
392 | break; | ||
393 | default: | ||
394 | BUG(); | ||
395 | } | ||
396 | return clk_get_rate(clk->parent) / div; | ||
397 | } | ||
398 | |||
399 | static struct clk uart_clk[] = { | ||
400 | { | ||
401 | .id = 0, | ||
402 | .parent = &perclk_clk, | ||
403 | .enable_reg = MXC_CRMAP_APRA, | ||
404 | .enable_shift = MXC_CRMAP_APRA_UART1EN_OFFSET, | ||
405 | .get_rate = clk_uart_get_rate, | ||
406 | .enable = _clk_1bit_enable, | ||
407 | .disable = _clk_1bit_disable, | ||
408 | }, { | ||
409 | .id = 1, | ||
410 | .parent = &perclk_clk, | ||
411 | .enable_reg = MXC_CRMAP_APRA, | ||
412 | .enable_shift = MXC_CRMAP_APRA_UART2EN_OFFSET, | ||
413 | .get_rate = clk_uart_get_rate, | ||
414 | .enable = _clk_1bit_enable, | ||
415 | .disable = _clk_1bit_disable, | ||
416 | }, { | ||
417 | .id = 2, | ||
418 | .parent = &perclk_clk, | ||
419 | .enable_reg = MXC_CRMAP_APRA, | ||
420 | .enable_shift = MXC_CRMAP_APRA_UART3EN_OFFSET, | ||
421 | .get_rate = clk_uart_get_rate, | ||
422 | .enable = _clk_1bit_enable, | ||
423 | .disable = _clk_1bit_disable, | ||
424 | }, | ||
425 | }; | ||
426 | /* uart_clk stuff end */ | ||
427 | |||
428 | /* sdhc_clk stuff */ | ||
429 | static struct clk nfc_clk; | ||
430 | |||
431 | static unsigned long clk_nfc_get_rate(struct clk *clk) | ||
432 | { | ||
433 | return clk_get_rate(clk->parent) / | ||
434 | CRM_1DIVIDER(MXC_CRMAP_ACDER2, NFCDIV); | ||
435 | } | ||
436 | |||
437 | static struct clk nfc_clk = { | ||
438 | .parent = &ahb_clk, | ||
439 | .enable_reg = MXC_CRMAP_ACDER2, | ||
440 | .enable_shift = MXC_CRMAP_ACDER2_NFCEN_OFFSET, | ||
441 | .get_rate = clk_nfc_get_rate, | ||
442 | .enable = _clk_1bit_enable, | ||
443 | .disable = _clk_1bit_disable, | ||
444 | }; | ||
445 | /* sdhc_clk stuff end */ | ||
446 | |||
447 | /* sdhc_clk stuff */ | ||
448 | static struct clk sdhc_clk[]; | ||
449 | |||
450 | static struct clk *clk_sdhc_parent(struct clk *clk) | ||
451 | { | ||
452 | u32 aprb; | ||
453 | u8 sel; | ||
454 | u32 mask; | ||
455 | int offset; | ||
456 | |||
457 | aprb = __raw_readl(MXC_CRMAP_APRB); | ||
458 | |||
459 | switch (clk->id) { | ||
460 | case 0: | ||
461 | mask = MXC_CRMAP_APRB_SDHC1_ISEL_MASK; | ||
462 | offset = MXC_CRMAP_APRB_SDHC1_ISEL_OFFSET; | ||
463 | break; | ||
464 | case 1: | ||
465 | mask = MXC_CRMAP_APRB_SDHC2_ISEL_MASK; | ||
466 | offset = MXC_CRMAP_APRB_SDHC2_ISEL_OFFSET; | ||
467 | break; | ||
468 | default: | ||
469 | BUG(); | ||
470 | } | ||
471 | sel = (aprb & mask) >> offset; | ||
472 | |||
473 | switch (sel) { | ||
474 | case 0: | ||
475 | return &ckih_clk; | ||
476 | case 1: | ||
477 | return &ckih_x2_clk; | ||
478 | } | ||
479 | return &usb_clk; | ||
480 | } | ||
481 | |||
482 | static unsigned long clk_sdhc_get_rate(struct clk *clk) | ||
483 | { | ||
484 | u32 div; | ||
485 | |||
486 | switch (clk->id) { | ||
487 | case 0: | ||
488 | div = CRM_SMALL_DIVIDER(MXC_CRMAP_APRB, SDHC1_DIV); | ||
489 | break; | ||
490 | case 1: | ||
491 | div = CRM_SMALL_DIVIDER(MXC_CRMAP_APRB, SDHC2_DIV); | ||
492 | break; | ||
493 | default: | ||
494 | BUG(); | ||
495 | } | ||
496 | |||
497 | return clk_get_rate(clk->parent) / div; | ||
498 | } | ||
499 | |||
500 | static int clk_sdhc_enable(struct clk *clk) | ||
501 | { | ||
502 | u32 amlpmre1, aprb; | ||
503 | |||
504 | amlpmre1 = __raw_readl(MXC_CRMAP_AMLPMRE1); | ||
505 | aprb = __raw_readl(MXC_CRMAP_APRB); | ||
506 | switch (clk->id) { | ||
507 | case 0: | ||
508 | amlpmre1 |= (0x7 << MXC_CRMAP_AMLPMRE1_MLPME4_OFFSET); | ||
509 | aprb |= (0x1 << MXC_CRMAP_APRB_SDHC1EN_OFFSET); | ||
510 | break; | ||
511 | case 1: | ||
512 | amlpmre1 |= (0x7 << MXC_CRMAP_AMLPMRE1_MLPME5_OFFSET); | ||
513 | aprb |= (0x1 << MXC_CRMAP_APRB_SDHC2EN_OFFSET); | ||
514 | break; | ||
515 | } | ||
516 | __raw_writel(amlpmre1, MXC_CRMAP_AMLPMRE1); | ||
517 | __raw_writel(aprb, MXC_CRMAP_APRB); | ||
518 | return 0; | ||
519 | } | ||
520 | |||
521 | static void clk_sdhc_disable(struct clk *clk) | ||
522 | { | ||
523 | u32 amlpmre1, aprb; | ||
524 | |||
525 | amlpmre1 = __raw_readl(MXC_CRMAP_AMLPMRE1); | ||
526 | aprb = __raw_readl(MXC_CRMAP_APRB); | ||
527 | switch (clk->id) { | ||
528 | case 0: | ||
529 | amlpmre1 &= ~(0x7 << MXC_CRMAP_AMLPMRE1_MLPME4_OFFSET); | ||
530 | aprb &= ~(0x1 << MXC_CRMAP_APRB_SDHC1EN_OFFSET); | ||
531 | break; | ||
532 | case 1: | ||
533 | amlpmre1 &= ~(0x7 << MXC_CRMAP_AMLPMRE1_MLPME5_OFFSET); | ||
534 | aprb &= ~(0x1 << MXC_CRMAP_APRB_SDHC2EN_OFFSET); | ||
535 | break; | ||
536 | } | ||
537 | __raw_writel(amlpmre1, MXC_CRMAP_AMLPMRE1); | ||
538 | __raw_writel(aprb, MXC_CRMAP_APRB); | ||
539 | } | ||
540 | |||
541 | static struct clk sdhc_clk[] = { | ||
542 | { | ||
543 | .id = 0, | ||
544 | .get_rate = clk_sdhc_get_rate, | ||
545 | .enable = clk_sdhc_enable, | ||
546 | .disable = clk_sdhc_disable, | ||
547 | }, { | ||
548 | .id = 1, | ||
549 | .get_rate = clk_sdhc_get_rate, | ||
550 | .enable = clk_sdhc_enable, | ||
551 | .disable = clk_sdhc_disable, | ||
552 | }, | ||
553 | }; | ||
554 | /* sdhc_clk stuff end */ | ||
555 | |||
556 | /* wdog_clk stuff */ | ||
557 | static struct clk wdog_clk[] = { | ||
558 | { | ||
559 | .id = 0, | ||
560 | .parent = &ipg_clk, | ||
561 | .enable_reg = MXC_CRMAP_AMLPMRD, | ||
562 | .enable_shift = MXC_CRMAP_AMLPMRD_MLPMD7_OFFSET, | ||
563 | .enable = _clk_3bit_enable, | ||
564 | .disable = _clk_3bit_disable, | ||
565 | }, { | ||
566 | .id = 1, | ||
567 | .parent = &ipg_clk, | ||
568 | .enable_reg = MXC_CRMAP_AMLPMRD, | ||
569 | .enable_shift = MXC_CRMAP_AMLPMRD_MLPMD3_OFFSET, | ||
570 | .enable = _clk_3bit_enable, | ||
571 | .disable = _clk_3bit_disable, | ||
572 | }, | ||
573 | }; | ||
574 | /* wdog_clk stuff end */ | ||
575 | |||
576 | /* gpt_clk stuff */ | ||
577 | static struct clk gpt_clk = { | ||
578 | .parent = &ipg_clk, | ||
579 | .enable_reg = MXC_CRMAP_AMLPMRC, | ||
580 | .enable_shift = MXC_CRMAP_AMLPMRC_MLPMC4_OFFSET, | ||
581 | .enable = _clk_3bit_enable, | ||
582 | .disable = _clk_3bit_disable, | ||
583 | }; | ||
584 | /* gpt_clk stuff end */ | ||
585 | |||
586 | /* cspi_clk stuff */ | ||
587 | static struct clk cspi_clk[] = { | ||
588 | { | ||
589 | .id = 0, | ||
590 | .parent = &ipg_clk, | ||
591 | .enable_reg = MXC_CRMAP_AMLPMRE2, | ||
592 | .enable_shift = MXC_CRMAP_AMLPMRE2_MLPME0_OFFSET, | ||
593 | .enable = _clk_3bit_enable, | ||
594 | .disable = _clk_3bit_disable, | ||
595 | }, { | ||
596 | .id = 1, | ||
597 | .parent = &ipg_clk, | ||
598 | .enable_reg = MXC_CRMAP_AMLPMRE1, | ||
599 | .enable_shift = MXC_CRMAP_AMLPMRE1_MLPME6_OFFSET, | ||
600 | .enable = _clk_3bit_enable, | ||
601 | .disable = _clk_3bit_disable, | ||
602 | }, | ||
603 | }; | ||
604 | /* cspi_clk stuff end */ | ||
605 | |||
606 | #define _REGISTER_CLOCK(d, n, c) \ | ||
607 | { \ | ||
608 | .dev_id = d, \ | ||
609 | .con_id = n, \ | ||
610 | .clk = &c, \ | ||
611 | }, | ||
612 | |||
613 | static struct clk_lookup lookups[] = { | ||
614 | _REGISTER_CLOCK("imx-uart.0", NULL, uart_clk[0]) | ||
615 | _REGISTER_CLOCK("imx-uart.1", NULL, uart_clk[1]) | ||
616 | _REGISTER_CLOCK("imx-uart.2", NULL, uart_clk[2]) | ||
617 | _REGISTER_CLOCK("mxc-mmc.0", NULL, sdhc_clk[0]) | ||
618 | _REGISTER_CLOCK("mxc-mmc.1", NULL, sdhc_clk[1]) | ||
619 | _REGISTER_CLOCK("mxc-wdt.0", NULL, wdog_clk[0]) | ||
620 | _REGISTER_CLOCK("spi_imx.0", NULL, cspi_clk[0]) | ||
621 | _REGISTER_CLOCK("spi_imx.1", NULL, cspi_clk[1]) | ||
622 | }; | ||
623 | |||
624 | int __init mxc91231_clocks_init(unsigned long fref) | ||
625 | { | ||
626 | void __iomem *gpt_base; | ||
627 | |||
628 | ckih_rate = fref; | ||
629 | |||
630 | usb_clk.parent = clk_usb_parent(&usb_clk); | ||
631 | sdhc_clk[0].parent = clk_sdhc_parent(&sdhc_clk[0]); | ||
632 | sdhc_clk[1].parent = clk_sdhc_parent(&sdhc_clk[1]); | ||
633 | |||
634 | clkdev_add_table(lookups, ARRAY_SIZE(lookups)); | ||
635 | |||
636 | gpt_base = MXC91231_IO_ADDRESS(MXC91231_GPT1_BASE_ADDR); | ||
637 | mxc_timer_init(&gpt_clk, gpt_base, MXC91231_INT_GPT); | ||
638 | |||
639 | return 0; | ||
640 | } | ||
diff --git a/arch/arm/mach-mxc91231/crm_regs.h b/arch/arm/mach-mxc91231/crm_regs.h deleted file mode 100644 index b989baccd675..000000000000 --- a/arch/arm/mach-mxc91231/crm_regs.h +++ /dev/null | |||
@@ -1,394 +0,0 @@ | |||
1 | /* | ||
2 | * Copyright 2006 Freescale Semiconductor, Inc. | ||
3 | * Copyright 2006-2007 Motorola, Inc. | ||
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms of the GNU General Public License as published by | ||
7 | * the Free Software Foundation; either version 2 of the License, or | ||
8 | * (at your option) any later version. | ||
9 | * | ||
10 | * This program is distributed in the hope that it will be useful, | ||
11 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
12 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
13 | * GNU General Public License for more details. | ||
14 | */ | ||
15 | |||
16 | #ifndef _ARCH_ARM_MACH_MXC91231_CRM_REGS_H_ | ||
17 | #define _ARCH_ARM_MACH_MXC91231_CRM_REGS_H_ | ||
18 | |||
19 | #define CKIL_CLK_FREQ 32768 | ||
20 | |||
21 | #define MXC_CRM_AP_BASE MXC91231_IO_ADDRESS(MXC91231_CRM_AP_BASE_ADDR) | ||
22 | #define MXC_CRM_COM_BASE MXC91231_IO_ADDRESS(MXC91231_CRM_COM_BASE_ADDR) | ||
23 | #define MXC_DSM_BASE MXC91231_IO_ADDRESS(MXC91231_DSM_BASE_ADDR) | ||
24 | #define MXC_PLL0_BASE MXC91231_IO_ADDRESS(MXC91231_PLL0_BASE_ADDR) | ||
25 | #define MXC_PLL1_BASE MXC91231_IO_ADDRESS(MXC91231_PLL1_BASE_ADDR) | ||
26 | #define MXC_PLL2_BASE MXC91231_IO_ADDRESS(MXC91231_PLL2_BASE_ADDR) | ||
27 | #define MXC_CLKCTL_BASE MXC91231_IO_ADDRESS(MXC91231_CLKCTL_BASE_ADDR) | ||
28 | |||
29 | /* PLL Register Offsets */ | ||
30 | #define MXC_PLL_DP_CTL 0x00 | ||
31 | #define MXC_PLL_DP_CONFIG 0x04 | ||
32 | #define MXC_PLL_DP_OP 0x08 | ||
33 | #define MXC_PLL_DP_MFD 0x0C | ||
34 | #define MXC_PLL_DP_MFN 0x10 | ||
35 | #define MXC_PLL_DP_HFS_OP 0x1C | ||
36 | #define MXC_PLL_DP_HFS_MFD 0x20 | ||
37 | #define MXC_PLL_DP_HFS_MFN 0x24 | ||
38 | |||
39 | /* PLL Register Bit definitions */ | ||
40 | #define MXC_PLL_DP_CTL_DPDCK0_2_EN 0x1000 | ||
41 | #define MXC_PLL_DP_CTL_ADE 0x800 | ||
42 | #define MXC_PLL_DP_CTL_REF_CLK_DIV 0x400 | ||
43 | #define MXC_PLL_DP_CTL_HFSM 0x80 | ||
44 | #define MXC_PLL_DP_CTL_PRE 0x40 | ||
45 | #define MXC_PLL_DP_CTL_UPEN 0x20 | ||
46 | #define MXC_PLL_DP_CTL_RST 0x10 | ||
47 | #define MXC_PLL_DP_CTL_RCP 0x8 | ||
48 | #define MXC_PLL_DP_CTL_PLM 0x4 | ||
49 | #define MXC_PLL_DP_CTL_BRM0 0x2 | ||
50 | #define MXC_PLL_DP_CTL_LRF 0x1 | ||
51 | |||
52 | #define MXC_PLL_DP_OP_MFI_OFFSET 4 | ||
53 | #define MXC_PLL_DP_OP_MFI_MASK 0xF | ||
54 | #define MXC_PLL_DP_OP_PDF_OFFSET 0 | ||
55 | #define MXC_PLL_DP_OP_PDF_MASK 0xF | ||
56 | |||
57 | #define MXC_PLL_DP_MFD_OFFSET 0 | ||
58 | #define MXC_PLL_DP_MFD_MASK 0x7FFFFFF | ||
59 | |||
60 | #define MXC_PLL_DP_MFN_OFFSET 0 | ||
61 | #define MXC_PLL_DP_MFN_MASK 0x7FFFFFF | ||
62 | |||
63 | /* CRM AP Register Offsets */ | ||
64 | #define MXC_CRMAP_ASCSR (MXC_CRM_AP_BASE + 0x00) | ||
65 | #define MXC_CRMAP_ACDR (MXC_CRM_AP_BASE + 0x04) | ||
66 | #define MXC_CRMAP_ACDER1 (MXC_CRM_AP_BASE + 0x08) | ||
67 | #define MXC_CRMAP_ACDER2 (MXC_CRM_AP_BASE + 0x0C) | ||
68 | #define MXC_CRMAP_ACGCR (MXC_CRM_AP_BASE + 0x10) | ||
69 | #define MXC_CRMAP_ACCGCR (MXC_CRM_AP_BASE + 0x14) | ||
70 | #define MXC_CRMAP_AMLPMRA (MXC_CRM_AP_BASE + 0x18) | ||
71 | #define MXC_CRMAP_AMLPMRB (MXC_CRM_AP_BASE + 0x1C) | ||
72 | #define MXC_CRMAP_AMLPMRC (MXC_CRM_AP_BASE + 0x20) | ||
73 | #define MXC_CRMAP_AMLPMRD (MXC_CRM_AP_BASE + 0x24) | ||
74 | #define MXC_CRMAP_AMLPMRE1 (MXC_CRM_AP_BASE + 0x28) | ||
75 | #define MXC_CRMAP_AMLPMRE2 (MXC_CRM_AP_BASE + 0x2C) | ||
76 | #define MXC_CRMAP_AMLPMRF (MXC_CRM_AP_BASE + 0x30) | ||
77 | #define MXC_CRMAP_AMLPMRG (MXC_CRM_AP_BASE + 0x34) | ||
78 | #define MXC_CRMAP_APGCR (MXC_CRM_AP_BASE + 0x38) | ||
79 | #define MXC_CRMAP_ACSR (MXC_CRM_AP_BASE + 0x3C) | ||
80 | #define MXC_CRMAP_ADCR (MXC_CRM_AP_BASE + 0x40) | ||
81 | #define MXC_CRMAP_ACR (MXC_CRM_AP_BASE + 0x44) | ||
82 | #define MXC_CRMAP_AMCR (MXC_CRM_AP_BASE + 0x48) | ||
83 | #define MXC_CRMAP_APCR (MXC_CRM_AP_BASE + 0x4C) | ||
84 | #define MXC_CRMAP_AMORA (MXC_CRM_AP_BASE + 0x50) | ||
85 | #define MXC_CRMAP_AMORB (MXC_CRM_AP_BASE + 0x54) | ||
86 | #define MXC_CRMAP_AGPR (MXC_CRM_AP_BASE + 0x58) | ||
87 | #define MXC_CRMAP_APRA (MXC_CRM_AP_BASE + 0x5C) | ||
88 | #define MXC_CRMAP_APRB (MXC_CRM_AP_BASE + 0x60) | ||
89 | #define MXC_CRMAP_APOR (MXC_CRM_AP_BASE + 0x64) | ||
90 | #define MXC_CRMAP_ADFMR (MXC_CRM_AP_BASE + 0x68) | ||
91 | |||
92 | /* CRM AP Register Bit definitions */ | ||
93 | #define MXC_CRMAP_ASCSR_CRS 0x10000 | ||
94 | #define MXC_CRMAP_ASCSR_AP_PATDIV2_OFFSET 15 | ||
95 | #define MXC_CRMAP_ASCSR_AP_PATREF_DIV2 0x8000 | ||
96 | #define MXC_CRMAP_ASCSR_USBSEL_OFFSET 13 | ||
97 | #define MXC_CRMAP_ASCSR_USBSEL_MASK (0x3 << 13) | ||
98 | #define MXC_CRMAP_ASCSR_CSISEL_OFFSET 11 | ||
99 | #define MXC_CRMAP_ASCSR_CSISEL_MASK (0x3 << 11) | ||
100 | #define MXC_CRMAP_ASCSR_SSI2SEL_OFFSET 7 | ||
101 | #define MXC_CRMAP_ASCSR_SSI2SEL_MASK (0x3 << 7) | ||
102 | #define MXC_CRMAP_ASCSR_SSI1SEL_OFFSET 5 | ||
103 | #define MXC_CRMAP_ASCSR_SSI1SEL_MASK (0x3 << 5) | ||
104 | #define MXC_CRMAP_ASCSR_APSEL_OFFSET 3 | ||
105 | #define MXC_CRMAP_ASCSR_APSEL_MASK (0x3 << 3) | ||
106 | #define MXC_CRMAP_ASCSR_AP_PATDIV1_OFFSET 2 | ||
107 | #define MXC_CRMAP_ASCSR_AP_PATREF_DIV1 0x4 | ||
108 | #define MXC_CRMAP_ASCSR_APISEL 0x1 | ||
109 | |||
110 | #define MXC_CRMAP_ACDR_ARMDIV_OFFSET 8 | ||
111 | #define MXC_CRMAP_ACDR_ARMDIV_MASK (0xF << 8) | ||
112 | #define MXC_CRMAP_ACDR_AHBDIV_OFFSET 4 | ||
113 | #define MXC_CRMAP_ACDR_AHBDIV_MASK (0xF << 4) | ||
114 | #define MXC_CRMAP_ACDR_IPDIV_OFFSET 0 | ||
115 | #define MXC_CRMAP_ACDR_IPDIV_MASK 0xF | ||
116 | |||
117 | #define MXC_CRMAP_ACDER1_CSIEN_OFFSET 30 | ||
118 | #define MXC_CRMAP_ACDER1_CSIDIV_OFFSET 24 | ||
119 | #define MXC_CRMAP_ACDER1_CSIDIV_MASK (0x3F << 24) | ||
120 | #define MXC_CRMAP_ACDER1_SSI2EN_OFFSET 14 | ||
121 | #define MXC_CRMAP_ACDER1_SSI2DIV_OFFSET 8 | ||
122 | #define MXC_CRMAP_ACDER1_SSI2DIV_MASK (0x3F << 8) | ||
123 | #define MXC_CRMAP_ACDER1_SSI1EN_OFFSET 6 | ||
124 | #define MXC_CRMAP_ACDER1_SSI1DIV_OFFSET 0 | ||
125 | #define MXC_CRMAP_ACDER1_SSI1DIV_MASK 0x3F | ||
126 | |||
127 | #define MXC_CRMAP_ACDER2_CRCT_CLK_DIV_OFFSET 24 | ||
128 | #define MXC_CRMAP_ACDER2_CRCT_CLK_DIV_MASK (0x7 << 24) | ||
129 | #define MXC_CRMAP_ACDER2_NFCEN_OFFSET 20 | ||
130 | #define MXC_CRMAP_ACDER2_NFCDIV_OFFSET 16 | ||
131 | #define MXC_CRMAP_ACDER2_NFCDIV_MASK (0xF << 16) | ||
132 | #define MXC_CRMAP_ACDER2_USBEN_OFFSET 12 | ||
133 | #define MXC_CRMAP_ACDER2_USBDIV_OFFSET 8 | ||
134 | #define MXC_CRMAP_ACDER2_USBDIV_MASK (0xF << 8) | ||
135 | #define MXC_CRMAP_ACDER2_BAUD_ISEL_OFFSET 5 | ||
136 | #define MXC_CRMAP_ACDER2_BAUD_ISEL_MASK (0x3 << 5) | ||
137 | #define MXC_CRMAP_ACDER2_BAUDDIV_OFFSET 0 | ||
138 | #define MXC_CRMAP_ACDER2_BAUDDIV_MASK 0xF | ||
139 | |||
140 | #define MXC_CRMAP_AMLPMRA_MLPMA7_OFFSET 22 | ||
141 | #define MXC_CRMAP_AMLPMRA_MLPMA7_MASK (0x7 << 22) | ||
142 | #define MXC_CRMAP_AMLPMRA_MLPMA6_OFFSET 19 | ||
143 | #define MXC_CRMAP_AMLPMRA_MLPMA6_MASK (0x7 << 19) | ||
144 | #define MXC_CRMAP_AMLPMRA_MLPMA4_OFFSET 12 | ||
145 | #define MXC_CRMAP_AMLPMRA_MLPMA4_MASK (0x7 << 12) | ||
146 | #define MXC_CRMAP_AMLPMRA_MLPMA3_OFFSET 9 | ||
147 | #define MXC_CRMAP_AMLPMRA_MLPMA3_MASK (0x7 << 9) | ||
148 | #define MXC_CRMAP_AMLPMRA_MLPMA2_OFFSET 6 | ||
149 | #define MXC_CRMAP_AMLPMRA_MLPMA2_MASK (0x7 << 6) | ||
150 | #define MXC_CRMAP_AMLPMRA_MLPMA1_OFFSET 3 | ||
151 | #define MXC_CRMAP_AMLPMRA_MLPMA1_MASK (0x7 << 3) | ||
152 | |||
153 | #define MXC_CRMAP_AMLPMRB_MLPMB0_OFFSET 0 | ||
154 | #define MXC_CRMAP_AMLPMRB_MLPMB0_MASK 0x7 | ||
155 | |||
156 | #define MXC_CRMAP_AMLPMRC_MLPMC9_OFFSET 28 | ||
157 | #define MXC_CRMAP_AMLPMRC_MLPMC9_MASK (0x7 << 28) | ||
158 | #define MXC_CRMAP_AMLPMRC_MLPMC7_OFFSET 22 | ||
159 | #define MXC_CRMAP_AMLPMRC_MLPMC7_MASK (0x7 << 22) | ||
160 | #define MXC_CRMAP_AMLPMRC_MLPMC5_OFFSET 16 | ||
161 | #define MXC_CRMAP_AMLPMRC_MLPMC5_MASK (0x7 << 16) | ||
162 | #define MXC_CRMAP_AMLPMRC_MLPMC4_OFFSET 12 | ||
163 | #define MXC_CRMAP_AMLPMRC_MLPMC4_MASK (0x7 << 12) | ||
164 | #define MXC_CRMAP_AMLPMRC_MLPMC3_OFFSET 9 | ||
165 | #define MXC_CRMAP_AMLPMRC_MLPMC3_MASK (0x7 << 9) | ||
166 | #define MXC_CRMAP_AMLPMRC_MLPMC2_OFFSET 6 | ||
167 | #define MXC_CRMAP_AMLPMRC_MLPMC2_MASK (0x7 << 6) | ||
168 | #define MXC_CRMAP_AMLPMRC_MLPMC1_OFFSET 3 | ||
169 | #define MXC_CRMAP_AMLPMRC_MLPMC1_MASK (0x7 << 3) | ||
170 | #define MXC_CRMAP_AMLPMRC_MLPMC0_OFFSET 0 | ||
171 | #define MXC_CRMAP_AMLPMRC_MLPMC0_MASK 0x7 | ||
172 | |||
173 | #define MXC_CRMAP_AMLPMRD_MLPMD7_OFFSET 22 | ||
174 | #define MXC_CRMAP_AMLPMRD_MLPMD7_MASK (0x7 << 22) | ||
175 | #define MXC_CRMAP_AMLPMRD_MLPMD4_OFFSET 12 | ||
176 | #define MXC_CRMAP_AMLPMRD_MLPMD4_MASK (0x7 << 12) | ||
177 | #define MXC_CRMAP_AMLPMRD_MLPMD3_OFFSET 9 | ||
178 | #define MXC_CRMAP_AMLPMRD_MLPMD3_MASK (0x7 << 9) | ||
179 | #define MXC_CRMAP_AMLPMRD_MLPMD2_OFFSET 6 | ||
180 | #define MXC_CRMAP_AMLPMRD_MLPMD2_MASK (0x7 << 6) | ||
181 | #define MXC_CRMAP_AMLPMRD_MLPMD0_OFFSET 0 | ||
182 | #define MXC_CRMAP_AMLPMRD_MLPMD0_MASK 0x7 | ||
183 | |||
184 | #define MXC_CRMAP_AMLPMRE1_MLPME9_OFFSET 28 | ||
185 | #define MXC_CRMAP_AMLPMRE1_MLPME9_MASK (0x7 << 28) | ||
186 | #define MXC_CRMAP_AMLPMRE1_MLPME8_OFFSET 25 | ||
187 | #define MXC_CRMAP_AMLPMRE1_MLPME8_MASK (0x7 << 25) | ||
188 | #define MXC_CRMAP_AMLPMRE1_MLPME7_OFFSET 22 | ||
189 | #define MXC_CRMAP_AMLPMRE1_MLPME7_MASK (0x7 << 22) | ||
190 | #define MXC_CRMAP_AMLPMRE1_MLPME6_OFFSET 19 | ||
191 | #define MXC_CRMAP_AMLPMRE1_MLPME6_MASK (0x7 << 19) | ||
192 | #define MXC_CRMAP_AMLPMRE1_MLPME5_OFFSET 16 | ||
193 | #define MXC_CRMAP_AMLPMRE1_MLPME5_MASK (0x7 << 16) | ||
194 | #define MXC_CRMAP_AMLPMRE1_MLPME4_OFFSET 12 | ||
195 | #define MXC_CRMAP_AMLPMRE1_MLPME4_MASK (0x7 << 12) | ||
196 | #define MXC_CRMAP_AMLPMRE1_MLPME3_OFFSET 9 | ||
197 | #define MXC_CRMAP_AMLPMRE1_MLPME3_MASK (0x7 << 9) | ||
198 | #define MXC_CRMAP_AMLPMRE1_MLPME2_OFFSET 6 | ||
199 | #define MXC_CRMAP_AMLPMRE1_MLPME2_MASK (0x7 << 6) | ||
200 | #define MXC_CRMAP_AMLPMRE1_MLPME1_OFFSET 3 | ||
201 | #define MXC_CRMAP_AMLPMRE1_MLPME1_MASK (0x7 << 3) | ||
202 | #define MXC_CRMAP_AMLPMRE1_MLPME0_OFFSET 0 | ||
203 | #define MXC_CRMAP_AMLPMRE1_MLPME0_MASK 0x7 | ||
204 | |||
205 | #define MXC_CRMAP_AMLPMRE2_MLPME0_OFFSET 0 | ||
206 | #define MXC_CRMAP_AMLPMRE2_MLPME0_MASK 0x7 | ||
207 | |||
208 | #define MXC_CRMAP_AMLPMRF_MLPMF6_OFFSET 19 | ||
209 | #define MXC_CRMAP_AMLPMRF_MLPMF6_MASK (0x7 << 19) | ||
210 | #define MXC_CRMAP_AMLPMRF_MLPMF5_OFFSET 16 | ||
211 | #define MXC_CRMAP_AMLPMRF_MLPMF5_MASK (0x7 << 16) | ||
212 | #define MXC_CRMAP_AMLPMRF_MLPMF3_OFFSET 9 | ||
213 | #define MXC_CRMAP_AMLPMRF_MLPMF3_MASK (0x7 << 9) | ||
214 | #define MXC_CRMAP_AMLPMRF_MLPMF2_OFFSET 6 | ||
215 | #define MXC_CRMAP_AMLPMRF_MLPMF2_MASK (0x7 << 6) | ||
216 | #define MXC_CRMAP_AMLPMRF_MLPMF1_OFFSET 3 | ||
217 | #define MXC_CRMAP_AMLPMRF_MLPMF1_MASK (0x7 << 3) | ||
218 | #define MXC_CRMAP_AMLPMRF_MLPMF0_OFFSET 0 | ||
219 | #define MXC_CRMAP_AMLPMRF_MLPMF0_MASK (0x7 << 0) | ||
220 | |||
221 | #define MXC_CRMAP_AMLPMRG_MLPMG9_OFFSET 28 | ||
222 | #define MXC_CRMAP_AMLPMRG_MLPMG9_MASK (0x7 << 28) | ||
223 | #define MXC_CRMAP_AMLPMRG_MLPMG7_OFFSET 22 | ||
224 | #define MXC_CRMAP_AMLPMRG_MLPMG7_MASK (0x7 << 22) | ||
225 | #define MXC_CRMAP_AMLPMRG_MLPMG6_OFFSET 19 | ||
226 | #define MXC_CRMAP_AMLPMRG_MLPMG6_MASK (0x7 << 19) | ||
227 | #define MXC_CRMAP_AMLPMRG_MLPMG5_OFFSET 16 | ||
228 | #define MXC_CRMAP_AMLPMRG_MLPMG5_MASK (0x7 << 16) | ||
229 | #define MXC_CRMAP_AMLPMRG_MLPMG4_OFFSET 12 | ||
230 | #define MXC_CRMAP_AMLPMRG_MLPMG4_MASK (0x7 << 12) | ||
231 | #define MXC_CRMAP_AMLPMRG_MLPMG3_OFFSET 9 | ||
232 | #define MXC_CRMAP_AMLPMRG_MLPMG3_MASK (0x7 << 9) | ||
233 | #define MXC_CRMAP_AMLPMRG_MLPMG2_OFFSET 6 | ||
234 | #define MXC_CRMAP_AMLPMRG_MLPMG2_MASK (0x7 << 6) | ||
235 | #define MXC_CRMAP_AMLPMRG_MLPMG1_OFFSET 3 | ||
236 | #define MXC_CRMAP_AMLPMRG_MLPMG1_MASK (0x7 << 3) | ||
237 | #define MXC_CRMAP_AMLPMRG_MLPMG0_OFFSET 0 | ||
238 | #define MXC_CRMAP_AMLPMRG_MLPMG0_MASK 0x7 | ||
239 | |||
240 | #define MXC_CRMAP_AGPR_IPUPAD_OFFSET 20 | ||
241 | #define MXC_CRMAP_AGPR_IPUPAD_MASK (0x7 << 20) | ||
242 | |||
243 | #define MXC_CRMAP_APRA_EL1TEN_OFFSET 29 | ||
244 | #define MXC_CRMAP_APRA_SIMEN_OFFSET 24 | ||
245 | #define MXC_CRMAP_APRA_UART3DIV_OFFSET 17 | ||
246 | #define MXC_CRMAP_APRA_UART3DIV_MASK (0xF << 17) | ||
247 | #define MXC_CRMAP_APRA_UART3EN_OFFSET 16 | ||
248 | #define MXC_CRMAP_APRA_SAHARA_DIV2_CLKEN_OFFSET 14 | ||
249 | #define MXC_CRMAP_APRA_MQSPIEN_OFFSET 13 | ||
250 | #define MXC_CRMAP_APRA_UART2EN_OFFSET 8 | ||
251 | #define MXC_CRMAP_APRA_UART1EN_OFFSET 0 | ||
252 | |||
253 | #define MXC_CRMAP_APRB_SDHC2_ISEL_OFFSET 13 | ||
254 | #define MXC_CRMAP_APRB_SDHC2_ISEL_MASK (0x7 << 13) | ||
255 | #define MXC_CRMAP_APRB_SDHC2_DIV_OFFSET 9 | ||
256 | #define MXC_CRMAP_APRB_SDHC2_DIV_MASK (0xF << 9) | ||
257 | #define MXC_CRMAP_APRB_SDHC2EN_OFFSET 8 | ||
258 | #define MXC_CRMAP_APRB_SDHC1_ISEL_OFFSET 5 | ||
259 | #define MXC_CRMAP_APRB_SDHC1_ISEL_MASK (0x7 << 5) | ||
260 | #define MXC_CRMAP_APRB_SDHC1_DIV_OFFSET 1 | ||
261 | #define MXC_CRMAP_APRB_SDHC1_DIV_MASK (0xF << 1) | ||
262 | #define MXC_CRMAP_APRB_SDHC1EN_OFFSET 0 | ||
263 | |||
264 | #define MXC_CRMAP_ACSR_ADS_OFFSET 8 | ||
265 | #define MXC_CRMAP_ACSR_ADS (0x1 << 8) | ||
266 | #define MXC_CRMAP_ACSR_ACS 0x1 | ||
267 | |||
268 | #define MXC_CRMAP_ADCR_LFDF_0 (0x0 << 8) | ||
269 | #define MXC_CRMAP_ADCR_LFDF_2 (0x1 << 8) | ||
270 | #define MXC_CRMAP_ADCR_LFDF_4 (0x2 << 8) | ||
271 | #define MXC_CRMAP_ADCR_LFDF_8 (0x3 << 8) | ||
272 | #define MXC_CRMAP_ADCR_LFDF_OFFSET 8 | ||
273 | #define MXC_CRMAP_ADCR_LFDF_MASK (0x3 << 8) | ||
274 | #define MXC_CRMAP_ADCR_ALT_PLL 0x80 | ||
275 | #define MXC_CRMAP_ADCR_DFS_DIVEN 0x20 | ||
276 | #define MXC_CRMAP_ADCR_DIV_BYP 0x2 | ||
277 | #define MXC_CRMAP_ADCR_VSTAT 0x8 | ||
278 | #define MXC_CRMAP_ADCR_TSTAT 0x10 | ||
279 | #define MXC_CRMAP_ADCR_DVFS_VCTRL 0x10 | ||
280 | #define MXC_CRMAP_ADCR_CLK_ON 0x40 | ||
281 | |||
282 | #define MXC_CRMAP_ADFMR_FC_OFFSET 16 | ||
283 | #define MXC_CRMAP_ADFMR_FC_MASK (0x1F << 16) | ||
284 | #define MXC_CRMAP_ADFMR_MF_OFFSET 1 | ||
285 | #define MXC_CRMAP_ADFMR_MF_MASK (0x3FF << 1) | ||
286 | #define MXC_CRMAP_ADFMR_DFM_CLK_READY 0x1 | ||
287 | #define MXC_CRMAP_ADFMR_DFM_PWR_DOWN 0x8000 | ||
288 | |||
289 | #define MXC_CRMAP_ACR_CKOHS_HIGH (1 << 18) | ||
290 | #define MXC_CRMAP_ACR_CKOS_HIGH (1 << 16) | ||
291 | #define MXC_CRMAP_ACR_CKOHS_MASK (0x7 << 12) | ||
292 | #define MXC_CRMAP_ACR_CKOHD (1 << 11) | ||
293 | #define MXC_CRMAP_ACR_CKOHDIV_MASK (0xF << 8) | ||
294 | #define MXC_CRMAP_ACR_CKOHDIV_OFFSET 8 | ||
295 | #define MXC_CRMAP_ACR_CKOD (1 << 7) | ||
296 | #define MXC_CRMAP_ACR_CKOS_MASK (0x7 << 4) | ||
297 | |||
298 | /* AP Warm reset */ | ||
299 | #define MXC_CRMAP_AMCR_SW_AP (1 << 14) | ||
300 | |||
301 | /* Bit definitions of ACGCR in CRM_AP for tree level clock gating */ | ||
302 | #define MXC_CRMAP_ACGCR_ACG0_STOP_WAIT 0x00000001 | ||
303 | #define MXC_CRMAP_ACGCR_ACG0_STOP 0x00000003 | ||
304 | #define MXC_CRMAP_ACGCR_ACG0_RUN 0x00000007 | ||
305 | #define MXC_CRMAP_ACGCR_ACG0_DISABLED 0x00000000 | ||
306 | |||
307 | #define MXC_CRMAP_ACGCR_ACG1_STOP_WAIT 0x00000008 | ||
308 | #define MXC_CRMAP_ACGCR_ACG1_STOP 0x00000018 | ||
309 | #define MXC_CRMAP_ACGCR_ACG1_RUN 0x00000038 | ||
310 | #define MXC_CRMAP_ACGCR_ACG1_DISABLED 0x00000000 | ||
311 | |||
312 | #define MXC_CRMAP_ACGCR_ACG2_STOP_WAIT 0x00000040 | ||
313 | #define MXC_CRMAP_ACGCR_ACG2_STOP 0x000000C0 | ||
314 | #define MXC_CRMAP_ACGCR_ACG2_RUN 0x000001C0 | ||
315 | #define MXC_CRMAP_ACGCR_ACG2_DISABLED 0x00000000 | ||
316 | |||
317 | #define MXC_CRMAP_ACGCR_ACG3_STOP_WAIT 0x00000200 | ||
318 | #define MXC_CRMAP_ACGCR_ACG3_STOP 0x00000600 | ||
319 | #define MXC_CRMAP_ACGCR_ACG3_RUN 0x00000E00 | ||
320 | #define MXC_CRMAP_ACGCR_ACG3_DISABLED 0x00000000 | ||
321 | |||
322 | #define MXC_CRMAP_ACGCR_ACG4_STOP_WAIT 0x00001000 | ||
323 | #define MXC_CRMAP_ACGCR_ACG4_STOP 0x00003000 | ||
324 | #define MXC_CRMAP_ACGCR_ACG4_RUN 0x00007000 | ||
325 | #define MXC_CRMAP_ACGCR_ACG4_DISABLED 0x00000000 | ||
326 | |||
327 | #define MXC_CRMAP_ACGCR_ACG5_STOP_WAIT 0x00010000 | ||
328 | #define MXC_CRMAP_ACGCR_ACG5_STOP 0x00030000 | ||
329 | #define MXC_CRMAP_ACGCR_ACG5_RUN 0x00070000 | ||
330 | #define MXC_CRMAP_ACGCR_ACG5_DISABLED 0x00000000 | ||
331 | |||
332 | #define MXC_CRMAP_ACGCR_ACG6_STOP_WAIT 0x00080000 | ||
333 | #define MXC_CRMAP_ACGCR_ACG6_STOP 0x00180000 | ||
334 | #define MXC_CRMAP_ACGCR_ACG6_RUN 0x00380000 | ||
335 | #define MXC_CRMAP_ACGCR_ACG6_DISABLED 0x00000000 | ||
336 | |||
337 | #define NUM_GATE_CTRL 6 | ||
338 | |||
339 | /* CRM COM Register Offsets */ | ||
340 | #define MXC_CRMCOM_CSCR (MXC_CRM_COM_BASE + 0x0C) | ||
341 | #define MXC_CRMCOM_CCCR (MXC_CRM_COM_BASE + 0x10) | ||
342 | |||
343 | /* CRM COM Bit Definitions */ | ||
344 | #define MXC_CRMCOM_CSCR_PPD1 0x08000000 | ||
345 | #define MXC_CRMCOM_CSCR_CKOHSEL (1 << 18) | ||
346 | #define MXC_CRMCOM_CSCR_CKOSEL (1 << 17) | ||
347 | #define MXC_CRMCOM_CCCR_CC_DIV_OFFSET 8 | ||
348 | #define MXC_CRMCOM_CCCR_CC_DIV_MASK (0x1F << 8) | ||
349 | #define MXC_CRMCOM_CCCR_CC_SEL_OFFSET 0 | ||
350 | #define MXC_CRMCOM_CCCR_CC_SEL_MASK 0x3 | ||
351 | |||
352 | /* DSM Register Offsets */ | ||
353 | #define MXC_DSM_SLEEP_TIME (MXC_DSM_BASE + 0x0c) | ||
354 | #define MXC_DSM_CONTROL0 (MXC_DSM_BASE + 0x20) | ||
355 | #define MXC_DSM_CONTROL1 (MXC_DSM_BASE + 0x24) | ||
356 | #define MXC_DSM_CTREN (MXC_DSM_BASE + 0x28) | ||
357 | #define MXC_DSM_WARM_PER (MXC_DSM_BASE + 0x40) | ||
358 | #define MXC_DSM_LOCK_PER (MXC_DSM_BASE + 0x44) | ||
359 | #define MXC_DSM_MGPER (MXC_DSM_BASE + 0x4c) | ||
360 | #define MXC_DSM_CRM_CONTROL (MXC_DSM_BASE + 0x50) | ||
361 | |||
362 | /* Bit definitions of various registers in DSM */ | ||
363 | #define MXC_DSM_CRM_CTRL_DVFS_BYP 0x00000008 | ||
364 | #define MXC_DSM_CRM_CTRL_DVFS_VCTRL 0x00000004 | ||
365 | #define MXC_DSM_CRM_CTRL_LPMD1 0x00000002 | ||
366 | #define MXC_DSM_CRM_CTRL_LPMD0 0x00000001 | ||
367 | #define MXC_DSM_CRM_CTRL_LPMD_STOP_MODE 0x00000000 | ||
368 | #define MXC_DSM_CRM_CTRL_LPMD_WAIT_MODE 0x00000001 | ||
369 | #define MXC_DSM_CRM_CTRL_LPMD_RUN_MODE 0x00000003 | ||
370 | #define MXC_DSM_CONTROL0_STBY_COMMIT_EN 0x00000200 | ||
371 | #define MXC_DSM_CONTROL0_MSTR_EN 0x00000001 | ||
372 | #define MXC_DSM_CONTROL0_RESTART 0x00000010 | ||
373 | /* Counter Block reset */ | ||
374 | #define MXC_DSM_CONTROL1_CB_RST 0x00000002 | ||
375 | /* State Machine reset */ | ||
376 | #define MXC_DSM_CONTROL1_SM_RST 0x00000004 | ||
377 | /* Bit needed to reset counter block */ | ||
378 | #define MXC_CONTROL1_RST_CNT32 0x00000008 | ||
379 | #define MXC_DSM_CONTROL1_RST_CNT32_EN 0x00000800 | ||
380 | #define MXC_DSM_CONTROL1_SLEEP 0x00000100 | ||
381 | #define MXC_DSM_CONTROL1_WAKEUP_DISABLE 0x00004000 | ||
382 | #define MXC_DSM_CTREN_CNT32 0x00000001 | ||
383 | |||
384 | /* Magic Fix enable bit */ | ||
385 | #define MXC_DSM_MGPER_EN_MGFX 0x80000000 | ||
386 | #define MXC_DSM_MGPER_PER_MASK 0x000003FF | ||
387 | #define MXC_DSM_MGPER_PER(n) (MXC_DSM_MGPER_PER_MASK & n) | ||
388 | |||
389 | /* Address offsets of the CLKCTL registers */ | ||
390 | #define MXC_CLKCTL_GP_CTRL (MXC_CLKCTL_BASE + 0x00) | ||
391 | #define MXC_CLKCTL_GP_SER (MXC_CLKCTL_BASE + 0x04) | ||
392 | #define MXC_CLKCTL_GP_CER (MXC_CLKCTL_BASE + 0x08) | ||
393 | |||
394 | #endif /* _ARCH_ARM_MACH_MXC91231_CRM_REGS_H_ */ | ||
diff --git a/arch/arm/mach-mxc91231/devices.c b/arch/arm/mach-mxc91231/devices.c deleted file mode 100644 index 027af4f0d18a..000000000000 --- a/arch/arm/mach-mxc91231/devices.c +++ /dev/null | |||
@@ -1,251 +0,0 @@ | |||
1 | /* | ||
2 | * Copyright 2006-2007 Freescale Semiconductor, Inc. All Rights Reserved. | ||
3 | * Copyright 2008 Sascha Hauer, kernel@pengutronix.de | ||
4 | * | ||
5 | * This program is free software; you can redistribute it and/or | ||
6 | * modify it under the terms of the GNU General Public License | ||
7 | * as published by the Free Software Foundation; either version 2 | ||
8 | * of the License, or (at your option) any later version. | ||
9 | * This program is distributed in the hope that it will be useful, | ||
10 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | * GNU General Public License for more details. | ||
13 | * | ||
14 | * You should have received a copy of the GNU General Public License | ||
15 | * along with this program; if not, write to the Free Software | ||
16 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, | ||
17 | * Boston, MA 02110-1301, USA. | ||
18 | */ | ||
19 | |||
20 | #include <linux/module.h> | ||
21 | #include <linux/platform_device.h> | ||
22 | #include <linux/serial.h> | ||
23 | #include <linux/gpio.h> | ||
24 | #include <mach/hardware.h> | ||
25 | #include <mach/irqs.h> | ||
26 | #include <mach/imx-uart.h> | ||
27 | |||
28 | static struct resource uart0[] = { | ||
29 | { | ||
30 | .start = MXC91231_UART1_BASE_ADDR, | ||
31 | .end = MXC91231_UART1_BASE_ADDR + 0x0B5, | ||
32 | .flags = IORESOURCE_MEM, | ||
33 | }, { | ||
34 | .start = MXC91231_INT_UART1_RX, | ||
35 | .end = MXC91231_INT_UART1_RX, | ||
36 | .flags = IORESOURCE_IRQ, | ||
37 | }, { | ||
38 | .start = MXC91231_INT_UART1_TX, | ||
39 | .end = MXC91231_INT_UART1_TX, | ||
40 | .flags = IORESOURCE_IRQ, | ||
41 | }, { | ||
42 | .start = MXC91231_INT_UART1_MINT, | ||
43 | .end = MXC91231_INT_UART1_MINT, | ||
44 | .flags = IORESOURCE_IRQ, | ||
45 | }, | ||
46 | }; | ||
47 | |||
48 | struct platform_device mxc_uart_device0 = { | ||
49 | .name = "imx-uart", | ||
50 | .id = 0, | ||
51 | .resource = uart0, | ||
52 | .num_resources = ARRAY_SIZE(uart0), | ||
53 | }; | ||
54 | |||
55 | static struct resource uart1[] = { | ||
56 | { | ||
57 | .start = MXC91231_UART2_BASE_ADDR, | ||
58 | .end = MXC91231_UART2_BASE_ADDR + 0x0B5, | ||
59 | .flags = IORESOURCE_MEM, | ||
60 | }, { | ||
61 | .start = MXC91231_INT_UART2_RX, | ||
62 | .end = MXC91231_INT_UART2_RX, | ||
63 | .flags = IORESOURCE_IRQ, | ||
64 | }, { | ||
65 | .start = MXC91231_INT_UART2_TX, | ||
66 | .end = MXC91231_INT_UART2_TX, | ||
67 | .flags = IORESOURCE_IRQ, | ||
68 | }, { | ||
69 | .start = MXC91231_INT_UART2_MINT, | ||
70 | .end = MXC91231_INT_UART2_MINT, | ||
71 | .flags = IORESOURCE_IRQ, | ||
72 | }, | ||
73 | }; | ||
74 | |||
75 | struct platform_device mxc_uart_device1 = { | ||
76 | .name = "imx-uart", | ||
77 | .id = 1, | ||
78 | .resource = uart1, | ||
79 | .num_resources = ARRAY_SIZE(uart1), | ||
80 | }; | ||
81 | |||
82 | static struct resource uart2[] = { | ||
83 | { | ||
84 | .start = MXC91231_UART3_BASE_ADDR, | ||
85 | .end = MXC91231_UART3_BASE_ADDR + 0x0B5, | ||
86 | .flags = IORESOURCE_MEM, | ||
87 | }, { | ||
88 | .start = MXC91231_INT_UART3_RX, | ||
89 | .end = MXC91231_INT_UART3_RX, | ||
90 | .flags = IORESOURCE_IRQ, | ||
91 | }, { | ||
92 | .start = MXC91231_INT_UART3_TX, | ||
93 | .end = MXC91231_INT_UART3_TX, | ||
94 | .flags = IORESOURCE_IRQ, | ||
95 | }, { | ||
96 | .start = MXC91231_INT_UART3_MINT, | ||
97 | .end = MXC91231_INT_UART3_MINT, | ||
98 | .flags = IORESOURCE_IRQ, | ||
99 | |||
100 | }, | ||
101 | }; | ||
102 | |||
103 | struct platform_device mxc_uart_device2 = { | ||
104 | .name = "imx-uart", | ||
105 | .id = 2, | ||
106 | .resource = uart2, | ||
107 | .num_resources = ARRAY_SIZE(uart2), | ||
108 | }; | ||
109 | |||
110 | /* GPIO port description */ | ||
111 | static struct mxc_gpio_port mxc_gpio_ports[] = { | ||
112 | [0] = { | ||
113 | .chip.label = "gpio-0", | ||
114 | .base = MXC91231_IO_ADDRESS(MXC91231_GPIO1_AP_BASE_ADDR), | ||
115 | .irq = MXC91231_INT_GPIO1, | ||
116 | .virtual_irq_start = MXC_GPIO_IRQ_START, | ||
117 | }, | ||
118 | [1] = { | ||
119 | .chip.label = "gpio-1", | ||
120 | .base = MXC91231_IO_ADDRESS(MXC91231_GPIO2_AP_BASE_ADDR), | ||
121 | .irq = MXC91231_INT_GPIO2, | ||
122 | .virtual_irq_start = MXC_GPIO_IRQ_START + 32, | ||
123 | }, | ||
124 | [2] = { | ||
125 | .chip.label = "gpio-2", | ||
126 | .base = MXC91231_IO_ADDRESS(MXC91231_GPIO3_AP_BASE_ADDR), | ||
127 | .irq = MXC91231_INT_GPIO3, | ||
128 | .virtual_irq_start = MXC_GPIO_IRQ_START + 64, | ||
129 | }, | ||
130 | [3] = { | ||
131 | .chip.label = "gpio-3", | ||
132 | .base = MXC91231_IO_ADDRESS(MXC91231_GPIO4_SH_BASE_ADDR), | ||
133 | .irq = MXC91231_INT_GPIO4, | ||
134 | .virtual_irq_start = MXC_GPIO_IRQ_START + 96, | ||
135 | }, | ||
136 | }; | ||
137 | |||
138 | int __init mxc91231_register_gpios(void) | ||
139 | { | ||
140 | return mxc_gpio_init(mxc_gpio_ports, ARRAY_SIZE(mxc_gpio_ports)); | ||
141 | } | ||
142 | |||
143 | static struct resource mxc_nand_resources[] = { | ||
144 | { | ||
145 | .start = MXC91231_NFC_BASE_ADDR, | ||
146 | .end = MXC91231_NFC_BASE_ADDR + 0xfff, | ||
147 | .flags = IORESOURCE_MEM | ||
148 | }, { | ||
149 | .start = MXC91231_INT_NANDFC, | ||
150 | .end = MXC91231_INT_NANDFC, | ||
151 | .flags = IORESOURCE_IRQ | ||
152 | }, | ||
153 | }; | ||
154 | |||
155 | struct platform_device mxc_nand_device = { | ||
156 | .name = "mxc_nand", | ||
157 | .id = 0, | ||
158 | .num_resources = ARRAY_SIZE(mxc_nand_resources), | ||
159 | .resource = mxc_nand_resources, | ||
160 | }; | ||
161 | |||
162 | static struct resource mxc_sdhc0_resources[] = { | ||
163 | { | ||
164 | .start = MXC91231_MMC_SDHC1_BASE_ADDR, | ||
165 | .end = MXC91231_MMC_SDHC1_BASE_ADDR + SZ_16K - 1, | ||
166 | .flags = IORESOURCE_MEM, | ||
167 | }, { | ||
168 | .start = MXC91231_INT_MMC_SDHC1, | ||
169 | .end = MXC91231_INT_MMC_SDHC1, | ||
170 | .flags = IORESOURCE_IRQ, | ||
171 | }, | ||
172 | }; | ||
173 | |||
174 | static struct resource mxc_sdhc1_resources[] = { | ||
175 | { | ||
176 | .start = MXC91231_MMC_SDHC2_BASE_ADDR, | ||
177 | .end = MXC91231_MMC_SDHC2_BASE_ADDR + SZ_16K - 1, | ||
178 | .flags = IORESOURCE_MEM, | ||
179 | }, { | ||
180 | .start = MXC91231_INT_MMC_SDHC2, | ||
181 | .end = MXC91231_INT_MMC_SDHC2, | ||
182 | .flags = IORESOURCE_IRQ, | ||
183 | }, | ||
184 | }; | ||
185 | |||
186 | struct platform_device mxc_sdhc_device0 = { | ||
187 | .name = "mxc-mmc", | ||
188 | .id = 0, | ||
189 | .num_resources = ARRAY_SIZE(mxc_sdhc0_resources), | ||
190 | .resource = mxc_sdhc0_resources, | ||
191 | }; | ||
192 | |||
193 | struct platform_device mxc_sdhc_device1 = { | ||
194 | .name = "mxc-mmc", | ||
195 | .id = 1, | ||
196 | .num_resources = ARRAY_SIZE(mxc_sdhc1_resources), | ||
197 | .resource = mxc_sdhc1_resources, | ||
198 | }; | ||
199 | |||
200 | static struct resource mxc_cspi0_resources[] = { | ||
201 | { | ||
202 | .start = MXC91231_CSPI1_BASE_ADDR, | ||
203 | .end = MXC91231_CSPI1_BASE_ADDR + 0x20, | ||
204 | .flags = IORESOURCE_MEM, | ||
205 | }, { | ||
206 | .start = MXC91231_INT_CSPI1, | ||
207 | .end = MXC91231_INT_CSPI1, | ||
208 | .flags = IORESOURCE_IRQ, | ||
209 | }, | ||
210 | }; | ||
211 | |||
212 | struct platform_device mxc_cspi_device0 = { | ||
213 | .name = "spi_imx", | ||
214 | .id = 0, | ||
215 | .num_resources = ARRAY_SIZE(mxc_cspi0_resources), | ||
216 | .resource = mxc_cspi0_resources, | ||
217 | }; | ||
218 | |||
219 | static struct resource mxc_cspi1_resources[] = { | ||
220 | { | ||
221 | .start = MXC91231_CSPI2_BASE_ADDR, | ||
222 | .end = MXC91231_CSPI2_BASE_ADDR + 0x20, | ||
223 | .flags = IORESOURCE_MEM, | ||
224 | }, { | ||
225 | .start = MXC91231_INT_CSPI2, | ||
226 | .end = MXC91231_INT_CSPI2, | ||
227 | .flags = IORESOURCE_IRQ, | ||
228 | }, | ||
229 | }; | ||
230 | |||
231 | struct platform_device mxc_cspi_device1 = { | ||
232 | .name = "spi_imx", | ||
233 | .id = 1, | ||
234 | .num_resources = ARRAY_SIZE(mxc_cspi1_resources), | ||
235 | .resource = mxc_cspi1_resources, | ||
236 | }; | ||
237 | |||
238 | static struct resource mxc_wdog0_resources[] = { | ||
239 | { | ||
240 | .start = MXC91231_WDOG1_BASE_ADDR, | ||
241 | .end = MXC91231_WDOG1_BASE_ADDR + 0x10, | ||
242 | .flags = IORESOURCE_MEM, | ||
243 | }, | ||
244 | }; | ||
245 | |||
246 | struct platform_device mxc_wdog_device0 = { | ||
247 | .name = "mxc-wdt", | ||
248 | .id = 0, | ||
249 | .num_resources = ARRAY_SIZE(mxc_wdog0_resources), | ||
250 | .resource = mxc_wdog0_resources, | ||
251 | }; | ||
diff --git a/arch/arm/mach-mxc91231/devices.h b/arch/arm/mach-mxc91231/devices.h deleted file mode 100644 index 72a2136ce27d..000000000000 --- a/arch/arm/mach-mxc91231/devices.h +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
1 | extern struct platform_device mxc_uart_device0; | ||
2 | extern struct platform_device mxc_uart_device1; | ||
3 | extern struct platform_device mxc_uart_device2; | ||
4 | |||
5 | extern struct platform_device mxc_nand_device; | ||
6 | |||
7 | extern struct platform_device mxc_sdhc_device0; | ||
8 | extern struct platform_device mxc_sdhc_device1; | ||
9 | |||
10 | extern struct platform_device mxc_cspi_device0; | ||
11 | extern struct platform_device mxc_cspi_device1; | ||
12 | |||
13 | extern struct platform_device mxc_wdog_device0; | ||
diff --git a/arch/arm/mach-mxc91231/iomux.c b/arch/arm/mach-mxc91231/iomux.c deleted file mode 100644 index 66fc41cbf2ca..000000000000 --- a/arch/arm/mach-mxc91231/iomux.c +++ /dev/null | |||
@@ -1,177 +0,0 @@ | |||
1 | /* | ||
2 | * Copyright 2004-2006 Freescale Semiconductor, Inc. All Rights Reserved. | ||
3 | * Copyright (C) 2008 by Sascha Hauer <kernel@pengutronix.de> | ||
4 | * Copyright (C) 2009 by Valentin Longchamp <valentin.longchamp@epfl.ch> | ||
5 | * | ||
6 | * This program is free software; you can redistribute it and/or | ||
7 | * modify it under the terms of the GNU General Public License | ||
8 | * as published by the Free Software Foundation; either version 2 | ||
9 | * of the License, or (at your option) any later version. | ||
10 | * This program is distributed in the hope that it will be useful, | ||
11 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
12 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
13 | * GNU General Public License for more details. | ||
14 | * | ||
15 | * You should have received a copy of the GNU General Public License | ||
16 | * along with this program; if not, write to the Free Software | ||
17 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, | ||
18 | * MA 02110-1301, USA. | ||
19 | */ | ||
20 | |||
21 | #include <linux/module.h> | ||
22 | #include <linux/spinlock.h> | ||
23 | #include <linux/io.h> | ||
24 | #include <linux/kernel.h> | ||
25 | #include <mach/hardware.h> | ||
26 | #include <mach/gpio.h> | ||
27 | #include <mach/iomux-mxc91231.h> | ||
28 | |||
29 | /* | ||
30 | * IOMUX register (base) addresses | ||
31 | */ | ||
32 | #define IOMUX_AP_BASE MXC91231_IO_ADDRESS(MXC91231_IOMUX_AP_BASE_ADDR) | ||
33 | #define IOMUX_COM_BASE MXC91231_IO_ADDRESS(MXC91231_IOMUX_COM_BASE_ADDR) | ||
34 | #define IOMUXSW_AP_MUX_CTL (IOMUX_AP_BASE + 0x000) | ||
35 | #define IOMUXSW_SP_MUX_CTL (IOMUX_COM_BASE + 0x000) | ||
36 | #define IOMUXSW_PAD_CTL (IOMUX_COM_BASE + 0x200) | ||
37 | |||
38 | #define IOMUXINT_OBS1 (IOMUX_AP_BASE + 0x600) | ||
39 | #define IOMUXINT_OBS2 (IOMUX_AP_BASE + 0x004) | ||
40 | |||
41 | static DEFINE_SPINLOCK(gpio_mux_lock); | ||
42 | |||
43 | #define NB_PORTS ((PIN_MAX + 32) / 32) | ||
44 | #define PIN_GLOBAL_NUM(pin) \ | ||
45 | (((pin & MUX_SIDE_MASK) >> MUX_SIDE_SHIFT)*PIN_AP_MAX + \ | ||
46 | ((pin & MUX_REG_MASK) >> MUX_REG_SHIFT)*4 + \ | ||
47 | ((pin & MUX_FIELD_MASK) >> MUX_FIELD_SHIFT)) | ||
48 | |||
49 | unsigned long mxc_pin_alloc_map[NB_PORTS * 32 / BITS_PER_LONG]; | ||
50 | /* | ||
51 | * set the mode for a IOMUX pin. | ||
52 | */ | ||
53 | int mxc_iomux_mode(unsigned int pin_mode) | ||
54 | { | ||
55 | u32 side, field, l, mode, ret = 0; | ||
56 | void __iomem *reg; | ||
57 | |||
58 | side = (pin_mode & MUX_SIDE_MASK) >> MUX_SIDE_SHIFT; | ||
59 | switch (side) { | ||
60 | case MUX_SIDE_AP: | ||
61 | reg = IOMUXSW_AP_MUX_CTL; | ||
62 | break; | ||
63 | case MUX_SIDE_SP: | ||
64 | reg = IOMUXSW_SP_MUX_CTL; | ||
65 | break; | ||
66 | default: | ||
67 | return -EINVAL; | ||
68 | } | ||
69 | reg += ((pin_mode & MUX_REG_MASK) >> MUX_REG_SHIFT) * 4; | ||
70 | field = (pin_mode & MUX_FIELD_MASK) >> MUX_FIELD_SHIFT; | ||
71 | mode = (pin_mode & MUX_MODE_MASK) >> MUX_MODE_SHIFT; | ||
72 | |||
73 | spin_lock(&gpio_mux_lock); | ||
74 | |||
75 | l = __raw_readl(reg); | ||
76 | l &= ~(0xff << (field * 8)); | ||
77 | l |= mode << (field * 8); | ||
78 | __raw_writel(l, reg); | ||
79 | |||
80 | spin_unlock(&gpio_mux_lock); | ||
81 | |||
82 | return ret; | ||
83 | } | ||
84 | EXPORT_SYMBOL(mxc_iomux_mode); | ||
85 | |||
86 | /* | ||
87 | * This function configures the pad value for a IOMUX pin. | ||
88 | */ | ||
89 | void mxc_iomux_set_pad(enum iomux_pins pin, u32 config) | ||
90 | { | ||
91 | u32 padgrp, field, l; | ||
92 | void __iomem *reg; | ||
93 | |||
94 | padgrp = (pin & MUX_PADGRP_MASK) >> MUX_PADGRP_SHIFT; | ||
95 | reg = IOMUXSW_PAD_CTL + (pin + 2) / 3 * 4; | ||
96 | field = (pin + 2) % 3; | ||
97 | |||
98 | pr_debug("%s: reg offset = 0x%x, field = %d\n", | ||
99 | __func__, (pin + 2) / 3, field); | ||
100 | |||
101 | spin_lock(&gpio_mux_lock); | ||
102 | |||
103 | l = __raw_readl(reg); | ||
104 | l &= ~(0x1ff << (field * 10)); | ||
105 | l |= config << (field * 10); | ||
106 | __raw_writel(l, reg); | ||
107 | |||
108 | spin_unlock(&gpio_mux_lock); | ||
109 | } | ||
110 | EXPORT_SYMBOL(mxc_iomux_set_pad); | ||
111 | |||
112 | /* | ||
113 | * allocs a single pin: | ||
114 | * - reserves the pin so that it is not claimed by another driver | ||
115 | * - setups the iomux according to the configuration | ||
116 | */ | ||
117 | int mxc_iomux_alloc_pin(unsigned int pin_mode, const char *label) | ||
118 | { | ||
119 | unsigned pad = PIN_GLOBAL_NUM(pin_mode); | ||
120 | if (pad >= (PIN_MAX + 1)) { | ||
121 | printk(KERN_ERR "mxc_iomux: Attempt to request nonexistant pin %u for \"%s\"\n", | ||
122 | pad, label ? label : "?"); | ||
123 | return -EINVAL; | ||
124 | } | ||
125 | |||
126 | if (test_and_set_bit(pad, mxc_pin_alloc_map)) { | ||
127 | printk(KERN_ERR "mxc_iomux: pin %u already used. Allocation for \"%s\" failed\n", | ||
128 | pad, label ? label : "?"); | ||
129 | return -EBUSY; | ||
130 | } | ||
131 | mxc_iomux_mode(pin_mode); | ||
132 | |||
133 | return 0; | ||
134 | } | ||
135 | EXPORT_SYMBOL(mxc_iomux_alloc_pin); | ||
136 | |||
137 | int mxc_iomux_setup_multiple_pins(const unsigned int *pin_list, unsigned count, | ||
138 | const char *label) | ||
139 | { | ||
140 | const unsigned int *p = pin_list; | ||
141 | int i; | ||
142 | int ret = -EINVAL; | ||
143 | |||
144 | for (i = 0; i < count; i++) { | ||
145 | ret = mxc_iomux_alloc_pin(*p, label); | ||
146 | if (ret) | ||
147 | goto setup_error; | ||
148 | p++; | ||
149 | } | ||
150 | return 0; | ||
151 | |||
152 | setup_error: | ||
153 | mxc_iomux_release_multiple_pins(pin_list, i); | ||
154 | return ret; | ||
155 | } | ||
156 | EXPORT_SYMBOL(mxc_iomux_setup_multiple_pins); | ||
157 | |||
158 | void mxc_iomux_release_pin(unsigned int pin_mode) | ||
159 | { | ||
160 | unsigned pad = PIN_GLOBAL_NUM(pin_mode); | ||
161 | |||
162 | if (pad < (PIN_MAX + 1)) | ||
163 | clear_bit(pad, mxc_pin_alloc_map); | ||
164 | } | ||
165 | EXPORT_SYMBOL(mxc_iomux_release_pin); | ||
166 | |||
167 | void mxc_iomux_release_multiple_pins(const unsigned int *pin_list, int count) | ||
168 | { | ||
169 | const unsigned int *p = pin_list; | ||
170 | int i; | ||
171 | |||
172 | for (i = 0; i < count; i++) { | ||
173 | mxc_iomux_release_pin(*p); | ||
174 | p++; | ||
175 | } | ||
176 | } | ||
177 | EXPORT_SYMBOL(mxc_iomux_release_multiple_pins); | ||
diff --git a/arch/arm/mach-mxc91231/magx-zn5.c b/arch/arm/mach-mxc91231/magx-zn5.c deleted file mode 100644 index f31a45e5a0b8..000000000000 --- a/arch/arm/mach-mxc91231/magx-zn5.c +++ /dev/null | |||
@@ -1,62 +0,0 @@ | |||
1 | /* | ||
2 | * Copyright 2009 Dmitriy Taychenachev <dimichxp@gmail.com> | ||
3 | * | ||
4 | * This file is released under the GPLv2 or later. | ||
5 | */ | ||
6 | |||
7 | #include <linux/irq.h> | ||
8 | #include <linux/init.h> | ||
9 | #include <linux/device.h> | ||
10 | |||
11 | #include <asm/mach-types.h> | ||
12 | #include <asm/mach/time.h> | ||
13 | #include <asm/mach/arch.h> | ||
14 | |||
15 | #include <mach/common.h> | ||
16 | #include <mach/hardware.h> | ||
17 | #include <mach/iomux-mxc91231.h> | ||
18 | #include <mach/mmc.h> | ||
19 | #include <mach/imx-uart.h> | ||
20 | |||
21 | #include "devices.h" | ||
22 | |||
23 | static struct imxuart_platform_data uart_pdata = { | ||
24 | }; | ||
25 | |||
26 | static struct imxmmc_platform_data sdhc_pdata = { | ||
27 | }; | ||
28 | |||
29 | static void __init zn5_init(void) | ||
30 | { | ||
31 | pm_power_off = mxc91231_power_off; | ||
32 | |||
33 | mxc_iomux_alloc_pin(MXC91231_PIN_SP_USB_DAT_VP__RXD2, "uart2-rx"); | ||
34 | mxc_iomux_alloc_pin(MXC91231_PIN_SP_USB_SE0_VM__TXD2, "uart2-tx"); | ||
35 | |||
36 | mxc_register_device(&mxc_uart_device1, &uart_pdata); | ||
37 | mxc_register_device(&mxc_uart_device0, &uart_pdata); | ||
38 | |||
39 | mxc_register_device(&mxc_sdhc_device0, &sdhc_pdata); | ||
40 | |||
41 | mxc_register_device(&mxc_wdog_device0, NULL); | ||
42 | |||
43 | return; | ||
44 | } | ||
45 | |||
46 | static void __init zn5_timer_init(void) | ||
47 | { | ||
48 | mxc91231_clocks_init(26000000); /* 26mhz ckih */ | ||
49 | } | ||
50 | |||
51 | struct sys_timer zn5_timer = { | ||
52 | .init = zn5_timer_init, | ||
53 | }; | ||
54 | |||
55 | MACHINE_START(MAGX_ZN5, "Motorola Zn5") | ||
56 | .boot_params = MXC91231_PHYS_OFFSET + 0x100, | ||
57 | .map_io = mxc91231_map_io, | ||
58 | .init_early = mxc91231_init_early, | ||
59 | .init_irq = mxc91231_init_irq, | ||
60 | .timer = &zn5_timer, | ||
61 | .init_machine = zn5_init, | ||
62 | MACHINE_END | ||
diff --git a/arch/arm/mach-mxc91231/mm.c b/arch/arm/mach-mxc91231/mm.c deleted file mode 100644 index a77f6daf6a26..000000000000 --- a/arch/arm/mach-mxc91231/mm.c +++ /dev/null | |||
@@ -1,62 +0,0 @@ | |||
1 | /* | ||
2 | * Copyright (C) 1999,2000 Arm Limited | ||
3 | * Copyright (C) 2000 Deep Blue Solutions Ltd | ||
4 | * Copyright (C) 2002 Shane Nay (shane@minirl.com) | ||
5 | * Copyright 2004-2005 Freescale Semiconductor, Inc. All Rights Reserved. | ||
6 | * - add MXC specific definitions | ||
7 | * Copyright 2006 Motorola, Inc. | ||
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License as published by | ||
11 | * the Free Software Foundation; either version 2 of the License, or | ||
12 | * (at your option) any later version. | ||
13 | * | ||
14 | * This program is distributed in the hope that it will be useful, | ||
15 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
16 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
17 | * GNU General Public License for more details. | ||
18 | */ | ||
19 | |||
20 | #include <linux/mm.h> | ||
21 | #include <linux/init.h> | ||
22 | #include <mach/hardware.h> | ||
23 | #include <mach/common.h> | ||
24 | #include <asm/pgtable.h> | ||
25 | #include <asm/mach/map.h> | ||
26 | |||
27 | /* | ||
28 | * This structure defines the MXC memory map. | ||
29 | */ | ||
30 | static struct map_desc mxc91231_io_desc[] __initdata = { | ||
31 | imx_map_entry(MXC91231, L2CC, MT_DEVICE), | ||
32 | imx_map_entry(MXC91231, X_MEMC, MT_DEVICE), | ||
33 | imx_map_entry(MXC91231, ROMP, MT_DEVICE), | ||
34 | imx_map_entry(MXC91231, AVIC, MT_DEVICE), | ||
35 | imx_map_entry(MXC91231, AIPS1, MT_DEVICE), | ||
36 | imx_map_entry(MXC91231, SPBA0, MT_DEVICE), | ||
37 | imx_map_entry(MXC91231, SPBA1, MT_DEVICE), | ||
38 | imx_map_entry(MXC91231, AIPS2, MT_DEVICE), | ||
39 | }; | ||
40 | |||
41 | /* | ||
42 | * This function initializes the memory map. It is called during the | ||
43 | * system startup to create static physical to virtual memory map for | ||
44 | * the IO modules. | ||
45 | */ | ||
46 | void __init mxc91231_map_io(void) | ||
47 | { | ||
48 | iotable_init(mxc91231_io_desc, ARRAY_SIZE(mxc91231_io_desc)); | ||
49 | } | ||
50 | |||
51 | void __init mxc91231_init_early(void) | ||
52 | { | ||
53 | mxc_set_cpu_type(MXC_CPU_MXC91231); | ||
54 | } | ||
55 | |||
56 | int mxc91231_register_gpios(void); | ||
57 | |||
58 | void __init mxc91231_init_irq(void) | ||
59 | { | ||
60 | mxc91231_register_gpios(); | ||
61 | mxc_init_irq(MXC91231_IO_ADDRESS(MXC91231_AVIC_BASE_ADDR)); | ||
62 | } | ||
diff --git a/arch/arm/mach-mxc91231/system.c b/arch/arm/mach-mxc91231/system.c deleted file mode 100644 index 736f7efd874a..000000000000 --- a/arch/arm/mach-mxc91231/system.c +++ /dev/null | |||
@@ -1,51 +0,0 @@ | |||
1 | /* | ||
2 | * Copyright 2009 Dmitriy Taychenachev <dimichxp@gmail.com> | ||
3 | * | ||
4 | * This file is released under the GPLv2 or later. | ||
5 | */ | ||
6 | |||
7 | #include <linux/delay.h> | ||
8 | #include <linux/io.h> | ||
9 | |||
10 | #include <asm/proc-fns.h> | ||
11 | #include <mach/hardware.h> | ||
12 | |||
13 | #include "crm_regs.h" | ||
14 | |||
15 | #define WDOG_WCR MXC91231_IO_ADDRESS(MXC91231_WDOG1_BASE_ADDR) | ||
16 | #define WDOG_WCR_OUT_ENABLE (1 << 6) | ||
17 | #define WDOG_WCR_ASSERT (1 << 5) | ||
18 | |||
19 | void mxc91231_power_off(void) | ||
20 | { | ||
21 | u16 wcr; | ||
22 | |||
23 | wcr = __raw_readw(WDOG_WCR); | ||
24 | wcr |= WDOG_WCR_OUT_ENABLE; | ||
25 | wcr &= ~WDOG_WCR_ASSERT; | ||
26 | __raw_writew(wcr, WDOG_WCR); | ||
27 | } | ||
28 | |||
29 | void mxc91231_arch_reset(char mode, const char *cmd) | ||
30 | { | ||
31 | u32 amcr; | ||
32 | |||
33 | /* Reset the AP using CRM */ | ||
34 | amcr = __raw_readl(MXC_CRMAP_AMCR); | ||
35 | amcr &= ~MXC_CRMAP_AMCR_SW_AP; | ||
36 | __raw_writel(amcr, MXC_CRMAP_AMCR); | ||
37 | |||
38 | mdelay(10); | ||
39 | cpu_reset(0); | ||
40 | } | ||
41 | |||
42 | void mxc91231_prepare_idle(void) | ||
43 | { | ||
44 | u32 crm_ctl; | ||
45 | |||
46 | /* Go to WAIT mode after WFI */ | ||
47 | crm_ctl = __raw_readl(MXC_DSM_CRM_CONTROL); | ||
48 | crm_ctl &= ~(MXC_DSM_CRM_CTRL_LPMD0 | MXC_DSM_CRM_CTRL_LPMD1); | ||
49 | crm_ctl |= MXC_DSM_CRM_CTRL_LPMD_WAIT_MODE; | ||
50 | __raw_writel(crm_ctl, MXC_DSM_CRM_CONTROL); | ||
51 | } | ||
diff --git a/arch/arm/mach-mxs/Kconfig b/arch/arm/mach-mxs/Kconfig index 4522fbb235d5..21de5d50673f 100644 --- a/arch/arm/mach-mxs/Kconfig +++ b/arch/arm/mach-mxs/Kconfig | |||
@@ -24,7 +24,6 @@ config MACH_MX23EVK | |||
24 | select MXS_HAVE_PLATFORM_AUART | 24 | select MXS_HAVE_PLATFORM_AUART |
25 | select MXS_HAVE_PLATFORM_MXS_MMC | 25 | select MXS_HAVE_PLATFORM_MXS_MMC |
26 | select MXS_HAVE_PLATFORM_MXSFB | 26 | select MXS_HAVE_PLATFORM_MXSFB |
27 | default y | ||
28 | help | 27 | help |
29 | Include support for MX23EVK platform. This includes specific | 28 | Include support for MX23EVK platform. This includes specific |
30 | configurations for the board and its peripherals. | 29 | configurations for the board and its peripherals. |
@@ -39,7 +38,6 @@ config MACH_MX28EVK | |||
39 | select MXS_HAVE_PLATFORM_MXS_MMC | 38 | select MXS_HAVE_PLATFORM_MXS_MMC |
40 | select MXS_HAVE_PLATFORM_MXSFB | 39 | select MXS_HAVE_PLATFORM_MXSFB |
41 | select MXS_OCOTP | 40 | select MXS_OCOTP |
42 | default y | ||
43 | help | 41 | help |
44 | Include support for MX28EVK platform. This includes specific | 42 | Include support for MX28EVK platform. This includes specific |
45 | configurations for the board and its peripherals. | 43 | configurations for the board and its peripherals. |
diff --git a/arch/arm/mach-mxs/clock-mx23.c b/arch/arm/mach-mxs/clock-mx23.c index c3577ea789ac..0163b6d83773 100644 --- a/arch/arm/mach-mxs/clock-mx23.c +++ b/arch/arm/mach-mxs/clock-mx23.c | |||
@@ -446,6 +446,8 @@ static struct clk_lookup lookups[] = { | |||
446 | _REGISTER_CLOCK("rtc", NULL, rtc_clk) | 446 | _REGISTER_CLOCK("rtc", NULL, rtc_clk) |
447 | _REGISTER_CLOCK("mxs-dma-apbh", NULL, hbus_clk) | 447 | _REGISTER_CLOCK("mxs-dma-apbh", NULL, hbus_clk) |
448 | _REGISTER_CLOCK("mxs-dma-apbx", NULL, xbus_clk) | 448 | _REGISTER_CLOCK("mxs-dma-apbx", NULL, xbus_clk) |
449 | _REGISTER_CLOCK("mxs-mmc.0", NULL, ssp_clk) | ||
450 | _REGISTER_CLOCK("mxs-mmc.1", NULL, ssp_clk) | ||
449 | _REGISTER_CLOCK(NULL, "usb", usb_clk) | 451 | _REGISTER_CLOCK(NULL, "usb", usb_clk) |
450 | _REGISTER_CLOCK(NULL, "audio", audio_clk) | 452 | _REGISTER_CLOCK(NULL, "audio", audio_clk) |
451 | _REGISTER_CLOCK("mxs-pwm.0", NULL, pwm_clk) | 453 | _REGISTER_CLOCK("mxs-pwm.0", NULL, pwm_clk) |
diff --git a/arch/arm/mach-mxs/devices-mx28.h b/arch/arm/mach-mxs/devices-mx28.h index c473eddce8cf..79b94523954a 100644 --- a/arch/arm/mach-mxs/devices-mx28.h +++ b/arch/arm/mach-mxs/devices-mx28.h | |||
@@ -34,7 +34,7 @@ extern const struct mxs_flexcan_data mx28_flexcan_data[] __initconst; | |||
34 | #define mx28_add_flexcan0(pdata) mx28_add_flexcan(0, pdata) | 34 | #define mx28_add_flexcan0(pdata) mx28_add_flexcan(0, pdata) |
35 | #define mx28_add_flexcan1(pdata) mx28_add_flexcan(1, pdata) | 35 | #define mx28_add_flexcan1(pdata) mx28_add_flexcan(1, pdata) |
36 | 36 | ||
37 | extern const struct mxs_i2c_data mx28_mxs_i2c_data[] __initconst; | 37 | extern const struct mxs_mxs_i2c_data mx28_mxs_i2c_data[] __initconst; |
38 | #define mx28_add_mxs_i2c(id) mxs_add_mxs_i2c(&mx28_mxs_i2c_data[id]) | 38 | #define mx28_add_mxs_i2c(id) mxs_add_mxs_i2c(&mx28_mxs_i2c_data[id]) |
39 | 39 | ||
40 | extern const struct mxs_mxs_mmc_data mx28_mxs_mmc_data[] __initconst; | 40 | extern const struct mxs_mxs_mmc_data mx28_mxs_mmc_data[] __initconst; |
diff --git a/arch/arm/mach-mxs/devices/platform-mxs-i2c.c b/arch/arm/mach-mxs/devices/platform-mxs-i2c.c index eab3a06836d6..79222ec8ede1 100644 --- a/arch/arm/mach-mxs/devices/platform-mxs-i2c.c +++ b/arch/arm/mach-mxs/devices/platform-mxs-i2c.c | |||
@@ -22,13 +22,14 @@ | |||
22 | [_id] = mxs_i2c_data_entry_single(soc, _id) | 22 | [_id] = mxs_i2c_data_entry_single(soc, _id) |
23 | 23 | ||
24 | #ifdef CONFIG_SOC_IMX28 | 24 | #ifdef CONFIG_SOC_IMX28 |
25 | const struct mxs_i2c_data mx28_mxs_i2c_data[] __initconst = { | 25 | const struct mxs_mxs_i2c_data mx28_mxs_i2c_data[] __initconst = { |
26 | mxs_i2c_data_entry(MX28, 0), | 26 | mxs_i2c_data_entry(MX28, 0), |
27 | mxs_i2c_data_entry(MX28, 1), | 27 | mxs_i2c_data_entry(MX28, 1), |
28 | }; | 28 | }; |
29 | #endif | 29 | #endif |
30 | 30 | ||
31 | struct platform_device *__init mxs_add_mxs_i2c(const struct mxs_i2c_data *data) | 31 | struct platform_device *__init mxs_add_mxs_i2c( |
32 | const struct mxs_mxs_i2c_data *data) | ||
32 | { | 33 | { |
33 | struct resource res[] = { | 34 | struct resource res[] = { |
34 | { | 35 | { |
diff --git a/arch/arm/mach-mxs/include/mach/devices-common.h b/arch/arm/mach-mxs/include/mach/devices-common.h index c5137f14c364..7a37469ed5bf 100644 --- a/arch/arm/mach-mxs/include/mach/devices-common.h +++ b/arch/arm/mach-mxs/include/mach/devices-common.h | |||
@@ -65,13 +65,14 @@ struct platform_device *__init mxs_add_flexcan( | |||
65 | const struct flexcan_platform_data *pdata); | 65 | const struct flexcan_platform_data *pdata); |
66 | 66 | ||
67 | /* i2c */ | 67 | /* i2c */ |
68 | struct mxs_i2c_data { | 68 | struct mxs_mxs_i2c_data { |
69 | int id; | 69 | int id; |
70 | resource_size_t iobase; | 70 | resource_size_t iobase; |
71 | resource_size_t errirq; | 71 | resource_size_t errirq; |
72 | resource_size_t dmairq; | 72 | resource_size_t dmairq; |
73 | }; | 73 | }; |
74 | struct platform_device * __init mxs_add_mxs_i2c(const struct mxs_i2c_data *data); | 74 | struct platform_device * __init mxs_add_mxs_i2c( |
75 | const struct mxs_mxs_i2c_data *data); | ||
75 | 76 | ||
76 | /* mmc */ | 77 | /* mmc */ |
77 | #include <mach/mmc.h> | 78 | #include <mach/mmc.h> |
diff --git a/arch/arm/mach-mxs/include/mach/mx23.h b/arch/arm/mach-mxs/include/mach/mx23.h index c0a18c23084a..599094bc99de 100644 --- a/arch/arm/mach-mxs/include/mach/mx23.h +++ b/arch/arm/mach-mxs/include/mach/mx23.h | |||
@@ -57,7 +57,7 @@ | |||
57 | #define MX23_AUDIOIN_BASE_ADDR (MX23_IO_BASE_ADDR + 0x04c000) | 57 | #define MX23_AUDIOIN_BASE_ADDR (MX23_IO_BASE_ADDR + 0x04c000) |
58 | #define MX23_LRADC_BASE_ADDR (MX23_IO_BASE_ADDR + 0x050000) | 58 | #define MX23_LRADC_BASE_ADDR (MX23_IO_BASE_ADDR + 0x050000) |
59 | #define MX23_SPDIF_BASE_ADDR (MX23_IO_BASE_ADDR + 0x054000) | 59 | #define MX23_SPDIF_BASE_ADDR (MX23_IO_BASE_ADDR + 0x054000) |
60 | #define MX23_I2C0_BASE_ADDR (MX23_IO_BASE_ADDR + 0x058000) | 60 | #define MX23_I2C_BASE_ADDR (MX23_IO_BASE_ADDR + 0x058000) |
61 | #define MX23_RTC_BASE_ADDR (MX23_IO_BASE_ADDR + 0x05c000) | 61 | #define MX23_RTC_BASE_ADDR (MX23_IO_BASE_ADDR + 0x05c000) |
62 | #define MX23_PWM_BASE_ADDR (MX23_IO_BASE_ADDR + 0x064000) | 62 | #define MX23_PWM_BASE_ADDR (MX23_IO_BASE_ADDR + 0x064000) |
63 | #define MX23_TIMROT_BASE_ADDR (MX23_IO_BASE_ADDR + 0x068000) | 63 | #define MX23_TIMROT_BASE_ADDR (MX23_IO_BASE_ADDR + 0x068000) |
diff --git a/arch/arm/mach-mxs/mach-mx23evk.c b/arch/arm/mach-mxs/mach-mx23evk.c index 214e5b641bbc..3c2de33803ab 100644 --- a/arch/arm/mach-mxs/mach-mx23evk.c +++ b/arch/arm/mach-mxs/mach-mx23evk.c | |||
@@ -148,7 +148,7 @@ static void __init mx23evk_init(void) | |||
148 | mx23_add_auart0(); | 148 | mx23_add_auart0(); |
149 | 149 | ||
150 | /* power on mmc slot by writing 0 to the gpio */ | 150 | /* power on mmc slot by writing 0 to the gpio */ |
151 | ret = gpio_request_one(MX23EVK_MMC0_SLOT_POWER, GPIOF_DIR_OUT, | 151 | ret = gpio_request_one(MX23EVK_MMC0_SLOT_POWER, GPIOF_OUT_INIT_LOW, |
152 | "mmc0-slot-power"); | 152 | "mmc0-slot-power"); |
153 | if (ret) | 153 | if (ret) |
154 | pr_warn("failed to request gpio mmc0-slot-power: %d\n", ret); | 154 | pr_warn("failed to request gpio mmc0-slot-power: %d\n", ret); |
diff --git a/arch/arm/mach-mxs/mach-mx28evk.c b/arch/arm/mach-mxs/mach-mx28evk.c index bb329b9a2608..eacdc6b0e70a 100644 --- a/arch/arm/mach-mxs/mach-mx28evk.c +++ b/arch/arm/mach-mxs/mach-mx28evk.c | |||
@@ -375,13 +375,13 @@ static void __init mx28evk_init(void) | |||
375 | mx28_add_mxsfb(&mx28evk_mxsfb_pdata); | 375 | mx28_add_mxsfb(&mx28evk_mxsfb_pdata); |
376 | 376 | ||
377 | /* power on mmc slot by writing 0 to the gpio */ | 377 | /* power on mmc slot by writing 0 to the gpio */ |
378 | ret = gpio_request_one(MX28EVK_MMC0_SLOT_POWER, GPIOF_DIR_OUT, | 378 | ret = gpio_request_one(MX28EVK_MMC0_SLOT_POWER, GPIOF_OUT_INIT_LOW, |
379 | "mmc0-slot-power"); | 379 | "mmc0-slot-power"); |
380 | if (ret) | 380 | if (ret) |
381 | pr_warn("failed to request gpio mmc0-slot-power: %d\n", ret); | 381 | pr_warn("failed to request gpio mmc0-slot-power: %d\n", ret); |
382 | mx28_add_mxs_mmc(0, &mx28evk_mmc_pdata[0]); | 382 | mx28_add_mxs_mmc(0, &mx28evk_mmc_pdata[0]); |
383 | 383 | ||
384 | ret = gpio_request_one(MX28EVK_MMC1_SLOT_POWER, GPIOF_DIR_OUT, | 384 | ret = gpio_request_one(MX28EVK_MMC1_SLOT_POWER, GPIOF_OUT_INIT_LOW, |
385 | "mmc1-slot-power"); | 385 | "mmc1-slot-power"); |
386 | if (ret) | 386 | if (ret) |
387 | pr_warn("failed to request gpio mmc1-slot-power: %d\n", ret); | 387 | pr_warn("failed to request gpio mmc1-slot-power: %d\n", ret); |
diff --git a/arch/arm/plat-mxc/Kconfig b/arch/arm/plat-mxc/Kconfig index b0cb4258e382..a5353fc0793f 100644 --- a/arch/arm/plat-mxc/Kconfig +++ b/arch/arm/plat-mxc/Kconfig | |||
@@ -4,13 +4,18 @@ source "arch/arm/plat-mxc/devices/Kconfig" | |||
4 | 4 | ||
5 | menu "Freescale MXC Implementations" | 5 | menu "Freescale MXC Implementations" |
6 | 6 | ||
7 | config ARCH_MX50_SUPPORTED | ||
8 | bool | ||
9 | |||
10 | config ARCH_MX53_SUPPORTED | ||
11 | bool | ||
12 | |||
7 | choice | 13 | choice |
8 | prompt "Freescale CPU family:" | 14 | prompt "Freescale CPU family:" |
9 | default ARCH_MX3 | 15 | default ARCH_MX3 |
10 | 16 | ||
11 | config ARCH_MX1 | 17 | config ARCH_MX1 |
12 | bool "MX1-based" | 18 | bool "MX1-based" |
13 | select SOC_IMX1 | ||
14 | help | 19 | help |
15 | This enables support for systems based on the Freescale i.MX1 family | 20 | This enables support for systems based on the Freescale i.MX1 family |
16 | 21 | ||
@@ -26,29 +31,26 @@ config ARCH_MX25 | |||
26 | 31 | ||
27 | config ARCH_MX3 | 32 | config ARCH_MX3 |
28 | bool "MX3-based" | 33 | bool "MX3-based" |
29 | select CPU_V6 | ||
30 | help | 34 | help |
31 | This enables support for systems based on the Freescale i.MX3 family | 35 | This enables support for systems based on the Freescale i.MX3 family |
32 | 36 | ||
33 | config ARCH_MXC91231 | 37 | config ARCH_MX503 |
34 | bool "MXC91231-based" | 38 | bool "i.MX50 + i.MX53" |
35 | select CPU_V6 | 39 | select ARCH_MX50_SUPPORTED |
36 | select MXC_AVIC | 40 | select ARCH_MX53_SUPPORTED |
37 | help | 41 | help |
38 | This enables support for systems based on the Freescale MXC91231 family | 42 | This enables support for machines using Freescale's i.MX50 and i.MX51 |
43 | processors. | ||
39 | 44 | ||
40 | config ARCH_MX5 | 45 | config ARCH_MX51 |
41 | bool "MX5-based" | 46 | bool "i.MX51" |
42 | select CPU_V7 | 47 | select ARCH_MX51_SUPPORTED |
43 | select ARM_L1_CACHE_SHIFT_6 | ||
44 | help | 48 | help |
45 | This enables support for systems based on the Freescale i.MX51 family | 49 | This enables support for systems based on the Freescale i.MX51 family |
46 | 50 | ||
47 | endchoice | 51 | endchoice |
48 | 52 | ||
49 | source "arch/arm/mach-imx/Kconfig" | 53 | source "arch/arm/mach-imx/Kconfig" |
50 | source "arch/arm/mach-mx3/Kconfig" | ||
51 | source "arch/arm/mach-mxc91231/Kconfig" | ||
52 | source "arch/arm/mach-mx5/Kconfig" | 54 | source "arch/arm/mach-mx5/Kconfig" |
53 | 55 | ||
54 | endmenu | 56 | endmenu |
diff --git a/arch/arm/plat-mxc/devices/Kconfig b/arch/arm/plat-mxc/devices/Kconfig index b9ab1d58b5e7..bd294add932c 100644 --- a/arch/arm/plat-mxc/devices/Kconfig +++ b/arch/arm/plat-mxc/devices/Kconfig | |||
@@ -24,7 +24,6 @@ config IMX_HAVE_PLATFORM_IMXDI_RTC | |||
24 | 24 | ||
25 | config IMX_HAVE_PLATFORM_IMX_FB | 25 | config IMX_HAVE_PLATFORM_IMX_FB |
26 | bool | 26 | bool |
27 | select HAVE_FB_IMX | ||
28 | 27 | ||
29 | config IMX_HAVE_PLATFORM_IMX_I2C | 28 | config IMX_HAVE_PLATFORM_IMX_I2C |
30 | bool | 29 | bool |
@@ -41,6 +40,9 @@ config IMX_HAVE_PLATFORM_IMX_UART | |||
41 | config IMX_HAVE_PLATFORM_IMX_UDC | 40 | config IMX_HAVE_PLATFORM_IMX_UDC |
42 | bool | 41 | bool |
43 | 42 | ||
43 | config IMX_HAVE_PLATFORM_IPU_CORE | ||
44 | bool | ||
45 | |||
44 | config IMX_HAVE_PLATFORM_MX1_CAMERA | 46 | config IMX_HAVE_PLATFORM_MX1_CAMERA |
45 | bool | 47 | bool |
46 | 48 | ||
@@ -63,6 +65,9 @@ config IMX_HAVE_PLATFORM_MXC_RNGA | |||
63 | bool | 65 | bool |
64 | select ARCH_HAS_RNGA | 66 | select ARCH_HAS_RNGA |
65 | 67 | ||
68 | config IMX_HAVE_PLATFORM_MXC_RTC | ||
69 | bool | ||
70 | |||
66 | config IMX_HAVE_PLATFORM_MXC_W1 | 71 | config IMX_HAVE_PLATFORM_MXC_W1 |
67 | bool | 72 | bool |
68 | 73 | ||
diff --git a/arch/arm/plat-mxc/devices/Makefile b/arch/arm/plat-mxc/devices/Makefile index 75cd2ece9053..ad2922acf480 100644 --- a/arch/arm/plat-mxc/devices/Makefile +++ b/arch/arm/plat-mxc/devices/Makefile | |||
@@ -12,6 +12,7 @@ obj-$(CONFIG_IMX_HAVE_PLATFORM_IMX_KEYPAD) += platform-imx-keypad.o | |||
12 | obj-$(CONFIG_IMX_HAVE_PLATFORM_IMX_SSI) += platform-imx-ssi.o | 12 | obj-$(CONFIG_IMX_HAVE_PLATFORM_IMX_SSI) += platform-imx-ssi.o |
13 | obj-$(CONFIG_IMX_HAVE_PLATFORM_IMX_UART) += platform-imx-uart.o | 13 | obj-$(CONFIG_IMX_HAVE_PLATFORM_IMX_UART) += platform-imx-uart.o |
14 | obj-$(CONFIG_IMX_HAVE_PLATFORM_IMX_UDC) += platform-imx_udc.o | 14 | obj-$(CONFIG_IMX_HAVE_PLATFORM_IMX_UDC) += platform-imx_udc.o |
15 | obj-$(CONFIG_IMX_HAVE_PLATFORM_IPU_CORE) += platform-ipu-core.o | ||
15 | obj-$(CONFIG_IMX_HAVE_PLATFORM_MX1_CAMERA) += platform-mx1-camera.o | 16 | obj-$(CONFIG_IMX_HAVE_PLATFORM_MX1_CAMERA) += platform-mx1-camera.o |
16 | obj-$(CONFIG_IMX_HAVE_PLATFORM_MX2_CAMERA) += platform-mx2-camera.o | 17 | obj-$(CONFIG_IMX_HAVE_PLATFORM_MX2_CAMERA) += platform-mx2-camera.o |
17 | obj-$(CONFIG_IMX_HAVE_PLATFORM_MXC_EHCI) += platform-mxc-ehci.o | 18 | obj-$(CONFIG_IMX_HAVE_PLATFORM_MXC_EHCI) += platform-mxc-ehci.o |
@@ -19,6 +20,7 @@ obj-$(CONFIG_IMX_HAVE_PLATFORM_MXC_MMC) += platform-mxc-mmc.o | |||
19 | obj-$(CONFIG_IMX_HAVE_PLATFORM_MXC_NAND) += platform-mxc_nand.o | 20 | obj-$(CONFIG_IMX_HAVE_PLATFORM_MXC_NAND) += platform-mxc_nand.o |
20 | obj-$(CONFIG_IMX_HAVE_PLATFORM_MXC_PWM) += platform-mxc_pwm.o | 21 | obj-$(CONFIG_IMX_HAVE_PLATFORM_MXC_PWM) += platform-mxc_pwm.o |
21 | obj-$(CONFIG_IMX_HAVE_PLATFORM_MXC_RNGA) += platform-mxc_rnga.o | 22 | obj-$(CONFIG_IMX_HAVE_PLATFORM_MXC_RNGA) += platform-mxc_rnga.o |
23 | obj-$(CONFIG_IMX_HAVE_PLATFORM_MXC_RTC) += platform-mxc_rtc.o | ||
22 | obj-$(CONFIG_IMX_HAVE_PLATFORM_MXC_W1) += platform-mxc_w1.o | 24 | obj-$(CONFIG_IMX_HAVE_PLATFORM_MXC_W1) += platform-mxc_w1.o |
23 | obj-$(CONFIG_IMX_HAVE_PLATFORM_SDHCI_ESDHC_IMX) += platform-sdhci-esdhc-imx.o | 25 | obj-$(CONFIG_IMX_HAVE_PLATFORM_SDHCI_ESDHC_IMX) += platform-sdhci-esdhc-imx.o |
24 | obj-$(CONFIG_IMX_HAVE_PLATFORM_SPI_IMX) += platform-spi_imx.o | 26 | obj-$(CONFIG_IMX_HAVE_PLATFORM_SPI_IMX) += platform-spi_imx.o |
diff --git a/arch/arm/plat-mxc/devices/platform-ipu-core.c b/arch/arm/plat-mxc/devices/platform-ipu-core.c new file mode 100644 index 000000000000..edf65034aea5 --- /dev/null +++ b/arch/arm/plat-mxc/devices/platform-ipu-core.c | |||
@@ -0,0 +1,129 @@ | |||
1 | /* | ||
2 | * Copyright (C) 2011 Pengutronix | ||
3 | * Uwe Kleine-Koenig <u.kleine-koenig@pengutronix.de> | ||
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify it under | ||
6 | * the terms of the GNU General Public License version 2 as published by the | ||
7 | * Free Software Foundation. | ||
8 | */ | ||
9 | #include <mach/hardware.h> | ||
10 | #include <mach/devices-common.h> | ||
11 | |||
12 | #define imx_ipu_core_entry_single(soc) \ | ||
13 | { \ | ||
14 | .iobase = soc ## _IPU_CTRL_BASE_ADDR, \ | ||
15 | .synirq = soc ## _INT_IPU_SYN, \ | ||
16 | .errirq = soc ## _INT_IPU_ERR, \ | ||
17 | } | ||
18 | |||
19 | #ifdef CONFIG_SOC_IMX31 | ||
20 | const struct imx_ipu_core_data imx31_ipu_core_data __initconst = | ||
21 | imx_ipu_core_entry_single(MX31); | ||
22 | #endif | ||
23 | |||
24 | #ifdef CONFIG_SOC_IMX35 | ||
25 | const struct imx_ipu_core_data imx35_ipu_core_data __initconst = | ||
26 | imx_ipu_core_entry_single(MX35); | ||
27 | #endif | ||
28 | |||
29 | static struct platform_device *imx_ipu_coredev __initdata; | ||
30 | |||
31 | struct platform_device *__init imx_add_ipu_core( | ||
32 | const struct imx_ipu_core_data *data, | ||
33 | const struct ipu_platform_data *pdata) | ||
34 | { | ||
35 | /* The resource order is important! */ | ||
36 | struct resource res[] = { | ||
37 | { | ||
38 | .start = data->iobase, | ||
39 | .end = data->iobase + 0x5f, | ||
40 | .flags = IORESOURCE_MEM, | ||
41 | }, { | ||
42 | .start = data->iobase + 0x88, | ||
43 | .end = data->iobase + 0xb3, | ||
44 | .flags = IORESOURCE_MEM, | ||
45 | }, { | ||
46 | .start = data->synirq, | ||
47 | .end = data->synirq, | ||
48 | .flags = IORESOURCE_IRQ, | ||
49 | }, { | ||
50 | .start = data->errirq, | ||
51 | .end = data->errirq, | ||
52 | .flags = IORESOURCE_IRQ, | ||
53 | }, | ||
54 | }; | ||
55 | |||
56 | return imx_ipu_coredev = imx_add_platform_device("ipu-core", -1, | ||
57 | res, ARRAY_SIZE(res), pdata, sizeof(*pdata)); | ||
58 | } | ||
59 | |||
60 | struct platform_device *__init imx_alloc_mx3_camera( | ||
61 | const struct imx_ipu_core_data *data, | ||
62 | const struct mx3_camera_pdata *pdata) | ||
63 | { | ||
64 | struct resource res[] = { | ||
65 | { | ||
66 | .start = data->iobase + 0x60, | ||
67 | .end = data->iobase + 0x87, | ||
68 | .flags = IORESOURCE_MEM, | ||
69 | }, | ||
70 | }; | ||
71 | int ret = -ENOMEM; | ||
72 | struct platform_device *pdev; | ||
73 | |||
74 | if (IS_ERR_OR_NULL(imx_ipu_coredev)) | ||
75 | return ERR_PTR(-ENODEV); | ||
76 | |||
77 | pdev = platform_device_alloc("mx3-camera", 0); | ||
78 | if (!pdev) | ||
79 | goto err; | ||
80 | |||
81 | pdev->dev.dma_mask = kmalloc(sizeof(*pdev->dev.dma_mask), GFP_KERNEL); | ||
82 | if (!pdev->dev.dma_mask) | ||
83 | goto err; | ||
84 | |||
85 | *pdev->dev.dma_mask = DMA_BIT_MASK(32); | ||
86 | pdev->dev.coherent_dma_mask = DMA_BIT_MASK(32); | ||
87 | |||
88 | ret = platform_device_add_resources(pdev, res, ARRAY_SIZE(res)); | ||
89 | if (ret) | ||
90 | goto err; | ||
91 | |||
92 | if (pdata) { | ||
93 | struct mx3_camera_pdata *copied_pdata; | ||
94 | |||
95 | ret = platform_device_add_data(pdev, pdata, sizeof(*pdata)); | ||
96 | if (ret) { | ||
97 | err: | ||
98 | kfree(pdev->dev.dma_mask); | ||
99 | platform_device_put(pdev); | ||
100 | return ERR_PTR(-ENODEV); | ||
101 | } | ||
102 | copied_pdata = dev_get_platdata(&pdev->dev); | ||
103 | copied_pdata->dma_dev = &imx_ipu_coredev->dev; | ||
104 | } | ||
105 | |||
106 | return pdev; | ||
107 | } | ||
108 | |||
109 | struct platform_device *__init imx_add_mx3_sdc_fb( | ||
110 | const struct imx_ipu_core_data *data, | ||
111 | struct mx3fb_platform_data *pdata) | ||
112 | { | ||
113 | struct resource res[] = { | ||
114 | { | ||
115 | .start = data->iobase + 0xb4, | ||
116 | .end = data->iobase + 0x1bf, | ||
117 | .flags = IORESOURCE_MEM, | ||
118 | }, | ||
119 | }; | ||
120 | |||
121 | if (IS_ERR_OR_NULL(imx_ipu_coredev)) | ||
122 | return ERR_PTR(-ENODEV); | ||
123 | |||
124 | pdata->dma_dev = &imx_ipu_coredev->dev; | ||
125 | |||
126 | return imx_add_platform_device_dmamask("mx3_sdc_fb", -1, | ||
127 | res, ARRAY_SIZE(res), pdata, sizeof(*pdata), | ||
128 | DMA_BIT_MASK(32)); | ||
129 | } | ||
diff --git a/arch/arm/plat-mxc/devices/platform-mxc_rtc.c b/arch/arm/plat-mxc/devices/platform-mxc_rtc.c new file mode 100644 index 000000000000..16d0ec4df5f6 --- /dev/null +++ b/arch/arm/plat-mxc/devices/platform-mxc_rtc.c | |||
@@ -0,0 +1,40 @@ | |||
1 | /* | ||
2 | * Copyright (C) 2010-2011 Pengutronix | ||
3 | * Uwe Kleine-Koenig <u.kleine-koenig@pengutronix.de> | ||
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify it under | ||
6 | * the terms of the GNU General Public License version 2 as published by the | ||
7 | * Free Software Foundation. | ||
8 | */ | ||
9 | #include <mach/hardware.h> | ||
10 | #include <mach/devices-common.h> | ||
11 | |||
12 | #define imx_mxc_rtc_data_entry_single(soc) \ | ||
13 | { \ | ||
14 | .iobase = soc ## _RTC_BASE_ADDR, \ | ||
15 | .irq = soc ## _INT_RTC, \ | ||
16 | } | ||
17 | |||
18 | #ifdef CONFIG_SOC_IMX31 | ||
19 | const struct imx_mxc_rtc_data imx31_mxc_rtc_data __initconst = | ||
20 | imx_mxc_rtc_data_entry_single(MX31); | ||
21 | #endif /* ifdef CONFIG_SOC_IMX31 */ | ||
22 | |||
23 | struct platform_device *__init imx_add_mxc_rtc( | ||
24 | const struct imx_mxc_rtc_data *data) | ||
25 | { | ||
26 | struct resource res[] = { | ||
27 | { | ||
28 | .start = data->iobase, | ||
29 | .end = data->iobase + SZ_16K - 1, | ||
30 | .flags = IORESOURCE_MEM, | ||
31 | }, { | ||
32 | .start = data->irq, | ||
33 | .end = data->irq, | ||
34 | .flags = IORESOURCE_IRQ, | ||
35 | }, | ||
36 | }; | ||
37 | |||
38 | return imx_add_platform_device("mxc_rtc", -1, | ||
39 | res, ARRAY_SIZE(res), NULL, 0); | ||
40 | } | ||
diff --git a/arch/arm/plat-mxc/devices/platform-spi_imx.c b/arch/arm/plat-mxc/devices/platform-spi_imx.c index f4a60ab6763b..f97eb3615b2c 100644 --- a/arch/arm/plat-mxc/devices/platform-spi_imx.c +++ b/arch/arm/plat-mxc/devices/platform-spi_imx.c | |||
@@ -80,7 +80,7 @@ const struct imx_spi_imx_data imx35_cspi_data[] __initconst = { | |||
80 | 80 | ||
81 | #ifdef CONFIG_SOC_IMX51 | 81 | #ifdef CONFIG_SOC_IMX51 |
82 | const struct imx_spi_imx_data imx51_cspi_data __initconst = | 82 | const struct imx_spi_imx_data imx51_cspi_data __initconst = |
83 | imx_spi_imx_data_entry_single(MX51, CSPI, "imx51-cspi", 0, , SZ_4K); | 83 | imx_spi_imx_data_entry_single(MX51, CSPI, "imx51-cspi", 2, , SZ_4K); |
84 | 84 | ||
85 | const struct imx_spi_imx_data imx51_ecspi_data[] __initconst = { | 85 | const struct imx_spi_imx_data imx51_ecspi_data[] __initconst = { |
86 | #define imx51_ecspi_data_entry(_id, _hwid) \ | 86 | #define imx51_ecspi_data_entry(_id, _hwid) \ |
diff --git a/arch/arm/plat-mxc/include/mach/common.h b/arch/arm/plat-mxc/include/mach/common.h index a22ebe11a602..da7991832af6 100644 --- a/arch/arm/plat-mxc/include/mach/common.h +++ b/arch/arm/plat-mxc/include/mach/common.h | |||
@@ -23,7 +23,6 @@ extern void mx35_map_io(void); | |||
23 | extern void mx50_map_io(void); | 23 | extern void mx50_map_io(void); |
24 | extern void mx51_map_io(void); | 24 | extern void mx51_map_io(void); |
25 | extern void mx53_map_io(void); | 25 | extern void mx53_map_io(void); |
26 | extern void mxc91231_map_io(void); | ||
27 | extern void imx1_init_early(void); | 26 | extern void imx1_init_early(void); |
28 | extern void imx21_init_early(void); | 27 | extern void imx21_init_early(void); |
29 | extern void imx25_init_early(void); | 28 | extern void imx25_init_early(void); |
@@ -33,7 +32,6 @@ extern void imx35_init_early(void); | |||
33 | extern void imx50_init_early(void); | 32 | extern void imx50_init_early(void); |
34 | extern void imx51_init_early(void); | 33 | extern void imx51_init_early(void); |
35 | extern void imx53_init_early(void); | 34 | extern void imx53_init_early(void); |
36 | extern void mxc91231_init_early(void); | ||
37 | extern void mxc_init_irq(void __iomem *); | 35 | extern void mxc_init_irq(void __iomem *); |
38 | extern void tzic_init_irq(void __iomem *); | 36 | extern void tzic_init_irq(void __iomem *); |
39 | extern void mx1_init_irq(void); | 37 | extern void mx1_init_irq(void); |
@@ -45,7 +43,6 @@ extern void mx35_init_irq(void); | |||
45 | extern void mx50_init_irq(void); | 43 | extern void mx50_init_irq(void); |
46 | extern void mx51_init_irq(void); | 44 | extern void mx51_init_irq(void); |
47 | extern void mx53_init_irq(void); | 45 | extern void mx53_init_irq(void); |
48 | extern void mxc91231_init_irq(void); | ||
49 | extern void epit_timer_init(struct clk *timer_clk, void __iomem *base, int irq); | 46 | extern void epit_timer_init(struct clk *timer_clk, void __iomem *base, int irq); |
50 | extern void mxc_timer_init(struct clk *timer_clk, void __iomem *, int); | 47 | extern void mxc_timer_init(struct clk *timer_clk, void __iomem *, int); |
51 | extern int mx1_clocks_init(unsigned long fref); | 48 | extern int mx1_clocks_init(unsigned long fref); |
@@ -58,14 +55,11 @@ extern int mx51_clocks_init(unsigned long ckil, unsigned long osc, | |||
58 | unsigned long ckih1, unsigned long ckih2); | 55 | unsigned long ckih1, unsigned long ckih2); |
59 | extern int mx53_clocks_init(unsigned long ckil, unsigned long osc, | 56 | extern int mx53_clocks_init(unsigned long ckil, unsigned long osc, |
60 | unsigned long ckih1, unsigned long ckih2); | 57 | unsigned long ckih1, unsigned long ckih2); |
61 | extern int mxc91231_clocks_init(unsigned long fref); | ||
62 | extern int mxc_register_gpios(void); | 58 | extern int mxc_register_gpios(void); |
63 | extern int mxc_register_device(struct platform_device *pdev, void *data); | 59 | extern int mxc_register_device(struct platform_device *pdev, void *data); |
64 | extern void mxc_set_cpu_type(unsigned int type); | 60 | extern void mxc_set_cpu_type(unsigned int type); |
65 | extern void mxc_arch_reset_init(void __iomem *); | 61 | extern void mxc_arch_reset_init(void __iomem *); |
66 | extern void mxc91231_power_off(void); | ||
67 | extern void mxc91231_arch_reset(int, const char *); | ||
68 | extern void mxc91231_prepare_idle(void); | ||
69 | extern void mx51_efikamx_reset(void); | 62 | extern void mx51_efikamx_reset(void); |
70 | extern int mx53_revision(void); | 63 | extern int mx53_revision(void); |
64 | extern int mx53_display_revision(void); | ||
71 | #endif | 65 | #endif |
diff --git a/arch/arm/plat-mxc/include/mach/debug-macro.S b/arch/arm/plat-mxc/include/mach/debug-macro.S index 3b3a37c25c56..8e8d175e5077 100644 --- a/arch/arm/plat-mxc/include/mach/debug-macro.S +++ b/arch/arm/plat-mxc/include/mach/debug-macro.S | |||
@@ -44,13 +44,6 @@ | |||
44 | #define UART_PADDR MX51_UART1_BASE_ADDR | 44 | #define UART_PADDR MX51_UART1_BASE_ADDR |
45 | #endif | 45 | #endif |
46 | 46 | ||
47 | #ifdef CONFIG_ARCH_MXC91231 | ||
48 | #ifdef UART_PADDR | ||
49 | #error "CONFIG_DEBUG_LL is incompatible with multiple archs" | ||
50 | #endif | ||
51 | #define UART_PADDR MXC91231_UART2_BASE_ADDR | ||
52 | #endif | ||
53 | |||
54 | #define UART_VADDR IMX_IO_ADDRESS(UART_PADDR) | 47 | #define UART_VADDR IMX_IO_ADDRESS(UART_PADDR) |
55 | 48 | ||
56 | .macro addruart, rp, rv | 49 | .macro addruart, rp, rv |
diff --git a/arch/arm/plat-mxc/include/mach/devices-common.h b/arch/arm/plat-mxc/include/mach/devices-common.h index 8658c9caa650..fa8477337f91 100644 --- a/arch/arm/plat-mxc/include/mach/devices-common.h +++ b/arch/arm/plat-mxc/include/mach/devices-common.h | |||
@@ -166,6 +166,24 @@ struct platform_device *__init imx_add_imx_udc( | |||
166 | const struct imx_imx_udc_data *data, | 166 | const struct imx_imx_udc_data *data, |
167 | const struct imxusb_platform_data *pdata); | 167 | const struct imxusb_platform_data *pdata); |
168 | 168 | ||
169 | #include <mach/ipu.h> | ||
170 | #include <mach/mx3fb.h> | ||
171 | #include <mach/mx3_camera.h> | ||
172 | struct imx_ipu_core_data { | ||
173 | resource_size_t iobase; | ||
174 | resource_size_t synirq; | ||
175 | resource_size_t errirq; | ||
176 | }; | ||
177 | struct platform_device *__init imx_add_ipu_core( | ||
178 | const struct imx_ipu_core_data *data, | ||
179 | const struct ipu_platform_data *pdata); | ||
180 | struct platform_device *__init imx_alloc_mx3_camera( | ||
181 | const struct imx_ipu_core_data *data, | ||
182 | const struct mx3_camera_pdata *pdata); | ||
183 | struct platform_device *__init imx_add_mx3_sdc_fb( | ||
184 | const struct imx_ipu_core_data *data, | ||
185 | struct mx3fb_platform_data *pdata); | ||
186 | |||
169 | #include <mach/mx1_camera.h> | 187 | #include <mach/mx1_camera.h> |
170 | struct imx_mx1_camera_data { | 188 | struct imx_mx1_camera_data { |
171 | resource_size_t iobase; | 189 | resource_size_t iobase; |
@@ -237,6 +255,15 @@ struct imx_mxc_pwm_data { | |||
237 | struct platform_device *__init imx_add_mxc_pwm( | 255 | struct platform_device *__init imx_add_mxc_pwm( |
238 | const struct imx_mxc_pwm_data *data); | 256 | const struct imx_mxc_pwm_data *data); |
239 | 257 | ||
258 | /* mxc_rtc */ | ||
259 | struct imx_mxc_rtc_data { | ||
260 | resource_size_t iobase; | ||
261 | resource_size_t irq; | ||
262 | }; | ||
263 | struct platform_device *__init imx_add_mxc_rtc( | ||
264 | const struct imx_mxc_rtc_data *data); | ||
265 | |||
266 | /* mxc_w1 */ | ||
240 | struct imx_mxc_w1_data { | 267 | struct imx_mxc_w1_data { |
241 | resource_size_t iobase; | 268 | resource_size_t iobase; |
242 | }; | 269 | }; |
diff --git a/arch/arm/plat-mxc/include/mach/hardware.h b/arch/arm/plat-mxc/include/mach/hardware.h index 26bb1bab4aeb..67d3e2bed065 100644 --- a/arch/arm/plat-mxc/include/mach/hardware.h +++ b/arch/arm/plat-mxc/include/mach/hardware.h | |||
@@ -86,15 +86,6 @@ | |||
86 | * SPBA0 0x70000000+0x100000 -> 0xf5400000+0x100000 | 86 | * SPBA0 0x70000000+0x100000 -> 0xf5400000+0x100000 |
87 | * AIPS1 0x73f00000+0x100000 -> 0xf5700000+0x100000 | 87 | * AIPS1 0x73f00000+0x100000 -> 0xf5700000+0x100000 |
88 | * AIPS2 0x83f00000+0x100000 -> 0xf4300000+0x100000 | 88 | * AIPS2 0x83f00000+0x100000 -> 0xf4300000+0x100000 |
89 | * mxc91231: | ||
90 | * L2CC 0x30000000+0x010000 -> 0xf4400000+0x010000 | ||
91 | * X_MEMC 0xb8000000+0x010000 -> 0xf4c00000+0x010000 | ||
92 | * ROMP 0x60000000+0x010000 -> 0xf5000000+0x010000 | ||
93 | * AVIC 0x68000000+0x010000 -> 0xf5800000+0x010000 | ||
94 | * AIPS1 0x43f00000+0x100000 -> 0xf5300000+0x100000 | ||
95 | * SPBA0 0x50000000+0x100000 -> 0xf5400000+0x100000 | ||
96 | * SPBA1 0x52000000+0x100000 -> 0xf5600000+0x100000 | ||
97 | * AIPS2 0x53f00000+0x100000 -> 0xf5700000+0x100000 | ||
98 | */ | 89 | */ |
99 | #define IMX_IO_P2V(x) ( \ | 90 | #define IMX_IO_P2V(x) ( \ |
100 | 0xf4000000 + \ | 91 | 0xf4000000 + \ |
@@ -104,6 +95,8 @@ | |||
104 | 95 | ||
105 | #define IMX_IO_ADDRESS(x) IOMEM(IMX_IO_P2V(x)) | 96 | #define IMX_IO_ADDRESS(x) IOMEM(IMX_IO_P2V(x)) |
106 | 97 | ||
98 | #include <mach/mxc.h> | ||
99 | |||
107 | #ifdef CONFIG_ARCH_MX5 | 100 | #ifdef CONFIG_ARCH_MX5 |
108 | #include <mach/mx50.h> | 101 | #include <mach/mx50.h> |
109 | #include <mach/mx51.h> | 102 | #include <mach/mx51.h> |
@@ -134,12 +127,6 @@ | |||
134 | # include <mach/mx25.h> | 127 | # include <mach/mx25.h> |
135 | #endif | 128 | #endif |
136 | 129 | ||
137 | #ifdef CONFIG_ARCH_MXC91231 | ||
138 | # include <mach/mxc91231.h> | ||
139 | #endif | ||
140 | |||
141 | #include <mach/mxc.h> | ||
142 | |||
143 | #define imx_map_entry(soc, name, _type) { \ | 130 | #define imx_map_entry(soc, name, _type) { \ |
144 | .virtual = soc ## _IO_P2V(soc ## _ ## name ## _BASE_ADDR), \ | 131 | .virtual = soc ## _IO_P2V(soc ## _ ## name ## _BASE_ADDR), \ |
145 | .pfn = __phys_to_pfn(soc ## _ ## name ## _BASE_ADDR), \ | 132 | .pfn = __phys_to_pfn(soc ## _ ## name ## _BASE_ADDR), \ |
diff --git a/arch/arm/plat-mxc/include/mach/io.h b/arch/arm/plat-mxc/include/mach/io.h index b4f2de769466..4347a87d2bb0 100644 --- a/arch/arm/plat-mxc/include/mach/io.h +++ b/arch/arm/plat-mxc/include/mach/io.h | |||
@@ -14,19 +14,26 @@ | |||
14 | /* Allow IO space to be anywhere in the memory */ | 14 | /* Allow IO space to be anywhere in the memory */ |
15 | #define IO_SPACE_LIMIT 0xffffffff | 15 | #define IO_SPACE_LIMIT 0xffffffff |
16 | 16 | ||
17 | #ifdef CONFIG_ARCH_MX3 | 17 | #if defined(CONFIG_SOC_IMX31) || defined(CONFIG_SOC_IMX35) |
18 | #define __arch_ioremap __mx3_ioremap | 18 | #include <mach/hardware.h> |
19 | |||
20 | #define __arch_ioremap __imx_ioremap | ||
19 | #define __arch_iounmap __iounmap | 21 | #define __arch_iounmap __iounmap |
20 | 22 | ||
23 | #define addr_in_module(addr, mod) \ | ||
24 | ((unsigned long)(addr) - mod ## _BASE_ADDR < mod ## _SIZE) | ||
25 | |||
21 | static inline void __iomem * | 26 | static inline void __iomem * |
22 | __mx3_ioremap(unsigned long phys_addr, size_t size, unsigned int mtype) | 27 | __imx_ioremap(unsigned long phys_addr, size_t size, unsigned int mtype) |
23 | { | 28 | { |
24 | if (mtype == MT_DEVICE) { | 29 | if (mtype == MT_DEVICE && (cpu_is_mx31() || cpu_is_mx35())) { |
25 | /* Access all peripherals below 0x80000000 as nonshared device | 30 | /* |
26 | * but leave l2cc alone. | 31 | * Access all peripherals below 0x80000000 as nonshared device |
32 | * on mx3, but leave l2cc alone. Otherwise cache corruptions | ||
33 | * can occur. | ||
27 | */ | 34 | */ |
28 | if ((phys_addr < 0x80000000) && ((phys_addr < 0x30000000) || | 35 | if (phys_addr < 0x80000000 && |
29 | (phys_addr >= 0x30000000 + SZ_1M))) | 36 | !addr_in_module(phys_addr, MX3x_L2CC)) |
30 | mtype = MT_DEVICE_NONSHARED; | 37 | mtype = MT_DEVICE_NONSHARED; |
31 | } | 38 | } |
32 | 39 | ||
diff --git a/arch/arm/plat-mxc/include/mach/iomux-mx25.h b/arch/arm/plat-mxc/include/mach/iomux-mx25.h index d7f52c91f82e..2e5244de7ff5 100644 --- a/arch/arm/plat-mxc/include/mach/iomux-mx25.h +++ b/arch/arm/plat-mxc/include/mach/iomux-mx25.h | |||
@@ -89,13 +89,16 @@ | |||
89 | #define MX25_PAD_CS0__GPIO_4_2 IOMUX_PAD(0x000, 0x04c, 0x05, 0, 0, NO_PAD_CTRL) | 89 | #define MX25_PAD_CS0__GPIO_4_2 IOMUX_PAD(0x000, 0x04c, 0x05, 0, 0, NO_PAD_CTRL) |
90 | 90 | ||
91 | #define MX25_PAD_CS1__CS1 IOMUX_PAD(0x000, 0x050, 0x00, 0, 0, NO_PAD_CTRL) | 91 | #define MX25_PAD_CS1__CS1 IOMUX_PAD(0x000, 0x050, 0x00, 0, 0, NO_PAD_CTRL) |
92 | #define MX25_PAD_CS1__NF_CE3 IOMUX_PAD(0x000, 0x050, 0x01, 0, 0, NO_PAD_CTRL) | ||
92 | #define MX25_PAD_CS1__GPIO_4_3 IOMUX_PAD(0x000, 0x050, 0x05, 0, 0, NO_PAD_CTRL) | 93 | #define MX25_PAD_CS1__GPIO_4_3 IOMUX_PAD(0x000, 0x050, 0x05, 0, 0, NO_PAD_CTRL) |
93 | 94 | ||
94 | #define MX25_PAD_CS4__CS4 IOMUX_PAD(0x264, 0x054, 0x10, 0, 0, NO_PAD_CTRL) | 95 | #define MX25_PAD_CS4__CS4 IOMUX_PAD(0x264, 0x054, 0x10, 0, 0, NO_PAD_CTRL) |
96 | #define MX25_PAD_CS4__NF_CE1 IOMUX_PAD(0x264, 0x054, 0x01, 0, 0, NO_PAD_CTRL) | ||
95 | #define MX25_PAD_CS4__UART5_CTS IOMUX_PAD(0x264, 0x054, 0x13, 0, 0, NO_PAD_CTRL) | 97 | #define MX25_PAD_CS4__UART5_CTS IOMUX_PAD(0x264, 0x054, 0x13, 0, 0, NO_PAD_CTRL) |
96 | #define MX25_PAD_CS4__GPIO_3_20 IOMUX_PAD(0x264, 0x054, 0x15, 0, 0, NO_PAD_CTRL) | 98 | #define MX25_PAD_CS4__GPIO_3_20 IOMUX_PAD(0x264, 0x054, 0x15, 0, 0, NO_PAD_CTRL) |
97 | 99 | ||
98 | #define MX25_PAD_CS5__CS5 IOMUX_PAD(0x268, 0x058, 0x10, 0, 0, NO_PAD_CTRL) | 100 | #define MX25_PAD_CS5__CS5 IOMUX_PAD(0x268, 0x058, 0x10, 0, 0, NO_PAD_CTRL) |
101 | #define MX25_PAD_CS5__NF_CE2 IOMUX_PAD(0x268, 0x058, 0x01, 0, 0, NO_PAD_CTRL) | ||
99 | #define MX25_PAD_CS5__UART5_RTS IOMUX_PAD(0x268, 0x058, 0x13, 0x574, 0, NO_PAD_CTRL) | 102 | #define MX25_PAD_CS5__UART5_RTS IOMUX_PAD(0x268, 0x058, 0x13, 0x574, 0, NO_PAD_CTRL) |
100 | #define MX25_PAD_CS5__GPIO_3_21 IOMUX_PAD(0x268, 0x058, 0x15, 0, 0, NO_PAD_CTRL) | 103 | #define MX25_PAD_CS5__GPIO_3_21 IOMUX_PAD(0x268, 0x058, 0x15, 0, 0, NO_PAD_CTRL) |
101 | 104 | ||
diff --git a/arch/arm/plat-mxc/include/mach/iomux-mxc91231.h b/arch/arm/plat-mxc/include/mach/iomux-mxc91231.h deleted file mode 100644 index bf28df0d58b7..000000000000 --- a/arch/arm/plat-mxc/include/mach/iomux-mxc91231.h +++ /dev/null | |||
@@ -1,283 +0,0 @@ | |||
1 | /* | ||
2 | * Copyright 2004-2006 Freescale Semiconductor, Inc. All Rights Reserved. | ||
3 | * Copyright (C) 2008 by Sascha Hauer <kernel@pengutronix.de> | ||
4 | * Copyright (C) 2009 by Dmitriy Taychenachev <dimichxp@gmail.com> | ||
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License as published by | ||
8 | * the Free Software Foundation; either version 2 of the License, or | ||
9 | * (at your option) any later version. | ||
10 | * | ||
11 | * This program is distributed in the hope that it will be useful, | ||
12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
14 | * GNU General Public License for more details. | ||
15 | */ | ||
16 | |||
17 | #ifndef __MACH_IOMUX_MXC91231_H__ | ||
18 | #define __MACH_IOMUX_MXC91231_H__ | ||
19 | |||
20 | /* | ||
21 | * various IOMUX output functions | ||
22 | */ | ||
23 | |||
24 | #define IOMUX_OCONFIG_GPIO (0 << 4) /* used as GPIO */ | ||
25 | #define IOMUX_OCONFIG_FUNC (1 << 4) /* used as function */ | ||
26 | #define IOMUX_OCONFIG_ALT1 (2 << 4) /* used as alternate function 1 */ | ||
27 | #define IOMUX_OCONFIG_ALT2 (3 << 4) /* used as alternate function 2 */ | ||
28 | #define IOMUX_OCONFIG_ALT3 (4 << 4) /* used as alternate function 3 */ | ||
29 | #define IOMUX_OCONFIG_ALT4 (5 << 4) /* used as alternate function 4 */ | ||
30 | #define IOMUX_OCONFIG_ALT5 (6 << 4) /* used as alternate function 5 */ | ||
31 | #define IOMUX_OCONFIG_ALT6 (7 << 4) /* used as alternate function 6 */ | ||
32 | #define IOMUX_ICONFIG_NONE 0 /* not configured for input */ | ||
33 | #define IOMUX_ICONFIG_GPIO 1 /* used as GPIO */ | ||
34 | #define IOMUX_ICONFIG_FUNC 2 /* used as function */ | ||
35 | #define IOMUX_ICONFIG_ALT1 4 /* used as alternate function 1 */ | ||
36 | #define IOMUX_ICONFIG_ALT2 8 /* used as alternate function 2 */ | ||
37 | |||
38 | #define IOMUX_CONFIG_GPIO (IOMUX_OCONFIG_GPIO | IOMUX_ICONFIG_GPIO) | ||
39 | #define IOMUX_CONFIG_FUNC (IOMUX_OCONFIG_FUNC | IOMUX_ICONFIG_FUNC) | ||
40 | #define IOMUX_CONFIG_ALT1 (IOMUX_OCONFIG_ALT1 | IOMUX_ICONFIG_ALT1) | ||
41 | #define IOMUX_CONFIG_ALT2 (IOMUX_OCONFIG_ALT2 | IOMUX_ICONFIG_ALT2) | ||
42 | |||
43 | /* | ||
44 | * setups a single pin: | ||
45 | * - reserves the pin so that it is not claimed by another driver | ||
46 | * - setups the iomux according to the configuration | ||
47 | * - if the pin is configured as a GPIO, we claim it through kernel gpiolib | ||
48 | */ | ||
49 | int mxc_iomux_alloc_pin(unsigned int pin_mode, const char *label); | ||
50 | /* | ||
51 | * setups mutliple pins | ||
52 | * convenient way to call the above function with tables | ||
53 | */ | ||
54 | int mxc_iomux_setup_multiple_pins(const unsigned int *pin_list, unsigned count, | ||
55 | const char *label); | ||
56 | |||
57 | /* | ||
58 | * releases a single pin: | ||
59 | * - make it available for a future use by another driver | ||
60 | * - frees the GPIO if the pin was configured as GPIO | ||
61 | * - DOES NOT reconfigure the IOMUX in its reset state | ||
62 | */ | ||
63 | void mxc_iomux_release_pin(unsigned int pin_mode); | ||
64 | /* | ||
65 | * releases multiple pins | ||
66 | * convenvient way to call the above function with tables | ||
67 | */ | ||
68 | void mxc_iomux_release_multiple_pins(const unsigned int *pin_list, int count); | ||
69 | |||
70 | #define MUX_SIDE_AP (0) | ||
71 | #define MUX_SIDE_SP (1) | ||
72 | |||
73 | #define MUX_SIDE_SHIFT (26) | ||
74 | #define MUX_SIDE_MASK (0x1 << MUX_SIDE_SHIFT) | ||
75 | |||
76 | #define MUX_GPIO_PORT_SHIFT (23) | ||
77 | #define MUX_GPIO_PORT_MASK (0x7 << MUX_GPIO_PORT_SHIFT) | ||
78 | |||
79 | #define MUX_GPIO_PIN_SHIFT (20) | ||
80 | #define MUX_GPIO_PIN_MASK (0x1f << MUX_GPIO_PIN_SHIFT) | ||
81 | |||
82 | #define MUX_REG_SHIFT (15) | ||
83 | #define MUX_REG_MASK (0x1f << MUX_REG_SHIFT) | ||
84 | |||
85 | #define MUX_FIELD_SHIFT (13) | ||
86 | #define MUX_FIELD_MASK (0x3 << MUX_FIELD_SHIFT) | ||
87 | |||
88 | #define MUX_PADGRP_SHIFT (8) | ||
89 | #define MUX_PADGRP_MASK (0x1f << MUX_PADGRP_SHIFT) | ||
90 | |||
91 | #define MUX_PIN_MASK (0xffffff << 8) | ||
92 | |||
93 | #define GPIO_PORT_MAX (3) | ||
94 | |||
95 | #define IOMUX_PIN(side, gport, gpin, ctlreg, ctlfield, padgrp) \ | ||
96 | (((side) << MUX_SIDE_SHIFT) | \ | ||
97 | (gport << MUX_GPIO_PORT_SHIFT) | \ | ||
98 | ((gpin) << MUX_GPIO_PIN_SHIFT) | \ | ||
99 | ((ctlreg) << MUX_REG_SHIFT) | \ | ||
100 | ((ctlfield) << MUX_FIELD_SHIFT) | \ | ||
101 | ((padgrp) << MUX_PADGRP_SHIFT)) | ||
102 | |||
103 | #define MUX_MODE_OUT_SHIFT (4) | ||
104 | #define MUX_MODE_IN_SHIFT (0) | ||
105 | #define MUX_MODE_SHIFT (0) | ||
106 | #define MUX_MODE_MASK (0xff << MUX_MODE_SHIFT) | ||
107 | |||
108 | #define IOMUX_MODE(pin, mode) \ | ||
109 | (pin | (mode << MUX_MODE_SHIFT)) | ||
110 | |||
111 | enum iomux_pins { | ||
112 | /* AP Side pins */ | ||
113 | MXC91231_PIN_AP_CLE = IOMUX_PIN(0, 0, 0, 0, 0, 24), | ||
114 | MXC91231_PIN_AP_ALE = IOMUX_PIN(0, 0, 1, 0, 1, 24), | ||
115 | MXC91231_PIN_AP_CE_B = IOMUX_PIN(0, 0, 2, 0, 2, 24), | ||
116 | MXC91231_PIN_AP_RE_B = IOMUX_PIN(0, 0, 3, 0, 3, 24), | ||
117 | MXC91231_PIN_AP_WE_B = IOMUX_PIN(0, 0, 4, 1, 0, 24), | ||
118 | MXC91231_PIN_AP_WP_B = IOMUX_PIN(0, 0, 5, 1, 1, 24), | ||
119 | MXC91231_PIN_AP_BSY_B = IOMUX_PIN(0, 0, 6, 1, 2, 24), | ||
120 | MXC91231_PIN_AP_U1_TXD = IOMUX_PIN(0, 0, 7, 1, 3, 28), | ||
121 | MXC91231_PIN_AP_U1_RXD = IOMUX_PIN(0, 0, 8, 2, 0, 28), | ||
122 | MXC91231_PIN_AP_U1_RTS_B = IOMUX_PIN(0, 0, 9, 2, 1, 28), | ||
123 | MXC91231_PIN_AP_U1_CTS_B = IOMUX_PIN(0, 0, 10, 2, 2, 28), | ||
124 | MXC91231_PIN_AP_AD1_TXD = IOMUX_PIN(0, 0, 11, 2, 3, 9), | ||
125 | MXC91231_PIN_AP_AD1_RXD = IOMUX_PIN(0, 0, 12, 3, 0, 9), | ||
126 | MXC91231_PIN_AP_AD1_TXC = IOMUX_PIN(0, 0, 13, 3, 1, 9), | ||
127 | MXC91231_PIN_AP_AD1_TXFS = IOMUX_PIN(0, 0, 14, 3, 2, 9), | ||
128 | MXC91231_PIN_AP_AD2_TXD = IOMUX_PIN(0, 0, 15, 3, 3, 9), | ||
129 | MXC91231_PIN_AP_AD2_RXD = IOMUX_PIN(0, 0, 16, 4, 0, 9), | ||
130 | MXC91231_PIN_AP_AD2_TXC = IOMUX_PIN(0, 0, 17, 4, 1, 9), | ||
131 | MXC91231_PIN_AP_AD2_TXFS = IOMUX_PIN(0, 0, 18, 4, 2, 9), | ||
132 | MXC91231_PIN_AP_OWDAT = IOMUX_PIN(0, 0, 19, 4, 3, 28), | ||
133 | MXC91231_PIN_AP_IPU_LD17 = IOMUX_PIN(0, 0, 20, 5, 0, 28), | ||
134 | MXC91231_PIN_AP_IPU_D3_VSYNC = IOMUX_PIN(0, 0, 21, 5, 1, 28), | ||
135 | MXC91231_PIN_AP_IPU_D3_HSYNC = IOMUX_PIN(0, 0, 22, 5, 2, 28), | ||
136 | MXC91231_PIN_AP_IPU_D3_CLK = IOMUX_PIN(0, 0, 23, 5, 3, 28), | ||
137 | MXC91231_PIN_AP_IPU_D3_DRDY = IOMUX_PIN(0, 0, 24, 6, 0, 28), | ||
138 | MXC91231_PIN_AP_IPU_D3_CONTR = IOMUX_PIN(0, 0, 25, 6, 1, 28), | ||
139 | MXC91231_PIN_AP_IPU_D0_CS = IOMUX_PIN(0, 0, 26, 6, 2, 28), | ||
140 | MXC91231_PIN_AP_IPU_LD16 = IOMUX_PIN(0, 0, 27, 6, 3, 28), | ||
141 | MXC91231_PIN_AP_IPU_D2_CS = IOMUX_PIN(0, 0, 28, 7, 0, 28), | ||
142 | MXC91231_PIN_AP_IPU_PAR_RS = IOMUX_PIN(0, 0, 29, 7, 1, 28), | ||
143 | MXC91231_PIN_AP_IPU_D3_PS = IOMUX_PIN(0, 0, 30, 7, 2, 28), | ||
144 | MXC91231_PIN_AP_IPU_D3_CLS = IOMUX_PIN(0, 0, 31, 7, 3, 28), | ||
145 | MXC91231_PIN_AP_IPU_RD = IOMUX_PIN(0, 1, 0, 8, 0, 28), | ||
146 | MXC91231_PIN_AP_IPU_WR = IOMUX_PIN(0, 1, 1, 8, 1, 28), | ||
147 | MXC91231_PIN_AP_IPU_LD0 = IOMUX_PIN(0, 7, 0, 8, 2, 28), | ||
148 | MXC91231_PIN_AP_IPU_LD1 = IOMUX_PIN(0, 7, 0, 8, 3, 28), | ||
149 | MXC91231_PIN_AP_IPU_LD2 = IOMUX_PIN(0, 7, 0, 9, 0, 28), | ||
150 | MXC91231_PIN_AP_IPU_LD3 = IOMUX_PIN(0, 1, 2, 9, 1, 28), | ||
151 | MXC91231_PIN_AP_IPU_LD4 = IOMUX_PIN(0, 1, 3, 9, 2, 28), | ||
152 | MXC91231_PIN_AP_IPU_LD5 = IOMUX_PIN(0, 1, 4, 9, 3, 28), | ||
153 | MXC91231_PIN_AP_IPU_LD6 = IOMUX_PIN(0, 1, 5, 10, 0, 28), | ||
154 | MXC91231_PIN_AP_IPU_LD7 = IOMUX_PIN(0, 1, 6, 10, 1, 28), | ||
155 | MXC91231_PIN_AP_IPU_LD8 = IOMUX_PIN(0, 1, 7, 10, 2, 28), | ||
156 | MXC91231_PIN_AP_IPU_LD9 = IOMUX_PIN(0, 1, 8, 10, 3, 28), | ||
157 | MXC91231_PIN_AP_IPU_LD10 = IOMUX_PIN(0, 1, 9, 11, 0, 28), | ||
158 | MXC91231_PIN_AP_IPU_LD11 = IOMUX_PIN(0, 1, 10, 11, 1, 28), | ||
159 | MXC91231_PIN_AP_IPU_LD12 = IOMUX_PIN(0, 1, 11, 11, 2, 28), | ||
160 | MXC91231_PIN_AP_IPU_LD13 = IOMUX_PIN(0, 1, 12, 11, 3, 28), | ||
161 | MXC91231_PIN_AP_IPU_LD14 = IOMUX_PIN(0, 1, 13, 12, 0, 28), | ||
162 | MXC91231_PIN_AP_IPU_LD15 = IOMUX_PIN(0, 1, 14, 12, 1, 28), | ||
163 | MXC91231_PIN_AP_KPROW4 = IOMUX_PIN(0, 7, 0, 12, 2, 10), | ||
164 | MXC91231_PIN_AP_KPROW5 = IOMUX_PIN(0, 1, 16, 12, 3, 10), | ||
165 | MXC91231_PIN_AP_GPIO_AP_B17 = IOMUX_PIN(0, 1, 17, 13, 0, 10), | ||
166 | MXC91231_PIN_AP_GPIO_AP_B18 = IOMUX_PIN(0, 1, 18, 13, 1, 10), | ||
167 | MXC91231_PIN_AP_KPCOL3 = IOMUX_PIN(0, 1, 19, 13, 2, 11), | ||
168 | MXC91231_PIN_AP_KPCOL4 = IOMUX_PIN(0, 1, 20, 13, 3, 11), | ||
169 | MXC91231_PIN_AP_KPCOL5 = IOMUX_PIN(0, 1, 21, 14, 0, 11), | ||
170 | MXC91231_PIN_AP_GPIO_AP_B22 = IOMUX_PIN(0, 1, 22, 14, 1, 11), | ||
171 | MXC91231_PIN_AP_GPIO_AP_B23 = IOMUX_PIN(0, 1, 23, 14, 2, 11), | ||
172 | MXC91231_PIN_AP_CSI_D0 = IOMUX_PIN(0, 1, 24, 14, 3, 21), | ||
173 | MXC91231_PIN_AP_CSI_D1 = IOMUX_PIN(0, 1, 25, 15, 0, 21), | ||
174 | MXC91231_PIN_AP_CSI_D2 = IOMUX_PIN(0, 1, 26, 15, 1, 21), | ||
175 | MXC91231_PIN_AP_CSI_D3 = IOMUX_PIN(0, 1, 27, 15, 2, 21), | ||
176 | MXC91231_PIN_AP_CSI_D4 = IOMUX_PIN(0, 1, 28, 15, 3, 21), | ||
177 | MXC91231_PIN_AP_CSI_D5 = IOMUX_PIN(0, 1, 29, 16, 0, 21), | ||
178 | MXC91231_PIN_AP_CSI_D6 = IOMUX_PIN(0, 1, 30, 16, 1, 21), | ||
179 | MXC91231_PIN_AP_CSI_D7 = IOMUX_PIN(0, 1, 31, 16, 2, 21), | ||
180 | MXC91231_PIN_AP_CSI_D8 = IOMUX_PIN(0, 2, 0, 16, 3, 21), | ||
181 | MXC91231_PIN_AP_CSI_D9 = IOMUX_PIN(0, 2, 1, 17, 0, 21), | ||
182 | MXC91231_PIN_AP_CSI_MCLK = IOMUX_PIN(0, 2, 2, 17, 1, 21), | ||
183 | MXC91231_PIN_AP_CSI_VSYNC = IOMUX_PIN(0, 2, 3, 17, 2, 21), | ||
184 | MXC91231_PIN_AP_CSI_HSYNC = IOMUX_PIN(0, 2, 4, 17, 3, 21), | ||
185 | MXC91231_PIN_AP_CSI_PIXCLK = IOMUX_PIN(0, 2, 5, 18, 0, 21), | ||
186 | MXC91231_PIN_AP_I2CLK = IOMUX_PIN(0, 2, 6, 18, 1, 12), | ||
187 | MXC91231_PIN_AP_I2DAT = IOMUX_PIN(0, 2, 7, 18, 2, 12), | ||
188 | MXC91231_PIN_AP_GPIO_AP_C8 = IOMUX_PIN(0, 2, 8, 18, 3, 9), | ||
189 | MXC91231_PIN_AP_GPIO_AP_C9 = IOMUX_PIN(0, 2, 9, 19, 0, 9), | ||
190 | MXC91231_PIN_AP_GPIO_AP_C10 = IOMUX_PIN(0, 2, 10, 19, 1, 9), | ||
191 | MXC91231_PIN_AP_GPIO_AP_C11 = IOMUX_PIN(0, 2, 11, 19, 2, 9), | ||
192 | MXC91231_PIN_AP_GPIO_AP_C12 = IOMUX_PIN(0, 2, 12, 19, 3, 9), | ||
193 | MXC91231_PIN_AP_GPIO_AP_C13 = IOMUX_PIN(0, 2, 13, 20, 0, 28), | ||
194 | MXC91231_PIN_AP_GPIO_AP_C14 = IOMUX_PIN(0, 2, 14, 20, 1, 28), | ||
195 | MXC91231_PIN_AP_GPIO_AP_C15 = IOMUX_PIN(0, 2, 15, 20, 2, 9), | ||
196 | MXC91231_PIN_AP_GPIO_AP_C16 = IOMUX_PIN(0, 2, 16, 20, 3, 9), | ||
197 | MXC91231_PIN_AP_GPIO_AP_C17 = IOMUX_PIN(0, 2, 17, 21, 0, 9), | ||
198 | MXC91231_PIN_AP_ED_INT0 = IOMUX_PIN(0, 2, 18, 21, 1, 22), | ||
199 | MXC91231_PIN_AP_ED_INT1 = IOMUX_PIN(0, 2, 19, 21, 2, 22), | ||
200 | MXC91231_PIN_AP_ED_INT2 = IOMUX_PIN(0, 2, 20, 21, 3, 22), | ||
201 | MXC91231_PIN_AP_ED_INT3 = IOMUX_PIN(0, 2, 21, 22, 0, 22), | ||
202 | MXC91231_PIN_AP_ED_INT4 = IOMUX_PIN(0, 2, 22, 22, 1, 23), | ||
203 | MXC91231_PIN_AP_ED_INT5 = IOMUX_PIN(0, 2, 23, 22, 2, 23), | ||
204 | MXC91231_PIN_AP_ED_INT6 = IOMUX_PIN(0, 2, 24, 22, 3, 23), | ||
205 | MXC91231_PIN_AP_ED_INT7 = IOMUX_PIN(0, 2, 25, 23, 0, 23), | ||
206 | MXC91231_PIN_AP_U2_DSR_B = IOMUX_PIN(0, 2, 26, 23, 1, 28), | ||
207 | MXC91231_PIN_AP_U2_RI_B = IOMUX_PIN(0, 2, 27, 23, 2, 28), | ||
208 | MXC91231_PIN_AP_U2_CTS_B = IOMUX_PIN(0, 2, 28, 23, 3, 28), | ||
209 | MXC91231_PIN_AP_U2_DTR_B = IOMUX_PIN(0, 2, 29, 24, 0, 28), | ||
210 | MXC91231_PIN_AP_KPROW0 = IOMUX_PIN(0, 7, 0, 24, 1, 10), | ||
211 | MXC91231_PIN_AP_KPROW1 = IOMUX_PIN(0, 1, 15, 24, 2, 10), | ||
212 | MXC91231_PIN_AP_KPROW2 = IOMUX_PIN(0, 7, 0, 24, 3, 10), | ||
213 | MXC91231_PIN_AP_KPROW3 = IOMUX_PIN(0, 7, 0, 25, 0, 10), | ||
214 | MXC91231_PIN_AP_KPCOL0 = IOMUX_PIN(0, 7, 0, 25, 1, 11), | ||
215 | MXC91231_PIN_AP_KPCOL1 = IOMUX_PIN(0, 7, 0, 25, 2, 11), | ||
216 | MXC91231_PIN_AP_KPCOL2 = IOMUX_PIN(0, 7, 0, 25, 3, 11), | ||
217 | |||
218 | /* Shared pins */ | ||
219 | MXC91231_PIN_SP_U3_TXD = IOMUX_PIN(1, 3, 0, 0, 0, 28), | ||
220 | MXC91231_PIN_SP_U3_RXD = IOMUX_PIN(1, 3, 1, 0, 1, 28), | ||
221 | MXC91231_PIN_SP_U3_RTS_B = IOMUX_PIN(1, 3, 2, 0, 2, 28), | ||
222 | MXC91231_PIN_SP_U3_CTS_B = IOMUX_PIN(1, 3, 3, 0, 3, 28), | ||
223 | MXC91231_PIN_SP_USB_TXOE_B = IOMUX_PIN(1, 3, 4, 1, 0, 28), | ||
224 | MXC91231_PIN_SP_USB_DAT_VP = IOMUX_PIN(1, 3, 5, 1, 1, 28), | ||
225 | MXC91231_PIN_SP_USB_SE0_VM = IOMUX_PIN(1, 3, 6, 1, 2, 28), | ||
226 | MXC91231_PIN_SP_USB_RXD = IOMUX_PIN(1, 3, 7, 1, 3, 28), | ||
227 | MXC91231_PIN_SP_UH2_TXOE_B = IOMUX_PIN(1, 3, 8, 2, 0, 28), | ||
228 | MXC91231_PIN_SP_UH2_SPEED = IOMUX_PIN(1, 3, 9, 2, 1, 28), | ||
229 | MXC91231_PIN_SP_UH2_SUSPEN = IOMUX_PIN(1, 3, 10, 2, 2, 28), | ||
230 | MXC91231_PIN_SP_UH2_TXDP = IOMUX_PIN(1, 3, 11, 2, 3, 28), | ||
231 | MXC91231_PIN_SP_UH2_RXDP = IOMUX_PIN(1, 3, 12, 3, 0, 28), | ||
232 | MXC91231_PIN_SP_UH2_RXDM = IOMUX_PIN(1, 3, 13, 3, 1, 28), | ||
233 | MXC91231_PIN_SP_UH2_OVR = IOMUX_PIN(1, 3, 14, 3, 2, 28), | ||
234 | MXC91231_PIN_SP_UH2_PWR = IOMUX_PIN(1, 3, 15, 3, 3, 28), | ||
235 | MXC91231_PIN_SP_SD1_DAT0 = IOMUX_PIN(1, 3, 16, 4, 0, 25), | ||
236 | MXC91231_PIN_SP_SD1_DAT1 = IOMUX_PIN(1, 3, 17, 4, 1, 25), | ||
237 | MXC91231_PIN_SP_SD1_DAT2 = IOMUX_PIN(1, 3, 18, 4, 2, 25), | ||
238 | MXC91231_PIN_SP_SD1_DAT3 = IOMUX_PIN(1, 3, 19, 4, 3, 25), | ||
239 | MXC91231_PIN_SP_SD1_CMD = IOMUX_PIN(1, 3, 20, 5, 0, 25), | ||
240 | MXC91231_PIN_SP_SD1_CLK = IOMUX_PIN(1, 3, 21, 5, 1, 25), | ||
241 | MXC91231_PIN_SP_SD2_DAT0 = IOMUX_PIN(1, 3, 22, 5, 2, 26), | ||
242 | MXC91231_PIN_SP_SD2_DAT1 = IOMUX_PIN(1, 3, 23, 5, 3, 26), | ||
243 | MXC91231_PIN_SP_SD2_DAT2 = IOMUX_PIN(1, 3, 24, 6, 0, 26), | ||
244 | MXC91231_PIN_SP_SD2_DAT3 = IOMUX_PIN(1, 3, 25, 6, 1, 26), | ||
245 | MXC91231_PIN_SP_GPIO_SP_A26 = IOMUX_PIN(1, 3, 26, 6, 2, 28), | ||
246 | MXC91231_PIN_SP_SPI1_CLK = IOMUX_PIN(1, 3, 27, 6, 3, 13), | ||
247 | MXC91231_PIN_SP_SPI1_MOSI = IOMUX_PIN(1, 3, 28, 7, 0, 13), | ||
248 | MXC91231_PIN_SP_SPI1_MISO = IOMUX_PIN(1, 3, 29, 7, 1, 13), | ||
249 | MXC91231_PIN_SP_SPI1_SS0 = IOMUX_PIN(1, 3, 30, 7, 2, 13), | ||
250 | MXC91231_PIN_SP_SPI1_SS1 = IOMUX_PIN(1, 3, 31, 7, 3, 13), | ||
251 | MXC91231_PIN_SP_SD2_CMD = IOMUX_PIN(1, 7, 0, 8, 0, 26), | ||
252 | MXC91231_PIN_SP_SD2_CLK = IOMUX_PIN(1, 7, 0, 8, 1, 26), | ||
253 | MXC91231_PIN_SP_SIM1_RST_B = IOMUX_PIN(1, 2, 30, 8, 2, 28), | ||
254 | MXC91231_PIN_SP_SIM1_SVEN = IOMUX_PIN(1, 7, 0, 8, 3, 28), | ||
255 | MXC91231_PIN_SP_SIM1_CLK = IOMUX_PIN(1, 7, 0, 9, 0, 28), | ||
256 | MXC91231_PIN_SP_SIM1_TRXD = IOMUX_PIN(1, 7, 0, 9, 1, 28), | ||
257 | MXC91231_PIN_SP_SIM1_PD = IOMUX_PIN(1, 2, 31, 9, 2, 28), | ||
258 | MXC91231_PIN_SP_UH2_TXDM = IOMUX_PIN(1, 7, 0, 9, 3, 28), | ||
259 | MXC91231_PIN_SP_UH2_RXD = IOMUX_PIN(1, 7, 0, 10, 0, 28), | ||
260 | }; | ||
261 | |||
262 | #define PIN_AP_MAX (104) | ||
263 | #define PIN_SP_MAX (41) | ||
264 | |||
265 | #define PIN_MAX (PIN_AP_MAX + PIN_SP_MAX) | ||
266 | |||
267 | /* | ||
268 | * Convenience values for use with mxc_iomux_mode() | ||
269 | * | ||
270 | * Format here is MXC91231_PIN_(pin name)__(function) | ||
271 | */ | ||
272 | |||
273 | #define MXC91231_PIN_SP_USB_DAT_VP__USB_DAT_VP \ | ||
274 | IOMUX_MODE(MXC91231_PIN_SP_USB_DAT_VP, IOMUX_CONFIG_FUNC) | ||
275 | #define MXC91231_PIN_SP_USB_SE0_VM__USB_SE0_VM \ | ||
276 | IOMUX_MODE(MXC91231_PIN_SP_USB_SE0_VM, IOMUX_CONFIG_FUNC) | ||
277 | #define MXC91231_PIN_SP_USB_DAT_VP__RXD2 \ | ||
278 | IOMUX_MODE(MXC91231_PIN_SP_USB_DAT_VP, IOMUX_CONFIG_ALT1) | ||
279 | #define MXC91231_PIN_SP_USB_SE0_VM__TXD2 \ | ||
280 | IOMUX_MODE(MXC91231_PIN_SP_USB_SE0_VM, IOMUX_CONFIG_ALT1) | ||
281 | |||
282 | |||
283 | #endif /* __MACH_IOMUX_MXC91231_H__ */ | ||
diff --git a/arch/arm/plat-mxc/include/mach/irqs.h b/arch/arm/plat-mxc/include/mach/irqs.h index a3d930d3e65d..35c89bcdf758 100644 --- a/arch/arm/plat-mxc/include/mach/irqs.h +++ b/arch/arm/plat-mxc/include/mach/irqs.h | |||
@@ -35,8 +35,6 @@ | |||
35 | #define MXC_GPIO_IRQS (32 * 4) | 35 | #define MXC_GPIO_IRQS (32 * 4) |
36 | #elif defined CONFIG_SOC_IMX51 | 36 | #elif defined CONFIG_SOC_IMX51 |
37 | #define MXC_GPIO_IRQS (32 * 4) | 37 | #define MXC_GPIO_IRQS (32 * 4) |
38 | #elif defined CONFIG_ARCH_MXC91231 | ||
39 | #define MXC_GPIO_IRQS (32 * 4) | ||
40 | #elif defined CONFIG_ARCH_MX3 | 38 | #elif defined CONFIG_ARCH_MX3 |
41 | #define MXC_GPIO_IRQS (32 * 3) | 39 | #define MXC_GPIO_IRQS (32 * 3) |
42 | #endif | 40 | #endif |
diff --git a/arch/arm/plat-mxc/include/mach/memory.h b/arch/arm/plat-mxc/include/mach/memory.h index 5d51cbb98893..11be5cdbdd1a 100644 --- a/arch/arm/plat-mxc/include/mach/memory.h +++ b/arch/arm/plat-mxc/include/mach/memory.h | |||
@@ -19,7 +19,6 @@ | |||
19 | #define MX50_PHYS_OFFSET UL(0x70000000) | 19 | #define MX50_PHYS_OFFSET UL(0x70000000) |
20 | #define MX51_PHYS_OFFSET UL(0x90000000) | 20 | #define MX51_PHYS_OFFSET UL(0x90000000) |
21 | #define MX53_PHYS_OFFSET UL(0x70000000) | 21 | #define MX53_PHYS_OFFSET UL(0x70000000) |
22 | #define MXC91231_PHYS_OFFSET UL(0x90000000) | ||
23 | 22 | ||
24 | #if !defined(CONFIG_RUNTIME_PHYS_OFFSET) | 23 | #if !defined(CONFIG_RUNTIME_PHYS_OFFSET) |
25 | # if defined CONFIG_ARCH_MX1 | 24 | # if defined CONFIG_ARCH_MX1 |
@@ -32,8 +31,6 @@ | |||
32 | # define PLAT_PHYS_OFFSET MX27_PHYS_OFFSET | 31 | # define PLAT_PHYS_OFFSET MX27_PHYS_OFFSET |
33 | # elif defined CONFIG_ARCH_MX3 | 32 | # elif defined CONFIG_ARCH_MX3 |
34 | # define PLAT_PHYS_OFFSET MX3x_PHYS_OFFSET | 33 | # define PLAT_PHYS_OFFSET MX3x_PHYS_OFFSET |
35 | # elif defined CONFIG_ARCH_MXC91231 | ||
36 | # define PLAT_PHYS_OFFSET MXC91231_PHYS_OFFSET | ||
37 | # elif defined CONFIG_ARCH_MX50 | 34 | # elif defined CONFIG_ARCH_MX50 |
38 | # define PLAT_PHYS_OFFSET MX50_PHYS_OFFSET | 35 | # define PLAT_PHYS_OFFSET MX50_PHYS_OFFSET |
39 | # elif defined CONFIG_ARCH_MX51 | 36 | # elif defined CONFIG_ARCH_MX51 |
diff --git a/arch/arm/plat-mxc/include/mach/mx27.h b/arch/arm/plat-mxc/include/mach/mx27.h index cbc43ad5ef48..1dc1c522601b 100644 --- a/arch/arm/plat-mxc/include/mach/mx27.h +++ b/arch/arm/plat-mxc/include/mach/mx27.h | |||
@@ -60,8 +60,8 @@ | |||
60 | #define MX27_AUDMUX_BASE_ADDR (MX27_AIPI_BASE_ADDR + 0x16000) | 60 | #define MX27_AUDMUX_BASE_ADDR (MX27_AIPI_BASE_ADDR + 0x16000) |
61 | #define MX27_CSPI3_BASE_ADDR (MX27_AIPI_BASE_ADDR + 0x17000) | 61 | #define MX27_CSPI3_BASE_ADDR (MX27_AIPI_BASE_ADDR + 0x17000) |
62 | #define MX27_MSHC_BASE_ADDR (MX27_AIPI_BASE_ADDR + 0x18000) | 62 | #define MX27_MSHC_BASE_ADDR (MX27_AIPI_BASE_ADDR + 0x18000) |
63 | #define MX27_GPT5_BASE_ADDR (MX27_AIPI_BASE_ADDR + 0x19000) | 63 | #define MX27_GPT4_BASE_ADDR (MX27_AIPI_BASE_ADDR + 0x19000) |
64 | #define MX27_GPT4_BASE_ADDR (MX27_AIPI_BASE_ADDR + 0x1a000) | 64 | #define MX27_GPT5_BASE_ADDR (MX27_AIPI_BASE_ADDR + 0x1a000) |
65 | #define MX27_UART5_BASE_ADDR (MX27_AIPI_BASE_ADDR + 0x1b000) | 65 | #define MX27_UART5_BASE_ADDR (MX27_AIPI_BASE_ADDR + 0x1b000) |
66 | #define MX27_UART6_BASE_ADDR (MX27_AIPI_BASE_ADDR + 0x1c000) | 66 | #define MX27_UART6_BASE_ADDR (MX27_AIPI_BASE_ADDR + 0x1c000) |
67 | #define MX27_I2C2_BASE_ADDR (MX27_AIPI_BASE_ADDR + 0x1d000) | 67 | #define MX27_I2C2_BASE_ADDR (MX27_AIPI_BASE_ADDR + 0x1d000) |
diff --git a/arch/arm/plat-mxc/include/mach/mx53.h b/arch/arm/plat-mxc/include/mach/mx53.h index ace17864575e..9d2a1ef84de2 100644 --- a/arch/arm/plat-mxc/include/mach/mx53.h +++ b/arch/arm/plat-mxc/include/mach/mx53.h | |||
@@ -337,17 +337,4 @@ | |||
337 | #define MX53_INT_GPIO7_LOW 107 | 337 | #define MX53_INT_GPIO7_LOW 107 |
338 | #define MX53_INT_GPIO7_HIGH 108 | 338 | #define MX53_INT_GPIO7_HIGH 108 |
339 | 339 | ||
340 | /* silicon revisions specific to i.MX53 */ | ||
341 | #define MX53_CHIP_REV_1_0 0x10 | ||
342 | #define MX53_CHIP_REV_1_1 0x11 | ||
343 | #define MX53_CHIP_REV_1_2 0x12 | ||
344 | #define MX53_CHIP_REV_1_3 0x13 | ||
345 | #define MX53_CHIP_REV_2_0 0x20 | ||
346 | #define MX53_CHIP_REV_2_1 0x21 | ||
347 | #define MX53_CHIP_REV_2_2 0x22 | ||
348 | #define MX53_CHIP_REV_2_3 0x23 | ||
349 | #define MX53_CHIP_REV_3_0 0x30 | ||
350 | #define MX53_CHIP_REV_3_1 0x31 | ||
351 | #define MX53_CHIP_REV_3_2 0x32 | ||
352 | |||
353 | #endif /* ifndef __MACH_MX53_H__ */ | 340 | #endif /* ifndef __MACH_MX53_H__ */ |
diff --git a/arch/arm/plat-mxc/include/mach/mxc.h b/arch/arm/plat-mxc/include/mach/mxc.h index 1aea818d9d31..4ac53ce97c24 100644 --- a/arch/arm/plat-mxc/include/mach/mxc.h +++ b/arch/arm/plat-mxc/include/mach/mxc.h | |||
@@ -35,7 +35,6 @@ | |||
35 | #define MXC_CPU_MX50 50 | 35 | #define MXC_CPU_MX50 50 |
36 | #define MXC_CPU_MX51 51 | 36 | #define MXC_CPU_MX51 51 |
37 | #define MXC_CPU_MX53 53 | 37 | #define MXC_CPU_MX53 53 |
38 | #define MXC_CPU_MXC91231 91231 | ||
39 | 38 | ||
40 | #define IMX_CHIP_REVISION_1_0 0x10 | 39 | #define IMX_CHIP_REVISION_1_0 0x10 |
41 | #define IMX_CHIP_REVISION_1_1 0x11 | 40 | #define IMX_CHIP_REVISION_1_1 0x11 |
@@ -177,18 +176,6 @@ extern unsigned int __mxc_cpu_type; | |||
177 | # define cpu_is_mx53() (0) | 176 | # define cpu_is_mx53() (0) |
178 | #endif | 177 | #endif |
179 | 178 | ||
180 | #ifdef CONFIG_ARCH_MXC91231 | ||
181 | # ifdef mxc_cpu_type | ||
182 | # undef mxc_cpu_type | ||
183 | # define mxc_cpu_type __mxc_cpu_type | ||
184 | # else | ||
185 | # define mxc_cpu_type MXC_CPU_MXC91231 | ||
186 | # endif | ||
187 | # define cpu_is_mxc91231() (mxc_cpu_type == MXC_CPU_MXC91231) | ||
188 | #else | ||
189 | # define cpu_is_mxc91231() (0) | ||
190 | #endif | ||
191 | |||
192 | #ifndef __ASSEMBLY__ | 179 | #ifndef __ASSEMBLY__ |
193 | 180 | ||
194 | struct cpu_op { | 181 | struct cpu_op { |
@@ -207,14 +194,7 @@ enum mxc_cpu_pwr_mode { | |||
207 | extern struct cpu_op *(*get_cpu_op)(int *op); | 194 | extern struct cpu_op *(*get_cpu_op)(int *op); |
208 | #endif | 195 | #endif |
209 | 196 | ||
210 | #if defined(CONFIG_ARCH_MX3) || defined(CONFIG_ARCH_MX2) | 197 | #define cpu_is_mx3() (cpu_is_mx31() || cpu_is_mx35()) |
211 | /* These are deprecated, use mx[23][157]_setup_weimcs instead. */ | ||
212 | #define CSCR_U(n) (IO_ADDRESS(WEIM_BASE_ADDR + n * 0x10)) | ||
213 | #define CSCR_L(n) (IO_ADDRESS(WEIM_BASE_ADDR + n * 0x10 + 0x4)) | ||
214 | #define CSCR_A(n) (IO_ADDRESS(WEIM_BASE_ADDR + n * 0x10 + 0x8)) | ||
215 | #endif | ||
216 | |||
217 | #define cpu_is_mx3() (cpu_is_mx31() || cpu_is_mx35() || cpu_is_mxc91231()) | ||
218 | #define cpu_is_mx2() (cpu_is_mx21() || cpu_is_mx27()) | 198 | #define cpu_is_mx2() (cpu_is_mx21() || cpu_is_mx27()) |
219 | 199 | ||
220 | #endif /* __ASM_ARCH_MXC_H__ */ | 200 | #endif /* __ASM_ARCH_MXC_H__ */ |
diff --git a/arch/arm/plat-mxc/include/mach/mxc91231.h b/arch/arm/plat-mxc/include/mach/mxc91231.h deleted file mode 100644 index 765190fe6332..000000000000 --- a/arch/arm/plat-mxc/include/mach/mxc91231.h +++ /dev/null | |||
@@ -1,256 +0,0 @@ | |||
1 | /* | ||
2 | * Copyright 2004-2006 Freescale Semiconductor, Inc. All Rights Reserved. | ||
3 | * - Platform specific register memory map | ||
4 | * | ||
5 | * Copyright 2005-2007 Motorola, Inc. | ||
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License as published by | ||
9 | * the Free Software Foundation; either version 2 of the License, or | ||
10 | * (at your option) any later version. | ||
11 | * | ||
12 | * This program is distributed in the hope that it will be useful, | ||
13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
15 | * GNU General Public License for more details. | ||
16 | */ | ||
17 | #ifndef __MACH_MXC91231_H__ | ||
18 | #define __MACH_MXC91231_H__ | ||
19 | |||
20 | /* | ||
21 | * L2CC | ||
22 | */ | ||
23 | #define MXC91231_L2CC_BASE_ADDR 0x30000000 | ||
24 | #define MXC91231_L2CC_SIZE SZ_64K | ||
25 | |||
26 | /* | ||
27 | * AIPS 1 | ||
28 | */ | ||
29 | #define MXC91231_AIPS1_BASE_ADDR 0x43F00000 | ||
30 | #define MXC91231_AIPS1_SIZE SZ_1M | ||
31 | |||
32 | #define MXC91231_AIPS1_CTRL_BASE_ADDR MXC91231_AIPS1_BASE_ADDR | ||
33 | #define MXC91231_MAX_BASE_ADDR (MXC91231_AIPS1_BASE_ADDR + 0x04000) | ||
34 | #define MXC91231_EVTMON_BASE_ADDR (MXC91231_AIPS1_BASE_ADDR + 0x08000) | ||
35 | #define MXC91231_CLKCTL_BASE_ADDR (MXC91231_AIPS1_BASE_ADDR + 0x0C000) | ||
36 | #define MXC91231_ETB_SLOT4_BASE_ADDR (MXC91231_AIPS1_BASE_ADDR + 0x10000) | ||
37 | #define MXC91231_ETB_SLOT5_BASE_ADDR (MXC91231_AIPS1_BASE_ADDR + 0x14000) | ||
38 | #define MXC91231_ECT_CTIO_BASE_ADDR (MXC91231_AIPS1_BASE_ADDR + 0x18000) | ||
39 | #define MXC91231_I2C_BASE_ADDR (MXC91231_AIPS1_BASE_ADDR + 0x80000) | ||
40 | #define MXC91231_MU_BASE_ADDR (MXC91231_AIPS1_BASE_ADDR + 0x88000) | ||
41 | #define MXC91231_UART1_BASE_ADDR (MXC91231_AIPS1_BASE_ADDR + 0x90000) | ||
42 | #define MXC91231_UART2_BASE_ADDR (MXC91231_AIPS1_BASE_ADDR + 0x94000) | ||
43 | #define MXC91231_DSM_BASE_ADDR (MXC91231_AIPS1_BASE_ADDR + 0x98000) | ||
44 | #define MXC91231_OWIRE_BASE_ADDR (MXC91231_AIPS1_BASE_ADDR + 0x9C000) | ||
45 | #define MXC91231_SSI1_BASE_ADDR (MXC91231_AIPS1_BASE_ADDR + 0xA0000) | ||
46 | #define MXC91231_KPP_BASE_ADDR (MXC91231_AIPS1_BASE_ADDR + 0xA8000) | ||
47 | #define MXC91231_IOMUX_AP_BASE_ADDR (MXC91231_AIPS1_BASE_ADDR + 0xAC000) | ||
48 | #define MXC91231_CTI_AP_BASE_ADDR (MXC91231_AIPS1_BASE_ADDR + 0xB8000) | ||
49 | |||
50 | /* | ||
51 | * AIPS 2 | ||
52 | */ | ||
53 | #define MXC91231_AIPS2_BASE_ADDR 0x53F00000 | ||
54 | #define MXC91231_AIPS2_SIZE SZ_1M | ||
55 | |||
56 | #define MXC91231_GEMK_BASE_ADDR (MXC91231_AIPS2_BASE_ADDR + 0x8C000) | ||
57 | #define MXC91231_GPT1_BASE_ADDR (MXC91231_AIPS2_BASE_ADDR + 0x90000) | ||
58 | #define MXC91231_EPIT1_AP_BASE_ADDR (MXC91231_AIPS2_BASE_ADDR + 0x94000) | ||
59 | #define MXC91231_SCC_BASE_ADDR (MXC91231_AIPS2_BASE_ADDR + 0xAC000) | ||
60 | #define MXC91231_RNGA_BASE_ADDR (MXC91231_AIPS2_BASE_ADDR + 0xB0000) | ||
61 | #define MXC91231_IPU_CTRL_BASE_ADDR (MXC91231_AIPS2_BASE_ADDR + 0xC0000) | ||
62 | #define MXC91231_AUDMUX_BASE_ADDR (MXC91231_AIPS2_BASE_ADDR + 0xC4000) | ||
63 | #define MXC91231_EDIO_BASE_ADDR (MXC91231_AIPS2_BASE_ADDR + 0xC8000) | ||
64 | #define MXC91231_GPIO1_AP_BASE_ADDR (MXC91231_AIPS2_BASE_ADDR + 0xCC000) | ||
65 | #define MXC91231_GPIO2_AP_BASE_ADDR (MXC91231_AIPS2_BASE_ADDR + 0xD0000) | ||
66 | #define MXC91231_SDMA_BASE_ADDR (MXC91231_AIPS2_BASE_ADDR + 0xD4000) | ||
67 | #define MXC91231_RTC_BASE_ADDR (MXC91231_AIPS2_BASE_ADDR + 0xD8000) | ||
68 | #define MXC91231_WDOG1_BASE_ADDR (MXC91231_AIPS2_BASE_ADDR + 0xDC000) | ||
69 | #define MXC91231_PWM_BASE_ADDR (MXC91231_AIPS2_BASE_ADDR + 0xE0000) | ||
70 | #define MXC91231_GPIO3_AP_BASE_ADDR (MXC91231_AIPS2_BASE_ADDR + 0xE4000) | ||
71 | #define MXC91231_WDOG2_BASE_ADDR (MXC91231_AIPS2_BASE_ADDR + 0xE8000) | ||
72 | #define MXC91231_RTIC_BASE_ADDR (MXC91231_AIPS2_BASE_ADDR + 0xEC000) | ||
73 | #define MXC91231_LPMC_BASE_ADDR (MXC91231_AIPS2_BASE_ADDR + 0xF0000) | ||
74 | |||
75 | /* | ||
76 | * SPBA global module 0 | ||
77 | */ | ||
78 | #define MXC91231_SPBA0_BASE_ADDR 0x50000000 | ||
79 | #define MXC91231_SPBA0_SIZE SZ_1M | ||
80 | |||
81 | #define MXC91231_MMC_SDHC1_BASE_ADDR (MXC91231_SPBA0_BASE_ADDR + 0x04000) | ||
82 | #define MXC91231_MMC_SDHC2_BASE_ADDR (MXC91231_SPBA0_BASE_ADDR + 0x08000) | ||
83 | #define MXC91231_UART3_BASE_ADDR (MXC91231_SPBA0_BASE_ADDR + 0x0C000) | ||
84 | #define MXC91231_CSPI2_BASE_ADDR (MXC91231_SPBA0_BASE_ADDR + 0x10000) | ||
85 | #define MXC91231_SSI2_BASE_ADDR (MXC91231_SPBA0_BASE_ADDR + 0x14000) | ||
86 | #define MXC91231_SIM_BASE_ADDR (MXC91231_SPBA0_BASE_ADDR + 0x18000) | ||
87 | #define MXC91231_IIM_BASE_ADDR (MXC91231_SPBA0_BASE_ADDR + 0x1C000) | ||
88 | #define MXC91231_CTI_SDMA_BASE_ADDR (MXC91231_SPBA0_BASE_ADDR + 0x20000) | ||
89 | #define MXC91231_USBOTG_CTRL_BASE_ADDR (MXC91231_SPBA0_BASE_ADDR + 0x24000) | ||
90 | #define MXC91231_USBOTG_DATA_BASE_ADDR (MXC91231_SPBA0_BASE_ADDR + 0x28000) | ||
91 | #define MXC91231_CSPI1_BASE_ADDR (MXC91231_SPBA0_BASE_ADDR + 0x30000) | ||
92 | #define MXC91231_SPBA_CTRL_BASE_ADDR (MXC91231_SPBA0_BASE_ADDR + 0x3C000) | ||
93 | #define MXC91231_IOMUX_COM_BASE_ADDR (MXC91231_SPBA0_BASE_ADDR + 0x40000) | ||
94 | #define MXC91231_CRM_COM_BASE_ADDR (MXC91231_SPBA0_BASE_ADDR + 0x44000) | ||
95 | #define MXC91231_CRM_AP_BASE_ADDR (MXC91231_SPBA0_BASE_ADDR + 0x48000) | ||
96 | #define MXC91231_PLL0_BASE_ADDR (MXC91231_SPBA0_BASE_ADDR + 0x4C000) | ||
97 | #define MXC91231_PLL1_BASE_ADDR (MXC91231_SPBA0_BASE_ADDR + 0x50000) | ||
98 | #define MXC91231_PLL2_BASE_ADDR (MXC91231_SPBA0_BASE_ADDR + 0x54000) | ||
99 | #define MXC91231_GPIO4_SH_BASE_ADDR (MXC91231_SPBA0_BASE_ADDR + 0x58000) | ||
100 | #define MXC91231_HAC_BASE_ADDR (MXC91231_SPBA0_BASE_ADDR + 0x5C000) | ||
101 | #define MXC91231_SAHARA_BASE_ADDR (MXC91231_SPBA0_BASE_ADDR + 0x5C000) | ||
102 | #define MXC91231_PLL3_BASE_ADDR (MXC91231_SPBA0_BASE_ADDR + 0x60000) | ||
103 | |||
104 | /* | ||
105 | * SPBA global module 1 | ||
106 | */ | ||
107 | #define MXC91231_SPBA1_BASE_ADDR 0x52000000 | ||
108 | #define MXC91231_SPBA1_SIZE SZ_1M | ||
109 | |||
110 | #define MXC91231_MQSPI_BASE_ADDR (MXC91231_SPBA1_BASE_ADDR + 0x34000) | ||
111 | #define MXC91231_EL1T_BASE_ADDR (MXC91231_SPBA1_BASE_ADDR + 0x38000) | ||
112 | |||
113 | /*! | ||
114 | * Defines for SPBA modules | ||
115 | */ | ||
116 | #define MXC91231_SPBA_SDHC1 0x04 | ||
117 | #define MXC91231_SPBA_SDHC2 0x08 | ||
118 | #define MXC91231_SPBA_UART3 0x0C | ||
119 | #define MXC91231_SPBA_CSPI2 0x10 | ||
120 | #define MXC91231_SPBA_SSI2 0x14 | ||
121 | #define MXC91231_SPBA_SIM 0x18 | ||
122 | #define MXC91231_SPBA_IIM 0x1C | ||
123 | #define MXC91231_SPBA_CTI_SDMA 0x20 | ||
124 | #define MXC91231_SPBA_USBOTG_CTRL_REGS 0x24 | ||
125 | #define MXC91231_SPBA_USBOTG_DATA_REGS 0x28 | ||
126 | #define MXC91231_SPBA_CSPI1 0x30 | ||
127 | #define MXC91231_SPBA_MQSPI 0x34 | ||
128 | #define MXC91231_SPBA_EL1T 0x38 | ||
129 | #define MXC91231_SPBA_IOMUX 0x40 | ||
130 | #define MXC91231_SPBA_CRM_COM 0x44 | ||
131 | #define MXC91231_SPBA_CRM_AP 0x48 | ||
132 | #define MXC91231_SPBA_PLL0 0x4C | ||
133 | #define MXC91231_SPBA_PLL1 0x50 | ||
134 | #define MXC91231_SPBA_PLL2 0x54 | ||
135 | #define MXC91231_SPBA_GPIO4 0x58 | ||
136 | #define MXC91231_SPBA_SAHARA 0x5C | ||
137 | |||
138 | /* | ||
139 | * ROMP and AVIC | ||
140 | */ | ||
141 | #define MXC91231_ROMP_BASE_ADDR 0x60000000 | ||
142 | #define MXC91231_ROMP_SIZE SZ_64K | ||
143 | |||
144 | #define MXC91231_AVIC_BASE_ADDR 0x68000000 | ||
145 | #define MXC91231_AVIC_SIZE SZ_64K | ||
146 | |||
147 | /* | ||
148 | * NAND, SDRAM, WEIM, M3IF, EMI controllers | ||
149 | */ | ||
150 | #define MXC91231_X_MEMC_BASE_ADDR 0xB8000000 | ||
151 | #define MXC91231_X_MEMC_SIZE SZ_64K | ||
152 | |||
153 | #define MXC91231_NFC_BASE_ADDR (MXC91231_X_MEMC_BASE_ADDR + 0x0000) | ||
154 | #define MXC91231_ESDCTL_BASE_ADDR (MXC91231_X_MEMC_BASE_ADDR + 0x1000) | ||
155 | #define MXC91231_WEIM_BASE_ADDR (MXC91231_X_MEMC_BASE_ADDR + 0x2000) | ||
156 | #define MXC91231_M3IF_BASE_ADDR (MXC91231_X_MEMC_BASE_ADDR + 0x3000) | ||
157 | #define MXC91231_EMI_CTL_BASE_ADDR (MXC91231_X_MEMC_BASE_ADDR + 0x4000) | ||
158 | |||
159 | /* | ||
160 | * Memory regions and CS | ||
161 | * CPLD is connected on CS4 | ||
162 | * CS5 is TP1021 or it is not connected | ||
163 | * */ | ||
164 | #define MXC91231_FB_RAM_BASE_ADDR 0x78000000 | ||
165 | #define MXC91231_FB_RAM_SIZE SZ_256K | ||
166 | #define MXC91231_CSD0_BASE_ADDR 0x80000000 | ||
167 | #define MXC91231_CSD1_BASE_ADDR 0x90000000 | ||
168 | #define MXC91231_CS0_BASE_ADDR 0xA0000000 | ||
169 | #define MXC91231_CS1_BASE_ADDR 0xA8000000 | ||
170 | #define MXC91231_CS2_BASE_ADDR 0xB0000000 | ||
171 | #define MXC91231_CS3_BASE_ADDR 0xB2000000 | ||
172 | #define MXC91231_CS4_BASE_ADDR 0xB4000000 | ||
173 | #define MXC91231_CS5_BASE_ADDR 0xB6000000 | ||
174 | |||
175 | /* | ||
176 | * This macro defines the physical to virtual address mapping for all the | ||
177 | * peripheral modules. It is used by passing in the physical address as x | ||
178 | * and returning the virtual address. | ||
179 | */ | ||
180 | #define MXC91231_IO_P2V(x) IMX_IO_P2V(x) | ||
181 | #define MXC91231_IO_ADDRESS(x) IOMEM(MXC91231_IO_P2V(x)) | ||
182 | |||
183 | /* | ||
184 | * Interrupt numbers | ||
185 | */ | ||
186 | #define MXC91231_INT_GPIO3 0 | ||
187 | #define MXC91231_INT_EL1T_CI 1 | ||
188 | #define MXC91231_INT_EL1T_RFCI 2 | ||
189 | #define MXC91231_INT_EL1T_RFI 3 | ||
190 | #define MXC91231_INT_EL1T_MCU 4 | ||
191 | #define MXC91231_INT_EL1T_IPI 5 | ||
192 | #define MXC91231_INT_MU_GEN 6 | ||
193 | #define MXC91231_INT_GPIO4 7 | ||
194 | #define MXC91231_INT_MMC_SDHC2 8 | ||
195 | #define MXC91231_INT_MMC_SDHC1 9 | ||
196 | #define MXC91231_INT_I2C 10 | ||
197 | #define MXC91231_INT_SSI2 11 | ||
198 | #define MXC91231_INT_SSI1 12 | ||
199 | #define MXC91231_INT_CSPI2 13 | ||
200 | #define MXC91231_INT_CSPI1 14 | ||
201 | #define MXC91231_INT_RTIC 15 | ||
202 | #define MXC91231_INT_SAHARA 15 | ||
203 | #define MXC91231_INT_HAC 15 | ||
204 | #define MXC91231_INT_UART3_RX 16 | ||
205 | #define MXC91231_INT_UART3_TX 17 | ||
206 | #define MXC91231_INT_UART3_MINT 18 | ||
207 | #define MXC91231_INT_ECT 19 | ||
208 | #define MXC91231_INT_SIM_IPB 20 | ||
209 | #define MXC91231_INT_SIM_DATA 21 | ||
210 | #define MXC91231_INT_RNGA 22 | ||
211 | #define MXC91231_INT_DSM_AP 23 | ||
212 | #define MXC91231_INT_KPP 24 | ||
213 | #define MXC91231_INT_RTC 25 | ||
214 | #define MXC91231_INT_PWM 26 | ||
215 | #define MXC91231_INT_GEMK_AP 27 | ||
216 | #define MXC91231_INT_EPIT 28 | ||
217 | #define MXC91231_INT_GPT 29 | ||
218 | #define MXC91231_INT_UART2_RX 30 | ||
219 | #define MXC91231_INT_UART2_TX 31 | ||
220 | #define MXC91231_INT_UART2_MINT 32 | ||
221 | #define MXC91231_INT_NANDFC 33 | ||
222 | #define MXC91231_INT_SDMA 34 | ||
223 | #define MXC91231_INT_USB_WAKEUP 35 | ||
224 | #define MXC91231_INT_USB_SOF 36 | ||
225 | #define MXC91231_INT_PMU_EVTMON 37 | ||
226 | #define MXC91231_INT_USB_FUNC 38 | ||
227 | #define MXC91231_INT_USB_DMA 39 | ||
228 | #define MXC91231_INT_USB_CTRL 40 | ||
229 | #define MXC91231_INT_IPU_ERR 41 | ||
230 | #define MXC91231_INT_IPU_SYN 42 | ||
231 | #define MXC91231_INT_UART1_RX 43 | ||
232 | #define MXC91231_INT_UART1_TX 44 | ||
233 | #define MXC91231_INT_UART1_MINT 45 | ||
234 | #define MXC91231_INT_IIM 46 | ||
235 | #define MXC91231_INT_MU_RX_OR 47 | ||
236 | #define MXC91231_INT_MU_TX_OR 48 | ||
237 | #define MXC91231_INT_SCC_SCM 49 | ||
238 | #define MXC91231_INT_SCC_SMN 50 | ||
239 | #define MXC91231_INT_GPIO2 51 | ||
240 | #define MXC91231_INT_GPIO1 52 | ||
241 | #define MXC91231_INT_MQSPI1 53 | ||
242 | #define MXC91231_INT_MQSPI2 54 | ||
243 | #define MXC91231_INT_WDOG2 55 | ||
244 | #define MXC91231_INT_EXT_INT7 56 | ||
245 | #define MXC91231_INT_EXT_INT6 57 | ||
246 | #define MXC91231_INT_EXT_INT5 58 | ||
247 | #define MXC91231_INT_EXT_INT4 59 | ||
248 | #define MXC91231_INT_EXT_INT3 60 | ||
249 | #define MXC91231_INT_EXT_INT2 61 | ||
250 | #define MXC91231_INT_EXT_INT1 62 | ||
251 | #define MXC91231_INT_EXT_INT0 63 | ||
252 | |||
253 | #define MXC91231_MAX_INT_LINES 63 | ||
254 | #define MXC91231_MAX_EXT_LINES 8 | ||
255 | |||
256 | #endif /* __MACH_MXC91231_H__ */ | ||
diff --git a/arch/arm/plat-mxc/include/mach/system.h b/arch/arm/plat-mxc/include/mach/system.h index 0417da9f710d..51f02a9d41a3 100644 --- a/arch/arm/plat-mxc/include/mach/system.h +++ b/arch/arm/plat-mxc/include/mach/system.h | |||
@@ -24,12 +24,6 @@ extern void mx5_cpu_lp_set(enum mxc_cpu_pwr_mode mode); | |||
24 | 24 | ||
25 | static inline void arch_idle(void) | 25 | static inline void arch_idle(void) |
26 | { | 26 | { |
27 | #ifdef CONFIG_ARCH_MXC91231 | ||
28 | if (cpu_is_mxc91231()) { | ||
29 | /* Need this to set DSM low-power mode */ | ||
30 | mxc91231_prepare_idle(); | ||
31 | } | ||
32 | #endif | ||
33 | /* fix i.MX31 errata TLSbo65953 and i.MX35 errata ENGcm09472 */ | 27 | /* fix i.MX31 errata TLSbo65953 and i.MX35 errata ENGcm09472 */ |
34 | if (cpu_is_mx31() || cpu_is_mx35()) { | 28 | if (cpu_is_mx31() || cpu_is_mx35()) { |
35 | unsigned long reg = 0; | 29 | unsigned long reg = 0; |
diff --git a/arch/arm/plat-mxc/include/mach/timex.h b/arch/arm/plat-mxc/include/mach/timex.h index 2d9624697cc9..d61d5c74817c 100644 --- a/arch/arm/plat-mxc/include/mach/timex.h +++ b/arch/arm/plat-mxc/include/mach/timex.h | |||
@@ -26,8 +26,6 @@ | |||
26 | #define CLOCK_TICK_RATE 16000000 | 26 | #define CLOCK_TICK_RATE 16000000 |
27 | #elif defined CONFIG_ARCH_MX5 | 27 | #elif defined CONFIG_ARCH_MX5 |
28 | #define CLOCK_TICK_RATE 8000000 | 28 | #define CLOCK_TICK_RATE 8000000 |
29 | #elif defined CONFIG_ARCH_MXC91231 | ||
30 | #define CLOCK_TICK_RATE 13000000 | ||
31 | #endif | 29 | #endif |
32 | 30 | ||
33 | #endif /* __ASM_ARCH_MXC_TIMEX_H__ */ | 31 | #endif /* __ASM_ARCH_MXC_TIMEX_H__ */ |
diff --git a/arch/arm/plat-mxc/system.c b/arch/arm/plat-mxc/system.c index 3455fc0575a6..8024f2ac177c 100644 --- a/arch/arm/plat-mxc/system.c +++ b/arch/arm/plat-mxc/system.c | |||
@@ -37,12 +37,6 @@ void arch_reset(char mode, const char *cmd) | |||
37 | { | 37 | { |
38 | unsigned int wcr_enable; | 38 | unsigned int wcr_enable; |
39 | 39 | ||
40 | #ifdef CONFIG_ARCH_MXC91231 | ||
41 | if (cpu_is_mxc91231()) { | ||
42 | mxc91231_arch_reset(mode, cmd); | ||
43 | return; | ||
44 | } | ||
45 | #endif | ||
46 | #ifdef CONFIG_MACH_MX51_EFIKAMX | 40 | #ifdef CONFIG_MACH_MX51_EFIKAMX |
47 | if (machine_is_mx51_efikamx()) { | 41 | if (machine_is_mx51_efikamx()) { |
48 | mx51_efikamx_reset(); | 42 | mx51_efikamx_reset(); |
diff --git a/arch/arm/plat-mxc/time.c b/arch/arm/plat-mxc/time.c index 2237ff8b434f..40f32e7950ae 100644 --- a/arch/arm/plat-mxc/time.c +++ b/arch/arm/plat-mxc/time.c | |||
@@ -54,7 +54,7 @@ | |||
54 | #define MX2_TSTAT_CAPT (1 << 1) | 54 | #define MX2_TSTAT_CAPT (1 << 1) |
55 | #define MX2_TSTAT_COMP (1 << 0) | 55 | #define MX2_TSTAT_COMP (1 << 0) |
56 | 56 | ||
57 | /* MX31, MX35, MX25, MXC91231, MX5 */ | 57 | /* MX31, MX35, MX25, MX5 */ |
58 | #define V2_TCTL_WAITEN (1 << 3) /* Wait enable mode */ | 58 | #define V2_TCTL_WAITEN (1 << 3) /* Wait enable mode */ |
59 | #define V2_TCTL_CLK_IPG (1 << 6) | 59 | #define V2_TCTL_CLK_IPG (1 << 6) |
60 | #define V2_TCTL_FRR (1 << 9) | 60 | #define V2_TCTL_FRR (1 << 9) |