mirror of
https://github.com/joel16/android_kernel_sony_msm8994_rework.git
synced 2025-01-01 09:08:55 +00:00
Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6 into devel-stable
This commit is contained in:
commit
677f4f64e4
@ -637,6 +637,9 @@ ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
|
|||||||
M: Sascha Hauer <kernel@pengutronix.de>
|
M: Sascha Hauer <kernel@pengutronix.de>
|
||||||
L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
|
L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
|
||||||
S: Maintained
|
S: Maintained
|
||||||
|
T: git://git.pengutronix.de/git/imx/linux-2.6.git
|
||||||
|
F: arch/arm/mach-mx*/
|
||||||
|
F: arch/arm/plat-mxc/
|
||||||
|
|
||||||
ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
|
ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
|
||||||
M: Lennert Buytenhek <kernel@wantstofly.org>
|
M: Lennert Buytenhek <kernel@wantstofly.org>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# Automatically generated make config: don't edit
|
# Automatically generated make config: don't edit
|
||||||
# Linux kernel version: 2.6.31-rc4
|
# Linux kernel version: 2.6.32-rc5
|
||||||
# Tue Jul 28 14:11:34 2009
|
# Sun Nov 1 22:56:24 2009
|
||||||
#
|
#
|
||||||
CONFIG_ARM=y
|
CONFIG_ARM=y
|
||||||
CONFIG_HAVE_PWM=y
|
CONFIG_HAVE_PWM=y
|
||||||
@ -9,7 +9,6 @@ CONFIG_SYS_SUPPORTS_APM_EMULATION=y
|
|||||||
CONFIG_GENERIC_GPIO=y
|
CONFIG_GENERIC_GPIO=y
|
||||||
CONFIG_GENERIC_TIME=y
|
CONFIG_GENERIC_TIME=y
|
||||||
CONFIG_GENERIC_CLOCKEVENTS=y
|
CONFIG_GENERIC_CLOCKEVENTS=y
|
||||||
CONFIG_MMU=y
|
|
||||||
CONFIG_GENERIC_HARDIRQS=y
|
CONFIG_GENERIC_HARDIRQS=y
|
||||||
CONFIG_STACKTRACE_SUPPORT=y
|
CONFIG_STACKTRACE_SUPPORT=y
|
||||||
CONFIG_HAVE_LATENCYTOP_SUPPORT=y
|
CONFIG_HAVE_LATENCYTOP_SUPPORT=y
|
||||||
@ -46,11 +45,12 @@ CONFIG_SYSVIPC_SYSCTL=y
|
|||||||
#
|
#
|
||||||
# RCU Subsystem
|
# RCU Subsystem
|
||||||
#
|
#
|
||||||
CONFIG_CLASSIC_RCU=y
|
CONFIG_TREE_RCU=y
|
||||||
# CONFIG_TREE_RCU is not set
|
# CONFIG_TREE_PREEMPT_RCU is not set
|
||||||
# CONFIG_PREEMPT_RCU is not set
|
# CONFIG_RCU_TRACE is not set
|
||||||
|
CONFIG_RCU_FANOUT=32
|
||||||
|
# CONFIG_RCU_FANOUT_EXACT is not set
|
||||||
# CONFIG_TREE_RCU_TRACE is not set
|
# CONFIG_TREE_RCU_TRACE is not set
|
||||||
# CONFIG_PREEMPT_RCU_TRACE is not set
|
|
||||||
CONFIG_IKCONFIG=y
|
CONFIG_IKCONFIG=y
|
||||||
CONFIG_IKCONFIG_PROC=y
|
CONFIG_IKCONFIG_PROC=y
|
||||||
CONFIG_LOG_BUF_SHIFT=14
|
CONFIG_LOG_BUF_SHIFT=14
|
||||||
@ -87,16 +87,14 @@ CONFIG_SHMEM=y
|
|||||||
CONFIG_AIO=y
|
CONFIG_AIO=y
|
||||||
|
|
||||||
#
|
#
|
||||||
# Performance Counters
|
# Kernel Performance Events And Counters
|
||||||
#
|
#
|
||||||
CONFIG_VM_EVENT_COUNTERS=y
|
CONFIG_VM_EVENT_COUNTERS=y
|
||||||
# CONFIG_STRIP_ASM_SYMS is not set
|
|
||||||
CONFIG_COMPAT_BRK=y
|
CONFIG_COMPAT_BRK=y
|
||||||
CONFIG_SLAB=y
|
CONFIG_SLAB=y
|
||||||
# CONFIG_SLUB is not set
|
# CONFIG_SLUB is not set
|
||||||
# CONFIG_SLOB is not set
|
# CONFIG_SLOB is not set
|
||||||
# CONFIG_PROFILING is not set
|
# CONFIG_PROFILING is not set
|
||||||
# CONFIG_MARKERS is not set
|
|
||||||
CONFIG_HAVE_OPROFILE=y
|
CONFIG_HAVE_OPROFILE=y
|
||||||
# CONFIG_KPROBES is not set
|
# CONFIG_KPROBES is not set
|
||||||
CONFIG_HAVE_KPROBES=y
|
CONFIG_HAVE_KPROBES=y
|
||||||
@ -139,6 +137,7 @@ CONFIG_FREEZER=y
|
|||||||
#
|
#
|
||||||
# System Type
|
# System Type
|
||||||
#
|
#
|
||||||
|
CONFIG_MMU=y
|
||||||
# CONFIG_ARCH_AAEC2000 is not set
|
# CONFIG_ARCH_AAEC2000 is not set
|
||||||
# CONFIG_ARCH_INTEGRATOR is not set
|
# CONFIG_ARCH_INTEGRATOR is not set
|
||||||
# CONFIG_ARCH_REALVIEW is not set
|
# CONFIG_ARCH_REALVIEW is not set
|
||||||
@ -153,6 +152,7 @@ CONFIG_ARCH_MXC=y
|
|||||||
# CONFIG_ARCH_STMP3XXX is not set
|
# CONFIG_ARCH_STMP3XXX is not set
|
||||||
# CONFIG_ARCH_NETX is not set
|
# CONFIG_ARCH_NETX is not set
|
||||||
# CONFIG_ARCH_H720X is not set
|
# CONFIG_ARCH_H720X is not set
|
||||||
|
# CONFIG_ARCH_NOMADIK is not set
|
||||||
# CONFIG_ARCH_IOP13XX is not set
|
# CONFIG_ARCH_IOP13XX is not set
|
||||||
# CONFIG_ARCH_IOP32X is not set
|
# CONFIG_ARCH_IOP32X is not set
|
||||||
# CONFIG_ARCH_IOP33X is not set
|
# CONFIG_ARCH_IOP33X is not set
|
||||||
@ -175,18 +175,22 @@ CONFIG_ARCH_MXC=y
|
|||||||
# CONFIG_ARCH_SA1100 is not set
|
# CONFIG_ARCH_SA1100 is not set
|
||||||
# CONFIG_ARCH_S3C2410 is not set
|
# CONFIG_ARCH_S3C2410 is not set
|
||||||
# CONFIG_ARCH_S3C64XX is not set
|
# CONFIG_ARCH_S3C64XX is not set
|
||||||
|
# CONFIG_ARCH_S5PC1XX is not set
|
||||||
# CONFIG_ARCH_SHARK is not set
|
# CONFIG_ARCH_SHARK is not set
|
||||||
# CONFIG_ARCH_LH7A40X is not set
|
# CONFIG_ARCH_LH7A40X is not set
|
||||||
# CONFIG_ARCH_U300 is not set
|
# CONFIG_ARCH_U300 is not set
|
||||||
# CONFIG_ARCH_DAVINCI is not set
|
# CONFIG_ARCH_DAVINCI is not set
|
||||||
# CONFIG_ARCH_OMAP is not set
|
# CONFIG_ARCH_OMAP is not set
|
||||||
|
# CONFIG_ARCH_BCMRING is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# Freescale MXC Implementations
|
# Freescale MXC Implementations
|
||||||
#
|
#
|
||||||
# CONFIG_ARCH_MX1 is not set
|
# CONFIG_ARCH_MX1 is not set
|
||||||
# CONFIG_ARCH_MX2 is not set
|
# CONFIG_ARCH_MX2 is not set
|
||||||
|
# CONFIG_ARCH_MX25 is not set
|
||||||
CONFIG_ARCH_MX3=y
|
CONFIG_ARCH_MX3=y
|
||||||
|
# CONFIG_ARCH_MXC91231 is not set
|
||||||
CONFIG_ARCH_MX31=y
|
CONFIG_ARCH_MX31=y
|
||||||
CONFIG_ARCH_MX35=y
|
CONFIG_ARCH_MX35=y
|
||||||
|
|
||||||
@ -205,6 +209,7 @@ CONFIG_MACH_QONG=y
|
|||||||
CONFIG_MACH_PCM043=y
|
CONFIG_MACH_PCM043=y
|
||||||
CONFIG_MACH_ARMADILLO5X0=y
|
CONFIG_MACH_ARMADILLO5X0=y
|
||||||
CONFIG_MACH_MX35_3DS=y
|
CONFIG_MACH_MX35_3DS=y
|
||||||
|
CONFIG_MACH_KZM_ARM11_01=y
|
||||||
CONFIG_MXC_IRQ_PRIOR=y
|
CONFIG_MXC_IRQ_PRIOR=y
|
||||||
CONFIG_MXC_PWM=y
|
CONFIG_MXC_PWM=y
|
||||||
CONFIG_ARCH_HAS_RNGA=y
|
CONFIG_ARCH_HAS_RNGA=y
|
||||||
@ -218,7 +223,7 @@ CONFIG_CPU_V6=y
|
|||||||
# CONFIG_CPU_32v6K is not set
|
# CONFIG_CPU_32v6K is not set
|
||||||
CONFIG_CPU_32v6=y
|
CONFIG_CPU_32v6=y
|
||||||
CONFIG_CPU_ABRT_EV6=y
|
CONFIG_CPU_ABRT_EV6=y
|
||||||
CONFIG_CPU_PABRT_NOIFAR=y
|
CONFIG_CPU_PABRT_V6=y
|
||||||
CONFIG_CPU_CACHE_V6=y
|
CONFIG_CPU_CACHE_V6=y
|
||||||
CONFIG_CPU_CACHE_VIPT=y
|
CONFIG_CPU_CACHE_VIPT=y
|
||||||
CONFIG_CPU_COPY_V6=y
|
CONFIG_CPU_COPY_V6=y
|
||||||
@ -236,6 +241,7 @@ CONFIG_ARM_THUMB=y
|
|||||||
# CONFIG_CPU_BPREDICT_DISABLE is not set
|
# CONFIG_CPU_BPREDICT_DISABLE is not set
|
||||||
CONFIG_OUTER_CACHE=y
|
CONFIG_OUTER_CACHE=y
|
||||||
CONFIG_CACHE_L2X0=y
|
CONFIG_CACHE_L2X0=y
|
||||||
|
CONFIG_ARM_L1_CACHE_SHIFT=5
|
||||||
# CONFIG_ARM_ERRATA_411920 is not set
|
# CONFIG_ARM_ERRATA_411920 is not set
|
||||||
CONFIG_COMMON_CLKDEV=y
|
CONFIG_COMMON_CLKDEV=y
|
||||||
|
|
||||||
@ -257,6 +263,8 @@ CONFIG_VMSPLIT_3G=y
|
|||||||
# CONFIG_VMSPLIT_2G is not set
|
# CONFIG_VMSPLIT_2G is not set
|
||||||
# CONFIG_VMSPLIT_1G is not set
|
# CONFIG_VMSPLIT_1G is not set
|
||||||
CONFIG_PAGE_OFFSET=0xC0000000
|
CONFIG_PAGE_OFFSET=0xC0000000
|
||||||
|
# CONFIG_PREEMPT_NONE is not set
|
||||||
|
# CONFIG_PREEMPT_VOLUNTARY is not set
|
||||||
CONFIG_PREEMPT=y
|
CONFIG_PREEMPT=y
|
||||||
CONFIG_HZ=100
|
CONFIG_HZ=100
|
||||||
CONFIG_AEABI=y
|
CONFIG_AEABI=y
|
||||||
@ -277,6 +285,7 @@ CONFIG_ZONE_DMA_FLAG=0
|
|||||||
CONFIG_VIRT_TO_BUS=y
|
CONFIG_VIRT_TO_BUS=y
|
||||||
CONFIG_HAVE_MLOCK=y
|
CONFIG_HAVE_MLOCK=y
|
||||||
CONFIG_HAVE_MLOCKED_PAGE_BIT=y
|
CONFIG_HAVE_MLOCKED_PAGE_BIT=y
|
||||||
|
# CONFIG_KSM is not set
|
||||||
CONFIG_DEFAULT_MMAP_MIN_ADDR=4096
|
CONFIG_DEFAULT_MMAP_MIN_ADDR=4096
|
||||||
CONFIG_ALIGNMENT_TRAP=y
|
CONFIG_ALIGNMENT_TRAP=y
|
||||||
# CONFIG_UACCESS_WITH_MEMCPY is not set
|
# CONFIG_UACCESS_WITH_MEMCPY is not set
|
||||||
@ -326,6 +335,7 @@ CONFIG_PM_SLEEP=y
|
|||||||
CONFIG_SUSPEND=y
|
CONFIG_SUSPEND=y
|
||||||
CONFIG_SUSPEND_FREEZER=y
|
CONFIG_SUSPEND_FREEZER=y
|
||||||
# CONFIG_APM_EMULATION is not set
|
# CONFIG_APM_EMULATION is not set
|
||||||
|
# CONFIG_PM_RUNTIME is not set
|
||||||
CONFIG_ARCH_SUSPEND_POSSIBLE=y
|
CONFIG_ARCH_SUSPEND_POSSIBLE=y
|
||||||
CONFIG_NET=y
|
CONFIG_NET=y
|
||||||
|
|
||||||
@ -367,6 +377,7 @@ CONFIG_DEFAULT_TCP_CONG="cubic"
|
|||||||
# CONFIG_NETFILTER is not set
|
# CONFIG_NETFILTER is not set
|
||||||
# CONFIG_IP_DCCP is not set
|
# CONFIG_IP_DCCP is not set
|
||||||
# CONFIG_IP_SCTP is not set
|
# CONFIG_IP_SCTP is not set
|
||||||
|
# CONFIG_RDS is not set
|
||||||
# CONFIG_TIPC is not set
|
# CONFIG_TIPC is not set
|
||||||
# CONFIG_ATM is not set
|
# CONFIG_ATM is not set
|
||||||
# CONFIG_BRIDGE is not set
|
# CONFIG_BRIDGE is not set
|
||||||
@ -407,6 +418,7 @@ CONFIG_DEFAULT_TCP_CONG="cubic"
|
|||||||
# Generic Driver Options
|
# Generic Driver Options
|
||||||
#
|
#
|
||||||
CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
||||||
|
# CONFIG_DEVTMPFS is not set
|
||||||
CONFIG_STANDALONE=y
|
CONFIG_STANDALONE=y
|
||||||
CONFIG_PREVENT_FIRMWARE_BUILD=y
|
CONFIG_PREVENT_FIRMWARE_BUILD=y
|
||||||
CONFIG_FW_LOADER=m
|
CONFIG_FW_LOADER=m
|
||||||
@ -416,9 +428,9 @@ CONFIG_EXTRA_FIRMWARE=""
|
|||||||
# CONFIG_CONNECTOR is not set
|
# CONFIG_CONNECTOR is not set
|
||||||
CONFIG_MTD=y
|
CONFIG_MTD=y
|
||||||
# CONFIG_MTD_DEBUG is not set
|
# CONFIG_MTD_DEBUG is not set
|
||||||
|
# CONFIG_MTD_TESTS is not set
|
||||||
# CONFIG_MTD_CONCAT is not set
|
# CONFIG_MTD_CONCAT is not set
|
||||||
CONFIG_MTD_PARTITIONS=y
|
CONFIG_MTD_PARTITIONS=y
|
||||||
# CONFIG_MTD_TESTS is not set
|
|
||||||
# CONFIG_MTD_REDBOOT_PARTS is not set
|
# CONFIG_MTD_REDBOOT_PARTS is not set
|
||||||
CONFIG_MTD_CMDLINE_PARTS=y
|
CONFIG_MTD_CMDLINE_PARTS=y
|
||||||
# CONFIG_MTD_AFS_PARTS is not set
|
# CONFIG_MTD_AFS_PARTS is not set
|
||||||
@ -587,14 +599,12 @@ CONFIG_DNET=y
|
|||||||
# CONFIG_B44 is not set
|
# CONFIG_B44 is not set
|
||||||
# CONFIG_CS89x0 is not set
|
# CONFIG_CS89x0 is not set
|
||||||
# CONFIG_KS8842 is not set
|
# CONFIG_KS8842 is not set
|
||||||
|
# CONFIG_KS8851_MLL is not set
|
||||||
CONFIG_FEC=y
|
CONFIG_FEC=y
|
||||||
# CONFIG_FEC2 is not set
|
# CONFIG_FEC2 is not set
|
||||||
# CONFIG_NETDEV_1000 is not set
|
# CONFIG_NETDEV_1000 is not set
|
||||||
# CONFIG_NETDEV_10000 is not set
|
# CONFIG_NETDEV_10000 is not set
|
||||||
|
CONFIG_WLAN=y
|
||||||
#
|
|
||||||
# Wireless LAN
|
|
||||||
#
|
|
||||||
# CONFIG_WLAN_PRE80211 is not set
|
# CONFIG_WLAN_PRE80211 is not set
|
||||||
# CONFIG_WLAN_80211 is not set
|
# CONFIG_WLAN_80211 is not set
|
||||||
|
|
||||||
@ -608,6 +618,7 @@ CONFIG_FEC=y
|
|||||||
# CONFIG_NETPOLL is not set
|
# CONFIG_NETPOLL is not set
|
||||||
# CONFIG_NET_POLL_CONTROLLER is not set
|
# CONFIG_NET_POLL_CONTROLLER is not set
|
||||||
# CONFIG_ISDN is not set
|
# CONFIG_ISDN is not set
|
||||||
|
# CONFIG_PHONE is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# Input device support
|
# Input device support
|
||||||
@ -630,7 +641,14 @@ CONFIG_DEVKMEM=y
|
|||||||
#
|
#
|
||||||
# Serial drivers
|
# Serial drivers
|
||||||
#
|
#
|
||||||
# CONFIG_SERIAL_8250 is not set
|
CONFIG_SERIAL_8250=m
|
||||||
|
CONFIG_SERIAL_8250_NR_UARTS=4
|
||||||
|
CONFIG_SERIAL_8250_RUNTIME_UARTS=4
|
||||||
|
CONFIG_SERIAL_8250_EXTENDED=y
|
||||||
|
# CONFIG_SERIAL_8250_MANY_PORTS is not set
|
||||||
|
CONFIG_SERIAL_8250_SHARE_IRQ=y
|
||||||
|
# CONFIG_SERIAL_8250_DETECT_IRQ is not set
|
||||||
|
# CONFIG_SERIAL_8250_RSA is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# Non-8250 serial port support
|
# Non-8250 serial port support
|
||||||
@ -649,6 +667,7 @@ CONFIG_UNIX98_PTYS=y
|
|||||||
# CONFIG_TCG_TPM is not set
|
# CONFIG_TCG_TPM is not set
|
||||||
CONFIG_I2C=y
|
CONFIG_I2C=y
|
||||||
CONFIG_I2C_BOARDINFO=y
|
CONFIG_I2C_BOARDINFO=y
|
||||||
|
CONFIG_I2C_COMPAT=y
|
||||||
CONFIG_I2C_CHARDEV=y
|
CONFIG_I2C_CHARDEV=y
|
||||||
CONFIG_I2C_HELPER_AUTO=y
|
CONFIG_I2C_HELPER_AUTO=y
|
||||||
|
|
||||||
@ -681,15 +700,17 @@ CONFIG_I2C_IMX=y
|
|||||||
# Miscellaneous I2C Chip support
|
# Miscellaneous I2C Chip support
|
||||||
#
|
#
|
||||||
# CONFIG_DS1682 is not set
|
# CONFIG_DS1682 is not set
|
||||||
# CONFIG_SENSORS_PCF8574 is not set
|
|
||||||
# CONFIG_PCF8575 is not set
|
|
||||||
# CONFIG_SENSORS_PCA9539 is not set
|
|
||||||
# CONFIG_SENSORS_TSL2550 is not set
|
# CONFIG_SENSORS_TSL2550 is not set
|
||||||
# CONFIG_I2C_DEBUG_CORE is not set
|
# CONFIG_I2C_DEBUG_CORE is not set
|
||||||
# CONFIG_I2C_DEBUG_ALGO is not set
|
# CONFIG_I2C_DEBUG_ALGO is not set
|
||||||
# CONFIG_I2C_DEBUG_BUS is not set
|
# CONFIG_I2C_DEBUG_BUS is not set
|
||||||
# CONFIG_I2C_DEBUG_CHIP is not set
|
# CONFIG_I2C_DEBUG_CHIP is not set
|
||||||
# CONFIG_SPI is not set
|
# CONFIG_SPI is not set
|
||||||
|
|
||||||
|
#
|
||||||
|
# PPS support
|
||||||
|
#
|
||||||
|
# CONFIG_PPS is not set
|
||||||
CONFIG_ARCH_REQUIRE_GPIOLIB=y
|
CONFIG_ARCH_REQUIRE_GPIOLIB=y
|
||||||
CONFIG_GPIOLIB=y
|
CONFIG_GPIOLIB=y
|
||||||
# CONFIG_GPIO_SYSFS is not set
|
# CONFIG_GPIO_SYSFS is not set
|
||||||
@ -712,6 +733,10 @@ CONFIG_GPIOLIB=y
|
|||||||
#
|
#
|
||||||
# SPI GPIO expanders:
|
# SPI GPIO expanders:
|
||||||
#
|
#
|
||||||
|
|
||||||
|
#
|
||||||
|
# AC97 GPIO expanders:
|
||||||
|
#
|
||||||
CONFIG_W1=y
|
CONFIG_W1=y
|
||||||
|
|
||||||
#
|
#
|
||||||
@ -734,7 +759,6 @@ CONFIG_W1_SLAVE_THERM=y
|
|||||||
# CONFIG_POWER_SUPPLY is not set
|
# CONFIG_POWER_SUPPLY is not set
|
||||||
# CONFIG_HWMON is not set
|
# CONFIG_HWMON is not set
|
||||||
# CONFIG_THERMAL is not set
|
# CONFIG_THERMAL is not set
|
||||||
# CONFIG_THERMAL_HWMON is not set
|
|
||||||
# CONFIG_WATCHDOG is not set
|
# CONFIG_WATCHDOG is not set
|
||||||
CONFIG_SSB_POSSIBLE=y
|
CONFIG_SSB_POSSIBLE=y
|
||||||
|
|
||||||
@ -759,12 +783,24 @@ CONFIG_SSB_POSSIBLE=y
|
|||||||
# CONFIG_MFD_TC6393XB is not set
|
# CONFIG_MFD_TC6393XB is not set
|
||||||
# CONFIG_PMIC_DA903X is not set
|
# CONFIG_PMIC_DA903X is not set
|
||||||
# CONFIG_MFD_WM8400 is not set
|
# CONFIG_MFD_WM8400 is not set
|
||||||
|
# CONFIG_MFD_WM831X is not set
|
||||||
CONFIG_MFD_WM8350=y
|
CONFIG_MFD_WM8350=y
|
||||||
CONFIG_MFD_WM8350_CONFIG_MODE_0=y
|
CONFIG_MFD_WM8350_CONFIG_MODE_0=y
|
||||||
CONFIG_MFD_WM8352_CONFIG_MODE_0=y
|
CONFIG_MFD_WM8352_CONFIG_MODE_0=y
|
||||||
CONFIG_MFD_WM8350_I2C=y
|
CONFIG_MFD_WM8350_I2C=y
|
||||||
# CONFIG_MFD_PCF50633 is not set
|
# CONFIG_MFD_PCF50633 is not set
|
||||||
# CONFIG_AB3100_CORE is not set
|
# CONFIG_AB3100_CORE is not set
|
||||||
|
CONFIG_REGULATOR=y
|
||||||
|
# CONFIG_REGULATOR_DEBUG is not set
|
||||||
|
# CONFIG_REGULATOR_FIXED_VOLTAGE is not set
|
||||||
|
# CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set
|
||||||
|
# CONFIG_REGULATOR_USERSPACE_CONSUMER is not set
|
||||||
|
# CONFIG_REGULATOR_BQ24022 is not set
|
||||||
|
# CONFIG_REGULATOR_MAX1586 is not set
|
||||||
|
CONFIG_REGULATOR_WM8350=y
|
||||||
|
# CONFIG_REGULATOR_LP3971 is not set
|
||||||
|
# CONFIG_REGULATOR_TPS65023 is not set
|
||||||
|
# CONFIG_REGULATOR_TPS6507X is not set
|
||||||
CONFIG_MEDIA_SUPPORT=y
|
CONFIG_MEDIA_SUPPORT=y
|
||||||
|
|
||||||
#
|
#
|
||||||
@ -874,10 +910,12 @@ CONFIG_MMC_BLOCK_BOUNCE=y
|
|||||||
# MMC/SD/SDIO Host Controller Drivers
|
# MMC/SD/SDIO Host Controller Drivers
|
||||||
#
|
#
|
||||||
# CONFIG_MMC_SDHCI is not set
|
# CONFIG_MMC_SDHCI is not set
|
||||||
|
# CONFIG_MMC_AT91 is not set
|
||||||
|
# CONFIG_MMC_ATMELMCI is not set
|
||||||
CONFIG_MMC_MXC=y
|
CONFIG_MMC_MXC=y
|
||||||
# CONFIG_MEMSTICK is not set
|
# CONFIG_MEMSTICK is not set
|
||||||
# CONFIG_ACCESSIBILITY is not set
|
|
||||||
# CONFIG_NEW_LEDS is not set
|
# CONFIG_NEW_LEDS is not set
|
||||||
|
# CONFIG_ACCESSIBILITY is not set
|
||||||
CONFIG_RTC_LIB=y
|
CONFIG_RTC_LIB=y
|
||||||
# CONFIG_RTC_CLASS is not set
|
# CONFIG_RTC_CLASS is not set
|
||||||
CONFIG_DMADEVICES=y
|
CONFIG_DMADEVICES=y
|
||||||
@ -896,16 +934,11 @@ CONFIG_DMA_ENGINE=y
|
|||||||
# CONFIG_ASYNC_TX_DMA is not set
|
# CONFIG_ASYNC_TX_DMA is not set
|
||||||
# CONFIG_DMATEST is not set
|
# CONFIG_DMATEST is not set
|
||||||
# CONFIG_AUXDISPLAY is not set
|
# CONFIG_AUXDISPLAY is not set
|
||||||
CONFIG_REGULATOR=y
|
|
||||||
# CONFIG_REGULATOR_DEBUG is not set
|
|
||||||
# CONFIG_REGULATOR_FIXED_VOLTAGE is not set
|
|
||||||
# CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set
|
|
||||||
# CONFIG_REGULATOR_USERSPACE_CONSUMER is not set
|
|
||||||
# CONFIG_REGULATOR_BQ24022 is not set
|
|
||||||
# CONFIG_REGULATOR_MAX1586 is not set
|
|
||||||
CONFIG_REGULATOR_WM8350=y
|
|
||||||
# CONFIG_REGULATOR_LP3971 is not set
|
|
||||||
# CONFIG_UIO is not set
|
# CONFIG_UIO is not set
|
||||||
|
|
||||||
|
#
|
||||||
|
# TI VLYNQ
|
||||||
|
#
|
||||||
# CONFIG_STAGING is not set
|
# CONFIG_STAGING is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
@ -921,6 +954,7 @@ CONFIG_REGULATOR_WM8350=y
|
|||||||
# CONFIG_GFS2_FS is not set
|
# CONFIG_GFS2_FS is not set
|
||||||
# CONFIG_OCFS2_FS is not set
|
# CONFIG_OCFS2_FS is not set
|
||||||
# CONFIG_BTRFS_FS is not set
|
# CONFIG_BTRFS_FS is not set
|
||||||
|
# CONFIG_NILFS2_FS is not set
|
||||||
CONFIG_FILE_LOCKING=y
|
CONFIG_FILE_LOCKING=y
|
||||||
CONFIG_FSNOTIFY=y
|
CONFIG_FSNOTIFY=y
|
||||||
# CONFIG_DNOTIFY is not set
|
# CONFIG_DNOTIFY is not set
|
||||||
@ -995,7 +1029,6 @@ CONFIG_UBIFS_FS_ZLIB=y
|
|||||||
# CONFIG_ROMFS_FS is not set
|
# CONFIG_ROMFS_FS is not set
|
||||||
# CONFIG_SYSV_FS is not set
|
# CONFIG_SYSV_FS is not set
|
||||||
# CONFIG_UFS_FS is not set
|
# CONFIG_UFS_FS is not set
|
||||||
# CONFIG_NILFS2_FS is not set
|
|
||||||
CONFIG_NETWORK_FILESYSTEMS=y
|
CONFIG_NETWORK_FILESYSTEMS=y
|
||||||
CONFIG_NFS_FS=y
|
CONFIG_NFS_FS=y
|
||||||
CONFIG_NFS_V3=y
|
CONFIG_NFS_V3=y
|
||||||
@ -1033,6 +1066,7 @@ CONFIG_MSDOS_PARTITION=y
|
|||||||
# CONFIG_ENABLE_MUST_CHECK is not set
|
# CONFIG_ENABLE_MUST_CHECK is not set
|
||||||
CONFIG_FRAME_WARN=1024
|
CONFIG_FRAME_WARN=1024
|
||||||
# CONFIG_MAGIC_SYSRQ is not set
|
# CONFIG_MAGIC_SYSRQ is not set
|
||||||
|
# CONFIG_STRIP_ASM_SYMS is not set
|
||||||
# CONFIG_UNUSED_SYMBOLS is not set
|
# CONFIG_UNUSED_SYMBOLS is not set
|
||||||
# CONFIG_DEBUG_FS is not set
|
# CONFIG_DEBUG_FS is not set
|
||||||
# CONFIG_HEADERS_CHECK is not set
|
# CONFIG_HEADERS_CHECK is not set
|
||||||
@ -1062,7 +1096,6 @@ CONFIG_CRYPTO=y
|
|||||||
#
|
#
|
||||||
# Crypto core or helper
|
# Crypto core or helper
|
||||||
#
|
#
|
||||||
# CONFIG_CRYPTO_FIPS is not set
|
|
||||||
CONFIG_CRYPTO_ALGAPI=y
|
CONFIG_CRYPTO_ALGAPI=y
|
||||||
CONFIG_CRYPTO_ALGAPI2=y
|
CONFIG_CRYPTO_ALGAPI2=y
|
||||||
CONFIG_CRYPTO_AEAD2=y
|
CONFIG_CRYPTO_AEAD2=y
|
||||||
@ -1104,11 +1137,13 @@ CONFIG_CRYPTO_CBC=y
|
|||||||
#
|
#
|
||||||
# CONFIG_CRYPTO_HMAC is not set
|
# CONFIG_CRYPTO_HMAC is not set
|
||||||
# CONFIG_CRYPTO_XCBC is not set
|
# CONFIG_CRYPTO_XCBC is not set
|
||||||
|
# CONFIG_CRYPTO_VMAC is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# Digest
|
# Digest
|
||||||
#
|
#
|
||||||
# CONFIG_CRYPTO_CRC32C is not set
|
# CONFIG_CRYPTO_CRC32C is not set
|
||||||
|
# CONFIG_CRYPTO_GHASH is not set
|
||||||
# CONFIG_CRYPTO_MD4 is not set
|
# CONFIG_CRYPTO_MD4 is not set
|
||||||
CONFIG_CRYPTO_MD5=y
|
CONFIG_CRYPTO_MD5=y
|
||||||
# CONFIG_CRYPTO_MICHAEL_MIC is not set
|
# CONFIG_CRYPTO_MICHAEL_MIC is not set
|
||||||
|
@ -104,4 +104,11 @@ config MACH_PCA100
|
|||||||
Include support for phyCARD-s (aka pca100) platform. This
|
Include support for phyCARD-s (aka pca100) platform. This
|
||||||
includes specific configurations for the module and its peripherals.
|
includes specific configurations for the module and its peripherals.
|
||||||
|
|
||||||
|
config MACH_MXT_TD60
|
||||||
|
bool "Maxtrack i-MXT TD60"
|
||||||
|
depends on MACH_MX27
|
||||||
|
help
|
||||||
|
Include support for i-MXT (aka td60) platform. This
|
||||||
|
includes specific configurations for the module and its peripherals.
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
@ -20,4 +20,5 @@ obj-$(CONFIG_MACH_MX27LITE) += mx27lite.o
|
|||||||
obj-$(CONFIG_MACH_EUKREA_CPUIMX27) += eukrea_cpuimx27.o
|
obj-$(CONFIG_MACH_EUKREA_CPUIMX27) += eukrea_cpuimx27.o
|
||||||
obj-$(CONFIG_MACH_EUKREA_MBIMX27_BASEBOARD) += eukrea_mbimx27-baseboard.o
|
obj-$(CONFIG_MACH_EUKREA_MBIMX27_BASEBOARD) += eukrea_mbimx27-baseboard.o
|
||||||
obj-$(CONFIG_MACH_PCA100) += pca100.o
|
obj-$(CONFIG_MACH_PCA100) += pca100.o
|
||||||
|
obj-$(CONFIG_MACH_MXT_TD60) += mxt_td60.o
|
||||||
|
|
||||||
|
@ -1000,7 +1000,7 @@ int __init mx21_clocks_init(unsigned long lref, unsigned long href)
|
|||||||
clk_enable(&per_clk[0]);
|
clk_enable(&per_clk[0]);
|
||||||
clk_enable(&gpio_clk);
|
clk_enable(&gpio_clk);
|
||||||
|
|
||||||
#ifdef CONFIG_DEBUG_LL_CONSOLE
|
#if defined(CONFIG_DEBUG_LL) && !defined(CONFIG_DEBUG_ICEDCC)
|
||||||
clk_enable(&uart_clk[0]);
|
clk_enable(&uart_clk[0]);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -751,7 +751,7 @@ int __init mx27_clocks_init(unsigned long fref)
|
|||||||
clk_enable(&emi_clk);
|
clk_enable(&emi_clk);
|
||||||
clk_enable(&iim_clk);
|
clk_enable(&iim_clk);
|
||||||
|
|
||||||
#ifdef CONFIG_DEBUG_LL_CONSOLE
|
#if defined(CONFIG_DEBUG_LL) && !defined(CONFIG_DEBUG_ICEDCC)
|
||||||
clk_enable(&uart1_clk);
|
clk_enable(&uart1_clk);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
319
arch/arm/mach-mx2/mxt_td60.c
Normal file
319
arch/arm/mach-mx2/mxt_td60.c
Normal file
@ -0,0 +1,319 @@
|
|||||||
|
/*
|
||||||
|
* Copyright (C) 2000 Deep Blue Solutions Ltd
|
||||||
|
* Copyright (C) 2002 Shane Nay (shane@minirl.com)
|
||||||
|
* Copyright 2006-2007 Freescale Semiconductor, Inc. All Rights Reserved.
|
||||||
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program; if not, write to the Free Software
|
||||||
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
|
*/
|
||||||
|
|
||||||
|
#include <linux/platform_device.h>
|
||||||
|
#include <linux/mtd/mtd.h>
|
||||||
|
#include <linux/mtd/map.h>
|
||||||
|
#include <linux/mtd/partitions.h>
|
||||||
|
#include <linux/mtd/physmap.h>
|
||||||
|
#include <linux/i2c.h>
|
||||||
|
#include <linux/irq.h>
|
||||||
|
#include <mach/common.h>
|
||||||
|
#include <mach/hardware.h>
|
||||||
|
#include <asm/mach-types.h>
|
||||||
|
#include <asm/mach/arch.h>
|
||||||
|
#include <asm/mach/time.h>
|
||||||
|
#include <asm/mach/map.h>
|
||||||
|
#include <linux/gpio.h>
|
||||||
|
#include <mach/imx-uart.h>
|
||||||
|
#include <mach/iomux.h>
|
||||||
|
#include <mach/mxc_nand.h>
|
||||||
|
#include <mach/i2c.h>
|
||||||
|
#include <linux/i2c/pca953x.h>
|
||||||
|
#include <mach/imxfb.h>
|
||||||
|
#include <mach/mmc.h>
|
||||||
|
|
||||||
|
#include "devices.h"
|
||||||
|
|
||||||
|
static unsigned int mxt_td60_pins[] __initdata = {
|
||||||
|
/* UART0 */
|
||||||
|
PE12_PF_UART1_TXD,
|
||||||
|
PE13_PF_UART1_RXD,
|
||||||
|
PE14_PF_UART1_CTS,
|
||||||
|
PE15_PF_UART1_RTS,
|
||||||
|
/* UART1 */
|
||||||
|
PE3_PF_UART2_CTS,
|
||||||
|
PE4_PF_UART2_RTS,
|
||||||
|
PE6_PF_UART2_TXD,
|
||||||
|
PE7_PF_UART2_RXD,
|
||||||
|
/* UART2 */
|
||||||
|
PE8_PF_UART3_TXD,
|
||||||
|
PE9_PF_UART3_RXD,
|
||||||
|
PE10_PF_UART3_CTS,
|
||||||
|
PE11_PF_UART3_RTS,
|
||||||
|
/* UART3 */
|
||||||
|
PB26_AF_UART4_RTS,
|
||||||
|
PB28_AF_UART4_TXD,
|
||||||
|
PB29_AF_UART4_CTS,
|
||||||
|
PB31_AF_UART4_RXD,
|
||||||
|
/* UART4 */
|
||||||
|
PB18_AF_UART5_TXD,
|
||||||
|
PB19_AF_UART5_RXD,
|
||||||
|
PB20_AF_UART5_CTS,
|
||||||
|
PB21_AF_UART5_RTS,
|
||||||
|
/* UART5 */
|
||||||
|
PB10_AF_UART6_TXD,
|
||||||
|
PB12_AF_UART6_CTS,
|
||||||
|
PB11_AF_UART6_RXD,
|
||||||
|
PB13_AF_UART6_RTS,
|
||||||
|
/* FEC */
|
||||||
|
PD0_AIN_FEC_TXD0,
|
||||||
|
PD1_AIN_FEC_TXD1,
|
||||||
|
PD2_AIN_FEC_TXD2,
|
||||||
|
PD3_AIN_FEC_TXD3,
|
||||||
|
PD4_AOUT_FEC_RX_ER,
|
||||||
|
PD5_AOUT_FEC_RXD1,
|
||||||
|
PD6_AOUT_FEC_RXD2,
|
||||||
|
PD7_AOUT_FEC_RXD3,
|
||||||
|
PD8_AF_FEC_MDIO,
|
||||||
|
PD9_AIN_FEC_MDC,
|
||||||
|
PD10_AOUT_FEC_CRS,
|
||||||
|
PD11_AOUT_FEC_TX_CLK,
|
||||||
|
PD12_AOUT_FEC_RXD0,
|
||||||
|
PD13_AOUT_FEC_RX_DV,
|
||||||
|
PD14_AOUT_FEC_RX_CLK,
|
||||||
|
PD15_AOUT_FEC_COL,
|
||||||
|
PD16_AIN_FEC_TX_ER,
|
||||||
|
PF23_AIN_FEC_TX_EN,
|
||||||
|
/* I2C1 */
|
||||||
|
PD17_PF_I2C_DATA,
|
||||||
|
PD18_PF_I2C_CLK,
|
||||||
|
/* I2C2 */
|
||||||
|
PC5_PF_I2C2_SDA,
|
||||||
|
PC6_PF_I2C2_SCL,
|
||||||
|
/* FB */
|
||||||
|
PA5_PF_LSCLK,
|
||||||
|
PA6_PF_LD0,
|
||||||
|
PA7_PF_LD1,
|
||||||
|
PA8_PF_LD2,
|
||||||
|
PA9_PF_LD3,
|
||||||
|
PA10_PF_LD4,
|
||||||
|
PA11_PF_LD5,
|
||||||
|
PA12_PF_LD6,
|
||||||
|
PA13_PF_LD7,
|
||||||
|
PA14_PF_LD8,
|
||||||
|
PA15_PF_LD9,
|
||||||
|
PA16_PF_LD10,
|
||||||
|
PA17_PF_LD11,
|
||||||
|
PA18_PF_LD12,
|
||||||
|
PA19_PF_LD13,
|
||||||
|
PA20_PF_LD14,
|
||||||
|
PA21_PF_LD15,
|
||||||
|
PA22_PF_LD16,
|
||||||
|
PA23_PF_LD17,
|
||||||
|
PA25_PF_CLS,
|
||||||
|
PA27_PF_SPL_SPR,
|
||||||
|
PA28_PF_HSYNC,
|
||||||
|
PA29_PF_VSYNC,
|
||||||
|
PA30_PF_CONTRAST,
|
||||||
|
PA31_PF_OE_ACD,
|
||||||
|
/* OWIRE */
|
||||||
|
PE16_AF_OWIRE,
|
||||||
|
/* SDHC1*/
|
||||||
|
PE18_PF_SD1_D0,
|
||||||
|
PE19_PF_SD1_D1,
|
||||||
|
PE20_PF_SD1_D2,
|
||||||
|
PE21_PF_SD1_D3,
|
||||||
|
PE22_PF_SD1_CMD,
|
||||||
|
PE23_PF_SD1_CLK,
|
||||||
|
PF8_AF_ATA_IORDY,
|
||||||
|
/* SDHC2*/
|
||||||
|
PB4_PF_SD2_D0,
|
||||||
|
PB5_PF_SD2_D1,
|
||||||
|
PB6_PF_SD2_D2,
|
||||||
|
PB7_PF_SD2_D3,
|
||||||
|
PB8_PF_SD2_CMD,
|
||||||
|
PB9_PF_SD2_CLK,
|
||||||
|
};
|
||||||
|
|
||||||
|
static struct mxc_nand_platform_data mxt_td60_nand_board_info = {
|
||||||
|
.width = 1,
|
||||||
|
.hw_ecc = 1,
|
||||||
|
};
|
||||||
|
|
||||||
|
static struct imxi2c_platform_data mxt_td60_i2c_data = {
|
||||||
|
.bitrate = 100000,
|
||||||
|
};
|
||||||
|
|
||||||
|
/* PCA9557 */
|
||||||
|
static int mxt_td60_pca9557_setup(struct i2c_client *client,
|
||||||
|
unsigned gpio_base, unsigned ngpio,
|
||||||
|
void *context)
|
||||||
|
{
|
||||||
|
static int mxt_td60_gpio_value[] = {
|
||||||
|
-1, -1, -1, -1, -1, -1, -1, 1
|
||||||
|
};
|
||||||
|
int n;
|
||||||
|
|
||||||
|
for (n = 0; n < ARRAY_SIZE(mxt_td60_gpio_value); ++n) {
|
||||||
|
gpio_request(gpio_base + n, "MXT_TD60 GPIO Exp");
|
||||||
|
if (mxt_td60_gpio_value[n] < 0)
|
||||||
|
gpio_direction_input(gpio_base + n);
|
||||||
|
else
|
||||||
|
gpio_direction_output(gpio_base + n,
|
||||||
|
mxt_td60_gpio_value[n]);
|
||||||
|
gpio_export(gpio_base + n, 0);
|
||||||
|
}
|
||||||
|
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
static struct pca953x_platform_data mxt_td60_pca9557_pdata = {
|
||||||
|
.gpio_base = 240, /* place PCA9557 after all MX27 gpio pins */
|
||||||
|
.invert = 0, /* Do not invert */
|
||||||
|
.setup = mxt_td60_pca9557_setup,
|
||||||
|
};
|
||||||
|
|
||||||
|
static struct i2c_board_info mxt_td60_i2c_devices[] = {
|
||||||
|
{
|
||||||
|
I2C_BOARD_INFO("pca9557", 0x18),
|
||||||
|
.platform_data = &mxt_td60_pca9557_pdata,
|
||||||
|
},
|
||||||
|
};
|
||||||
|
|
||||||
|
static struct imxi2c_platform_data mxt_td60_i2c2_data = {
|
||||||
|
.bitrate = 100000,
|
||||||
|
};
|
||||||
|
|
||||||
|
static struct i2c_board_info mxt_td60_i2c2_devices[] = {
|
||||||
|
};
|
||||||
|
|
||||||
|
static struct imx_fb_videomode mxt_td60_modes[] = {
|
||||||
|
{
|
||||||
|
.mode = {
|
||||||
|
.name = "Chimei LW700AT9003",
|
||||||
|
.refresh = 60,
|
||||||
|
.xres = 800,
|
||||||
|
.yres = 480,
|
||||||
|
.pixclock = 30303,
|
||||||
|
.hsync_len = 64,
|
||||||
|
.left_margin = 0x67,
|
||||||
|
.right_margin = 0x68,
|
||||||
|
.vsync_len = 16,
|
||||||
|
.upper_margin = 0x0f,
|
||||||
|
.lower_margin = 0x0f,
|
||||||
|
},
|
||||||
|
.bpp = 16,
|
||||||
|
.pcr = 0xFA208B83,
|
||||||
|
},
|
||||||
|
};
|
||||||
|
|
||||||
|
static struct imx_fb_platform_data mxt_td60_fb_data = {
|
||||||
|
.mode = mxt_td60_modes,
|
||||||
|
.num_modes = ARRAY_SIZE(mxt_td60_modes),
|
||||||
|
|
||||||
|
/*
|
||||||
|
* - HSYNC active high
|
||||||
|
* - VSYNC active high
|
||||||
|
* - clk notenabled while idle
|
||||||
|
* - clock inverted
|
||||||
|
* - data not inverted
|
||||||
|
* - data enable low active
|
||||||
|
* - enable sharp mode
|
||||||
|
*/
|
||||||
|
.pwmr = 0x00A903FF,
|
||||||
|
.lscr1 = 0x00120300,
|
||||||
|
.dmacr = 0x00020010,
|
||||||
|
};
|
||||||
|
|
||||||
|
static int mxt_td60_sdhc1_init(struct device *dev, irq_handler_t detect_irq,
|
||||||
|
void *data)
|
||||||
|
{
|
||||||
|
return request_irq(IRQ_GPIOF(8), detect_irq, IRQF_TRIGGER_FALLING,
|
||||||
|
"sdhc1-card-detect", data);
|
||||||
|
}
|
||||||
|
|
||||||
|
static void mxt_td60_sdhc1_exit(struct device *dev, void *data)
|
||||||
|
{
|
||||||
|
free_irq(IRQ_GPIOF(8), data);
|
||||||
|
}
|
||||||
|
|
||||||
|
static struct imxmmc_platform_data sdhc1_pdata = {
|
||||||
|
.init = mxt_td60_sdhc1_init,
|
||||||
|
.exit = mxt_td60_sdhc1_exit,
|
||||||
|
};
|
||||||
|
|
||||||
|
static struct platform_device *platform_devices[] __initdata = {
|
||||||
|
&mxc_fec_device,
|
||||||
|
};
|
||||||
|
|
||||||
|
static struct imxuart_platform_data uart_pdata[] = {
|
||||||
|
{
|
||||||
|
.flags = IMXUART_HAVE_RTSCTS,
|
||||||
|
}, {
|
||||||
|
.flags = IMXUART_HAVE_RTSCTS,
|
||||||
|
}, {
|
||||||
|
.flags = IMXUART_HAVE_RTSCTS,
|
||||||
|
}, {
|
||||||
|
.flags = IMXUART_HAVE_RTSCTS,
|
||||||
|
}, {
|
||||||
|
.flags = IMXUART_HAVE_RTSCTS,
|
||||||
|
}, {
|
||||||
|
.flags = IMXUART_HAVE_RTSCTS,
|
||||||
|
},
|
||||||
|
};
|
||||||
|
|
||||||
|
static void __init mxt_td60_board_init(void)
|
||||||
|
{
|
||||||
|
mxc_gpio_setup_multiple_pins(mxt_td60_pins, ARRAY_SIZE(mxt_td60_pins),
|
||||||
|
"MXT_TD60");
|
||||||
|
|
||||||
|
mxc_register_device(&mxc_uart_device0, &uart_pdata[0]);
|
||||||
|
mxc_register_device(&mxc_uart_device1, &uart_pdata[1]);
|
||||||
|
mxc_register_device(&mxc_uart_device2, &uart_pdata[2]);
|
||||||
|
mxc_register_device(&mxc_uart_device3, &uart_pdata[3]);
|
||||||
|
mxc_register_device(&mxc_uart_device4, &uart_pdata[4]);
|
||||||
|
mxc_register_device(&mxc_uart_device5, &uart_pdata[5]);
|
||||||
|
mxc_register_device(&mxc_nand_device, &mxt_td60_nand_board_info);
|
||||||
|
|
||||||
|
i2c_register_board_info(0, mxt_td60_i2c_devices,
|
||||||
|
ARRAY_SIZE(mxt_td60_i2c_devices));
|
||||||
|
|
||||||
|
i2c_register_board_info(1, mxt_td60_i2c2_devices,
|
||||||
|
ARRAY_SIZE(mxt_td60_i2c2_devices));
|
||||||
|
|
||||||
|
mxc_register_device(&mxc_i2c_device0, &mxt_td60_i2c_data);
|
||||||
|
mxc_register_device(&mxc_i2c_device1, &mxt_td60_i2c2_data);
|
||||||
|
mxc_register_device(&mxc_fb_device, &mxt_td60_fb_data);
|
||||||
|
mxc_register_device(&mxc_sdhc_device0, &sdhc1_pdata);
|
||||||
|
|
||||||
|
platform_add_devices(platform_devices, ARRAY_SIZE(platform_devices));
|
||||||
|
}
|
||||||
|
|
||||||
|
static void __init mxt_td60_timer_init(void)
|
||||||
|
{
|
||||||
|
mx27_clocks_init(26000000);
|
||||||
|
}
|
||||||
|
|
||||||
|
static struct sys_timer mxt_td60_timer = {
|
||||||
|
.init = mxt_td60_timer_init,
|
||||||
|
};
|
||||||
|
|
||||||
|
MACHINE_START(MXT_TD60, "Maxtrack i-MXT TD60")
|
||||||
|
/* maintainer: Maxtrack Industrial */
|
||||||
|
.phys_io = AIPI_BASE_ADDR,
|
||||||
|
.io_pg_offst = ((AIPI_BASE_ADDR_VIRT) >> 18) & 0xfffc,
|
||||||
|
.boot_params = PHYS_OFFSET + 0x100,
|
||||||
|
.map_io = mx27_map_io,
|
||||||
|
.init_irq = mx27_init_irq,
|
||||||
|
.init_machine = mxt_td60_board_init,
|
||||||
|
.timer = &mxt_td60_timer,
|
||||||
|
MACHINE_END
|
||||||
|
|
@ -103,4 +103,12 @@ config MACH_MX35_3DS
|
|||||||
help
|
help
|
||||||
Include support for MX35PDK platform. This includes specific
|
Include support for MX35PDK platform. This includes specific
|
||||||
configurations for the board and its peripherals.
|
configurations for the board and its peripherals.
|
||||||
|
|
||||||
|
config MACH_KZM_ARM11_01
|
||||||
|
bool "Support KZM-ARM11-01(Kyoto Microcomputer)"
|
||||||
|
select ARCH_MX31
|
||||||
|
help
|
||||||
|
Include support for KZM-ARM11-01. This includes specific
|
||||||
|
configurations for the board and its peripherals.
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
@ -19,3 +19,4 @@ obj-$(CONFIG_MACH_QONG) += qong.o
|
|||||||
obj-$(CONFIG_MACH_PCM043) += pcm043.o
|
obj-$(CONFIG_MACH_PCM043) += pcm043.o
|
||||||
obj-$(CONFIG_MACH_ARMADILLO5X0) += armadillo5x0.o
|
obj-$(CONFIG_MACH_ARMADILLO5X0) += armadillo5x0.o
|
||||||
obj-$(CONFIG_MACH_MX35_3DS) += mx35pdk.o
|
obj-$(CONFIG_MACH_MX35_3DS) += mx35pdk.o
|
||||||
|
obj-$(CONFIG_MACH_KZM_ARM11_01) += kzmarm11.o
|
||||||
|
@ -387,6 +387,8 @@ DEFINE_CLOCK(csi_clk, 0, CCM_CGR3, 0, get_rate_csi, NULL);
|
|||||||
DEFINE_CLOCK(iim_clk, 0, CCM_CGR3, 2, NULL, NULL);
|
DEFINE_CLOCK(iim_clk, 0, CCM_CGR3, 2, NULL, NULL);
|
||||||
DEFINE_CLOCK(gpu2d_clk, 0, CCM_CGR3, 4, NULL, NULL);
|
DEFINE_CLOCK(gpu2d_clk, 0, CCM_CGR3, 4, NULL, NULL);
|
||||||
|
|
||||||
|
DEFINE_CLOCK(usbahb_clk, 0, 0, 0, get_rate_ahb, NULL);
|
||||||
|
|
||||||
static int clk_dummy_enable(struct clk *clk)
|
static int clk_dummy_enable(struct clk *clk)
|
||||||
{
|
{
|
||||||
return 0;
|
return 0;
|
||||||
@ -471,6 +473,7 @@ static struct clk_lookup lookups[] = {
|
|||||||
_REGISTER_CLOCK("mxc-ehci.1", "usb", usbotg_clk)
|
_REGISTER_CLOCK("mxc-ehci.1", "usb", usbotg_clk)
|
||||||
_REGISTER_CLOCK("mxc-ehci.2", "usb", usbotg_clk)
|
_REGISTER_CLOCK("mxc-ehci.2", "usb", usbotg_clk)
|
||||||
_REGISTER_CLOCK("fsl-usb2-udc", "usb", usbotg_clk)
|
_REGISTER_CLOCK("fsl-usb2-udc", "usb", usbotg_clk)
|
||||||
|
_REGISTER_CLOCK("fsl-usb2-udc", "usb_ahb", usbahb_clk)
|
||||||
_REGISTER_CLOCK("imx-wdt.0", NULL, wdog_clk)
|
_REGISTER_CLOCK("imx-wdt.0", NULL, wdog_clk)
|
||||||
_REGISTER_CLOCK(NULL, "max", max_clk)
|
_REGISTER_CLOCK(NULL, "max", max_clk)
|
||||||
_REGISTER_CLOCK(NULL, "audmux", audmux_clk)
|
_REGISTER_CLOCK(NULL, "audmux", audmux_clk)
|
||||||
@ -485,7 +488,7 @@ int __init mx35_clocks_init()
|
|||||||
int i;
|
int i;
|
||||||
unsigned int ll = 0;
|
unsigned int ll = 0;
|
||||||
|
|
||||||
#ifdef CONFIG_DEBUG_LL_CONSOLE
|
#if defined(CONFIG_DEBUG_LL) && !defined(CONFIG_DEBUG_ICEDCC)
|
||||||
ll = (3 << 16);
|
ll = (3 << 16);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
268
arch/arm/mach-mx3/kzmarm11.c
Normal file
268
arch/arm/mach-mx3/kzmarm11.c
Normal file
@ -0,0 +1,268 @@
|
|||||||
|
/*
|
||||||
|
* KZM-ARM11-01 support
|
||||||
|
* Copyright (C) 2009 Yoichi Yuasa <yuasa@linux-mips.org>
|
||||||
|
*
|
||||||
|
* based on code for MX31ADS,
|
||||||
|
* Copyright (C) 2000 Deep Blue Solutions Ltd
|
||||||
|
* Copyright (C) 2002 Shane Nay (shane@minirl.com)
|
||||||
|
* Copyright 2005-2007 Freescale Semiconductor, Inc. All Rights Reserved.
|
||||||
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program; if not, write to the Free Software
|
||||||
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
|
*/
|
||||||
|
|
||||||
|
#include <linux/gpio.h>
|
||||||
|
#include <linux/init.h>
|
||||||
|
#include <linux/platform_device.h>
|
||||||
|
#include <linux/serial_8250.h>
|
||||||
|
#include <linux/smsc911x.h>
|
||||||
|
#include <linux/types.h>
|
||||||
|
|
||||||
|
#include <asm/irq.h>
|
||||||
|
#include <asm/mach-types.h>
|
||||||
|
#include <asm/setup.h>
|
||||||
|
#include <asm/mach/arch.h>
|
||||||
|
#include <asm/mach/irq.h>
|
||||||
|
#include <asm/mach/map.h>
|
||||||
|
#include <asm/mach/time.h>
|
||||||
|
|
||||||
|
#include <mach/board-kzmarm11.h>
|
||||||
|
#include <mach/clock.h>
|
||||||
|
#include <mach/common.h>
|
||||||
|
#include <mach/imx-uart.h>
|
||||||
|
#include <mach/iomux-mx3.h>
|
||||||
|
#include <mach/memory.h>
|
||||||
|
|
||||||
|
#include "devices.h"
|
||||||
|
|
||||||
|
#if defined(CONFIG_SERIAL_8250) || defined(CONFIG_SERIAL_8250_MODULE)
|
||||||
|
/*
|
||||||
|
* KZM-ARM11-01 has an external UART on FPGA
|
||||||
|
*/
|
||||||
|
static struct plat_serial8250_port serial_platform_data[] = {
|
||||||
|
{
|
||||||
|
.membase = IO_ADDRESS(KZM_ARM11_16550),
|
||||||
|
.mapbase = KZM_ARM11_16550,
|
||||||
|
.irq = IOMUX_TO_IRQ(MX31_PIN_GPIO1_1),
|
||||||
|
.irqflags = IRQ_TYPE_EDGE_RISING,
|
||||||
|
.uartclk = 14745600,
|
||||||
|
.regshift = 0,
|
||||||
|
.iotype = UPIO_MEM,
|
||||||
|
.flags = UPF_BOOT_AUTOCONF | UPF_SKIP_TEST |
|
||||||
|
UPF_BUGGY_UART,
|
||||||
|
},
|
||||||
|
{},
|
||||||
|
};
|
||||||
|
|
||||||
|
static struct resource serial8250_resources[] = {
|
||||||
|
{
|
||||||
|
.start = KZM_ARM11_16550,
|
||||||
|
.end = KZM_ARM11_16550 + 0x10,
|
||||||
|
.flags = IORESOURCE_MEM,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
.start = IOMUX_TO_IRQ(MX31_PIN_GPIO1_1),
|
||||||
|
.end = IOMUX_TO_IRQ(MX31_PIN_GPIO1_1),
|
||||||
|
.flags = IORESOURCE_IRQ,
|
||||||
|
},
|
||||||
|
};
|
||||||
|
|
||||||
|
static struct platform_device serial_device = {
|
||||||
|
.name = "serial8250",
|
||||||
|
.id = PLAT8250_DEV_PLATFORM,
|
||||||
|
.dev = {
|
||||||
|
.platform_data = serial_platform_data,
|
||||||
|
},
|
||||||
|
.num_resources = ARRAY_SIZE(serial8250_resources),
|
||||||
|
.resource = serial8250_resources,
|
||||||
|
};
|
||||||
|
|
||||||
|
static int __init kzm_init_ext_uart(void)
|
||||||
|
{
|
||||||
|
u8 tmp;
|
||||||
|
|
||||||
|
/*
|
||||||
|
* GPIO 1-1: external UART interrupt line
|
||||||
|
*/
|
||||||
|
mxc_iomux_mode(IOMUX_MODE(MX31_PIN_GPIO1_1, IOMUX_CONFIG_GPIO));
|
||||||
|
gpio_request(IOMUX_TO_GPIO(MX31_PIN_GPIO1_1), "ext-uart-int");
|
||||||
|
gpio_direction_input(IOMUX_TO_GPIO(MX31_PIN_GPIO1_1));
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Unmask UART interrupt
|
||||||
|
*/
|
||||||
|
tmp = __raw_readb(IO_ADDRESS(KZM_ARM11_CTL1));
|
||||||
|
tmp |= 0x2;
|
||||||
|
__raw_writeb(tmp, IO_ADDRESS(KZM_ARM11_CTL1));
|
||||||
|
|
||||||
|
return platform_device_register(&serial_device);
|
||||||
|
}
|
||||||
|
#else
|
||||||
|
static inline int kzm_init_ext_uart(void)
|
||||||
|
{
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/*
|
||||||
|
* SMSC LAN9118
|
||||||
|
*/
|
||||||
|
#if defined(CONFIG_SMSC911X) || defined(CONFIG_SMSC911X_MODULE)
|
||||||
|
static struct smsc911x_platform_config kzm_smsc9118_config = {
|
||||||
|
.phy_interface = PHY_INTERFACE_MODE_MII,
|
||||||
|
.irq_polarity = SMSC911X_IRQ_POLARITY_ACTIVE_HIGH,
|
||||||
|
.irq_type = SMSC911X_IRQ_TYPE_PUSH_PULL,
|
||||||
|
.flags = SMSC911X_USE_32BIT | SMSC911X_SAVE_MAC_ADDRESS,
|
||||||
|
};
|
||||||
|
|
||||||
|
static struct resource kzm_smsc9118_resources[] = {
|
||||||
|
{
|
||||||
|
.start = CS5_BASE_ADDR,
|
||||||
|
.end = CS5_BASE_ADDR + SZ_128K - 1,
|
||||||
|
.flags = IORESOURCE_MEM,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
.start = IOMUX_TO_IRQ(MX31_PIN_GPIO1_2),
|
||||||
|
.end = IOMUX_TO_IRQ(MX31_PIN_GPIO1_2),
|
||||||
|
.flags = IORESOURCE_IRQ | IORESOURCE_IRQ_HIGHEDGE,
|
||||||
|
},
|
||||||
|
};
|
||||||
|
|
||||||
|
static struct platform_device kzm_smsc9118_device = {
|
||||||
|
.name = "smsc911x",
|
||||||
|
.id = -1,
|
||||||
|
.num_resources = ARRAY_SIZE(kzm_smsc9118_resources),
|
||||||
|
.resource = kzm_smsc9118_resources,
|
||||||
|
.dev = {
|
||||||
|
.platform_data = &kzm_smsc9118_config,
|
||||||
|
},
|
||||||
|
};
|
||||||
|
|
||||||
|
static int __init kzm_init_smsc9118(void)
|
||||||
|
{
|
||||||
|
/*
|
||||||
|
* GPIO 1-2: SMSC9118 interrupt line
|
||||||
|
*/
|
||||||
|
mxc_iomux_mode(IOMUX_MODE(MX31_PIN_GPIO1_2, IOMUX_CONFIG_GPIO));
|
||||||
|
gpio_request(IOMUX_TO_GPIO(MX31_PIN_GPIO1_2), "smsc9118-int");
|
||||||
|
gpio_direction_input(IOMUX_TO_GPIO(MX31_PIN_GPIO1_2));
|
||||||
|
|
||||||
|
return platform_device_register(&kzm_smsc9118_device);
|
||||||
|
}
|
||||||
|
#else
|
||||||
|
static inline int kzm_init_smsc9118(void)
|
||||||
|
{
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#if defined(CONFIG_SERIAL_IMX) || defined(CONFIG_SERIAL_IMX_MODULE)
|
||||||
|
static struct imxuart_platform_data uart_pdata = {
|
||||||
|
.flags = IMXUART_HAVE_RTSCTS,
|
||||||
|
};
|
||||||
|
|
||||||
|
static void __init kzm_init_imx_uart(void)
|
||||||
|
{
|
||||||
|
mxc_register_device(&mxc_uart_device0, &uart_pdata);
|
||||||
|
|
||||||
|
mxc_register_device(&mxc_uart_device1, &uart_pdata);
|
||||||
|
}
|
||||||
|
#else
|
||||||
|
static inline void kzm_init_imx_uart(void)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
|
static int kzm_pins[] __initdata = {
|
||||||
|
MX31_PIN_CTS1__CTS1,
|
||||||
|
MX31_PIN_RTS1__RTS1,
|
||||||
|
MX31_PIN_TXD1__TXD1,
|
||||||
|
MX31_PIN_RXD1__RXD1,
|
||||||
|
MX31_PIN_DCD_DCE1__DCD_DCE1,
|
||||||
|
MX31_PIN_RI_DCE1__RI_DCE1,
|
||||||
|
MX31_PIN_DSR_DCE1__DSR_DCE1,
|
||||||
|
MX31_PIN_DTR_DCE1__DTR_DCE1,
|
||||||
|
MX31_PIN_CTS2__CTS2,
|
||||||
|
MX31_PIN_RTS2__RTS2,
|
||||||
|
MX31_PIN_TXD2__TXD2,
|
||||||
|
MX31_PIN_RXD2__RXD2,
|
||||||
|
MX31_PIN_DCD_DTE1__DCD_DTE2,
|
||||||
|
MX31_PIN_RI_DTE1__RI_DTE2,
|
||||||
|
MX31_PIN_DSR_DTE1__DSR_DTE2,
|
||||||
|
MX31_PIN_DTR_DTE1__DTR_DTE2,
|
||||||
|
};
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Board specific initialization.
|
||||||
|
*/
|
||||||
|
static void __init kzm_board_init(void)
|
||||||
|
{
|
||||||
|
mxc_iomux_setup_multiple_pins(kzm_pins,
|
||||||
|
ARRAY_SIZE(kzm_pins), "kzm");
|
||||||
|
kzm_init_ext_uart();
|
||||||
|
kzm_init_smsc9118();
|
||||||
|
kzm_init_imx_uart();
|
||||||
|
|
||||||
|
pr_info("Clock input source is 26MHz\n");
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* This structure defines static mappings for the kzm-arm11-01 board.
|
||||||
|
*/
|
||||||
|
static struct map_desc kzm_io_desc[] __initdata = {
|
||||||
|
{
|
||||||
|
.virtual = CS4_BASE_ADDR_VIRT,
|
||||||
|
.pfn = __phys_to_pfn(CS4_BASE_ADDR),
|
||||||
|
.length = CS4_SIZE,
|
||||||
|
.type = MT_DEVICE
|
||||||
|
},
|
||||||
|
{
|
||||||
|
.virtual = CS5_BASE_ADDR_VIRT,
|
||||||
|
.pfn = __phys_to_pfn(CS5_BASE_ADDR),
|
||||||
|
.length = CS5_SIZE,
|
||||||
|
.type = MT_DEVICE
|
||||||
|
},
|
||||||
|
};
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Set up static virtual mappings.
|
||||||
|
*/
|
||||||
|
static void __init kzm_map_io(void)
|
||||||
|
{
|
||||||
|
mx31_map_io();
|
||||||
|
iotable_init(kzm_io_desc, ARRAY_SIZE(kzm_io_desc));
|
||||||
|
}
|
||||||
|
|
||||||
|
static void __init kzm_timer_init(void)
|
||||||
|
{
|
||||||
|
mx31_clocks_init(26000000);
|
||||||
|
}
|
||||||
|
|
||||||
|
static struct sys_timer kzm_timer = {
|
||||||
|
.init = kzm_timer_init,
|
||||||
|
};
|
||||||
|
|
||||||
|
/*
|
||||||
|
* The following uses standard kernel macros define in arch.h in order to
|
||||||
|
* initialize __mach_desc_KZM_ARM11_01 data structure.
|
||||||
|
*/
|
||||||
|
MACHINE_START(KZM_ARM11_01, "Kyoto Microcomputer Co., Ltd. KZM-ARM11-01")
|
||||||
|
.phys_io = AIPS1_BASE_ADDR,
|
||||||
|
.io_pg_offst = ((AIPS1_BASE_ADDR_VIRT) >> 18) & 0xfffc,
|
||||||
|
.boot_params = PHYS_OFFSET + 0x100,
|
||||||
|
.map_io = kzm_map_io,
|
||||||
|
.init_irq = mx31_init_irq,
|
||||||
|
.init_machine = kzm_board_init,
|
||||||
|
.timer = &kzm_timer,
|
||||||
|
MACHINE_END
|
@ -226,7 +226,7 @@ static struct mc13783_regulator_init_data moboard_regulators[] = {
|
|||||||
static struct mc13783_platform_data moboard_pmic = {
|
static struct mc13783_platform_data moboard_pmic = {
|
||||||
.regulators = moboard_regulators,
|
.regulators = moboard_regulators,
|
||||||
.num_regulators = ARRAY_SIZE(moboard_regulators),
|
.num_regulators = ARRAY_SIZE(moboard_regulators),
|
||||||
.flags = MC13783_USE_REGULATOR | MC13783_USE_RTC,
|
.flags = MC13783_USE_REGULATOR | MC13783_USE_RTC |
|
||||||
MC13783_USE_ADC,
|
MC13783_USE_ADC,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -23,6 +23,7 @@
|
|||||||
#include <linux/platform_device.h>
|
#include <linux/platform_device.h>
|
||||||
#include <linux/memory.h>
|
#include <linux/memory.h>
|
||||||
#include <linux/gpio.h>
|
#include <linux/gpio.h>
|
||||||
|
#include <linux/fsl_devices.h>
|
||||||
|
|
||||||
#include <asm/mach-types.h>
|
#include <asm/mach-types.h>
|
||||||
#include <asm/mach/arch.h>
|
#include <asm/mach/arch.h>
|
||||||
@ -69,6 +70,15 @@ static struct pad_desc mx35pdk_pads[] = {
|
|||||||
MX35_PAD_FEC_TDATA2__FEC_TDATA_2,
|
MX35_PAD_FEC_TDATA2__FEC_TDATA_2,
|
||||||
MX35_PAD_FEC_RDATA3__FEC_RDATA_3,
|
MX35_PAD_FEC_RDATA3__FEC_RDATA_3,
|
||||||
MX35_PAD_FEC_TDATA3__FEC_TDATA_3,
|
MX35_PAD_FEC_TDATA3__FEC_TDATA_3,
|
||||||
|
/* USBOTG */
|
||||||
|
MX35_PAD_USBOTG_PWR__USB_TOP_USBOTG_PWR,
|
||||||
|
MX35_PAD_USBOTG_OC__USB_TOP_USBOTG_OC,
|
||||||
|
};
|
||||||
|
|
||||||
|
/* OTG config */
|
||||||
|
static struct fsl_usb2_platform_data usb_pdata = {
|
||||||
|
.operating_mode = FSL_USB2_DR_DEVICE,
|
||||||
|
.phy_mode = FSL_USB2_PHY_UTMI_WIDE,
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -81,6 +91,8 @@ static void __init mxc_board_init(void)
|
|||||||
platform_add_devices(devices, ARRAY_SIZE(devices));
|
platform_add_devices(devices, ARRAY_SIZE(devices));
|
||||||
|
|
||||||
mxc_register_device(&mxc_uart_device0, &uart_pdata);
|
mxc_register_device(&mxc_uart_device0, &uart_pdata);
|
||||||
|
|
||||||
|
mxc_register_device(&mxc_otg_udc_device, &usb_pdata);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void __init mx35pdk_timer_init(void)
|
static void __init mx35pdk_timer_init(void)
|
||||||
|
@ -28,7 +28,9 @@
|
|||||||
|
|
||||||
static void __iomem *audmux_base;
|
static void __iomem *audmux_base;
|
||||||
|
|
||||||
#define MXC_AUDMUX_V1_PCR(x) ((x) * 4)
|
static unsigned char port_mapping[] = {
|
||||||
|
0x0, 0x4, 0x8, 0x10, 0x14, 0x1c,
|
||||||
|
};
|
||||||
|
|
||||||
int mxc_audmux_v1_configure_port(unsigned int port, unsigned int pcr)
|
int mxc_audmux_v1_configure_port(unsigned int port, unsigned int pcr)
|
||||||
{
|
{
|
||||||
@ -37,7 +39,10 @@ int mxc_audmux_v1_configure_port(unsigned int port, unsigned int pcr)
|
|||||||
return -ENOSYS;
|
return -ENOSYS;
|
||||||
}
|
}
|
||||||
|
|
||||||
writel(pcr, audmux_base + MXC_AUDMUX_V1_PCR(port));
|
if (port >= ARRAY_SIZE(port_mapping))
|
||||||
|
return -EINVAL;
|
||||||
|
|
||||||
|
writel(pcr, audmux_base + port_mapping[port]);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
39
arch/arm/plat-mxc/include/mach/board-kzmarm11.h
Normal file
39
arch/arm/plat-mxc/include/mach/board-kzmarm11.h
Normal file
@ -0,0 +1,39 @@
|
|||||||
|
/*
|
||||||
|
* Copyright (C) 2009 Yoichi Yuasa <yuasa@linux-mips.org>
|
||||||
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
* the Free Software Foundation; either version 2 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program; if not, write to the Free Software
|
||||||
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
|
*/
|
||||||
|
#ifndef __ARM_ARCH_BOARD_KZM_ARM11_H
|
||||||
|
#define __ARM_ARCH_BOARD_KZM_ARM11_H
|
||||||
|
|
||||||
|
/*
|
||||||
|
* KZM-ARM11-01 Board Control Registers on FPGA
|
||||||
|
*/
|
||||||
|
#define KZM_ARM11_CTL1 (CS4_BASE_ADDR + 0x1000)
|
||||||
|
#define KZM_ARM11_CTL2 (CS4_BASE_ADDR + 0x1001)
|
||||||
|
#define KZM_ARM11_RSW1 (CS4_BASE_ADDR + 0x1002)
|
||||||
|
#define KZM_ARM11_BACK_LIGHT (CS4_BASE_ADDR + 0x1004)
|
||||||
|
#define KZM_ARM11_FPGA_REV (CS4_BASE_ADDR + 0x1008)
|
||||||
|
#define KZM_ARM11_7SEG_LED (CS4_BASE_ADDR + 0x1010)
|
||||||
|
#define KZM_ARM11_LEDS (CS4_BASE_ADDR + 0x1020)
|
||||||
|
#define KZM_ARM11_DIPSW2 (CS4_BASE_ADDR + 0x1003)
|
||||||
|
|
||||||
|
/*
|
||||||
|
* External UART for touch panel on FPGA
|
||||||
|
*/
|
||||||
|
#define KZM_ARM11_16550 (CS4_BASE_ADDR + 0x1050)
|
||||||
|
|
||||||
|
#endif /* __ARM_ARCH_BOARD_KZM_ARM11_H */
|
||||||
|
|
@ -524,10 +524,18 @@ enum iomux_pins {
|
|||||||
#define MX31_PIN_RTS1__RTS1 IOMUX_MODE(MX31_PIN_RTS1, IOMUX_CONFIG_FUNC)
|
#define MX31_PIN_RTS1__RTS1 IOMUX_MODE(MX31_PIN_RTS1, IOMUX_CONFIG_FUNC)
|
||||||
#define MX31_PIN_TXD1__TXD1 IOMUX_MODE(MX31_PIN_TXD1, IOMUX_CONFIG_FUNC)
|
#define MX31_PIN_TXD1__TXD1 IOMUX_MODE(MX31_PIN_TXD1, IOMUX_CONFIG_FUNC)
|
||||||
#define MX31_PIN_RXD1__RXD1 IOMUX_MODE(MX31_PIN_RXD1, IOMUX_CONFIG_FUNC)
|
#define MX31_PIN_RXD1__RXD1 IOMUX_MODE(MX31_PIN_RXD1, IOMUX_CONFIG_FUNC)
|
||||||
|
#define MX31_PIN_DCD_DCE1__DCD_DCE1 IOMUX_MODE(MX31_PIN_DCD_DCE1, IOMUX_CONFIG_FUNC)
|
||||||
|
#define MX31_PIN_RI_DCE1__RI_DCE1 IOMUX_MODE(MX31_PIN_RI_DCE1, IOMUX_CONFIG_FUNC)
|
||||||
|
#define MX31_PIN_DSR_DCE1__DSR_DCE1 IOMUX_MODE(MX31_PIN_DSR_DCE1, IOMUX_CONFIG_FUNC)
|
||||||
|
#define MX31_PIN_DTR_DCE1__DTR_DCE1 IOMUX_MODE(MX31_PIN_DTR_DCE1, IOMUX_CONFIG_FUNC)
|
||||||
#define MX31_PIN_CTS2__CTS2 IOMUX_MODE(MX31_PIN_CTS2, IOMUX_CONFIG_FUNC)
|
#define MX31_PIN_CTS2__CTS2 IOMUX_MODE(MX31_PIN_CTS2, IOMUX_CONFIG_FUNC)
|
||||||
#define MX31_PIN_RTS2__RTS2 IOMUX_MODE(MX31_PIN_RTS2, IOMUX_CONFIG_FUNC)
|
#define MX31_PIN_RTS2__RTS2 IOMUX_MODE(MX31_PIN_RTS2, IOMUX_CONFIG_FUNC)
|
||||||
#define MX31_PIN_TXD2__TXD2 IOMUX_MODE(MX31_PIN_TXD2, IOMUX_CONFIG_FUNC)
|
#define MX31_PIN_TXD2__TXD2 IOMUX_MODE(MX31_PIN_TXD2, IOMUX_CONFIG_FUNC)
|
||||||
#define MX31_PIN_RXD2__RXD2 IOMUX_MODE(MX31_PIN_RXD2, IOMUX_CONFIG_FUNC)
|
#define MX31_PIN_RXD2__RXD2 IOMUX_MODE(MX31_PIN_RXD2, IOMUX_CONFIG_FUNC)
|
||||||
|
#define MX31_PIN_DCD_DTE1__DCD_DTE2 IOMUX_MODE(MX31_PIN_DCD_DTE1, IOMUX_CONFIG_ALT1)
|
||||||
|
#define MX31_PIN_RI_DTE1__RI_DTE2 IOMUX_MODE(MX31_PIN_RI_DTE1, IOMUX_CONFIG_ALT1)
|
||||||
|
#define MX31_PIN_DSR_DTE1__DSR_DTE2 IOMUX_MODE(MX31_PIN_DSR_DTE1, IOMUX_CONFIG_ALT1)
|
||||||
|
#define MX31_PIN_DTR_DTE1__DTR_DTE2 IOMUX_MODE(MX31_PIN_DTR_DTE1, IOMUX_OCONFIG_ALT3 | IOMUX_ICONFIG_NONE)
|
||||||
#define MX31_PIN_PC_RST__CTS5 IOMUX_MODE(MX31_PIN_PC_RST, IOMUX_CONFIG_ALT2)
|
#define MX31_PIN_PC_RST__CTS5 IOMUX_MODE(MX31_PIN_PC_RST, IOMUX_CONFIG_ALT2)
|
||||||
#define MX31_PIN_PC_VS2__RTS5 IOMUX_MODE(MX31_PIN_PC_VS2, IOMUX_CONFIG_ALT2)
|
#define MX31_PIN_PC_VS2__RTS5 IOMUX_MODE(MX31_PIN_PC_VS2, IOMUX_CONFIG_ALT2)
|
||||||
#define MX31_PIN_PC_BVD2__TXD5 IOMUX_MODE(MX31_PIN_PC_BVD2, IOMUX_CONFIG_ALT2)
|
#define MX31_PIN_PC_BVD2__TXD5 IOMUX_MODE(MX31_PIN_PC_BVD2, IOMUX_CONFIG_ALT2)
|
||||||
|
@ -123,6 +123,7 @@
|
|||||||
#define IRQ_GPIOC(x) (IRQ_GPIOB(32) + x)
|
#define IRQ_GPIOC(x) (IRQ_GPIOB(32) + x)
|
||||||
#define IRQ_GPIOD(x) (IRQ_GPIOC(32) + x)
|
#define IRQ_GPIOD(x) (IRQ_GPIOC(32) + x)
|
||||||
#define IRQ_GPIOE(x) (IRQ_GPIOD(32) + x)
|
#define IRQ_GPIOE(x) (IRQ_GPIOD(32) + x)
|
||||||
|
#define IRQ_GPIOF(x) (IRQ_GPIOE(32) + x)
|
||||||
|
|
||||||
|
|
||||||
extern void mxc_gpio_mode(int gpio_mode);
|
extern void mxc_gpio_mode(int gpio_mode);
|
||||||
|
@ -84,6 +84,7 @@ static __inline__ void __arch_decomp_setup(unsigned long arch_id)
|
|||||||
case MACH_TYPE_PCM038:
|
case MACH_TYPE_PCM038:
|
||||||
case MACH_TYPE_MX21ADS:
|
case MACH_TYPE_MX21ADS:
|
||||||
case MACH_TYPE_PCA100:
|
case MACH_TYPE_PCA100:
|
||||||
|
case MACH_TYPE_MXT_TD60:
|
||||||
uart_base = MX2X_UART1_BASE_ADDR;
|
uart_base = MX2X_UART1_BASE_ADDR;
|
||||||
break;
|
break;
|
||||||
case MACH_TYPE_MX31LITE:
|
case MACH_TYPE_MX31LITE:
|
||||||
|
Loading…
Reference in New Issue
Block a user