diff options
31 files changed, 259 insertions, 216 deletions
diff --git a/arch/arm/mach-mmp/ttc_dkb.c b/arch/arm/mach-mmp/ttc_dkb.c index 8f49b2b12608..b22dec4abf78 100644 --- a/arch/arm/mach-mmp/ttc_dkb.c +++ b/arch/arm/mach-mmp/ttc_dkb.c | |||
| @@ -24,8 +24,6 @@ | |||
| 24 | 24 | ||
| 25 | #include "common.h" | 25 | #include "common.h" |
| 26 | 26 | ||
| 27 | #define ARRAY_AND_SIZE(x) (x), ARRAY_SIZE(x) | ||
| 28 | |||
| 29 | static unsigned long ttc_dkb_pin_config[] __initdata = { | 27 | static unsigned long ttc_dkb_pin_config[] __initdata = { |
| 30 | /* UART2 */ | 28 | /* UART2 */ |
| 31 | GPIO47_UART2_RXD, | 29 | GPIO47_UART2_RXD, |
diff --git a/arch/arm/mach-mx2/mxt_td60.c b/arch/arm/mach-mx2/mxt_td60.c index 03dbbdc98955..8bcc1a5b8829 100644 --- a/arch/arm/mach-mx2/mxt_td60.c +++ b/arch/arm/mach-mx2/mxt_td60.c | |||
| @@ -58,21 +58,6 @@ static unsigned int mxt_td60_pins[] __initdata = { | |||
| 58 | PE9_PF_UART3_RXD, | 58 | PE9_PF_UART3_RXD, |
| 59 | PE10_PF_UART3_CTS, | 59 | PE10_PF_UART3_CTS, |
| 60 | PE11_PF_UART3_RTS, | 60 | PE11_PF_UART3_RTS, |
| 61 | /* UART3 */ | ||
| 62 | PB26_AF_UART4_RTS, | ||
| 63 | PB28_AF_UART4_TXD, | ||
| 64 | PB29_AF_UART4_CTS, | ||
| 65 | PB31_AF_UART4_RXD, | ||
| 66 | /* UART4 */ | ||
| 67 | PB18_AF_UART5_TXD, | ||
| 68 | PB19_AF_UART5_RXD, | ||
| 69 | PB20_AF_UART5_CTS, | ||
| 70 | PB21_AF_UART5_RTS, | ||
| 71 | /* UART5 */ | ||
| 72 | PB10_AF_UART6_TXD, | ||
| 73 | PB12_AF_UART6_CTS, | ||
| 74 | PB11_AF_UART6_RXD, | ||
| 75 | PB13_AF_UART6_RTS, | ||
| 76 | /* FEC */ | 61 | /* FEC */ |
| 77 | PD0_AIN_FEC_TXD0, | 62 | PD0_AIN_FEC_TXD0, |
| 78 | PD1_AIN_FEC_TXD1, | 63 | PD1_AIN_FEC_TXD1, |
| @@ -261,12 +246,6 @@ static struct imxuart_platform_data uart_pdata[] = { | |||
| 261 | .flags = IMXUART_HAVE_RTSCTS, | 246 | .flags = IMXUART_HAVE_RTSCTS, |
| 262 | }, { | 247 | }, { |
| 263 | .flags = IMXUART_HAVE_RTSCTS, | 248 | .flags = IMXUART_HAVE_RTSCTS, |
| 264 | }, { | ||
| 265 | .flags = IMXUART_HAVE_RTSCTS, | ||
| 266 | }, { | ||
| 267 | .flags = IMXUART_HAVE_RTSCTS, | ||
| 268 | }, { | ||
| 269 | .flags = IMXUART_HAVE_RTSCTS, | ||
| 270 | }, | 249 | }, |
| 271 | }; | 250 | }; |
| 272 | 251 | ||
| @@ -278,9 +257,6 @@ static void __init mxt_td60_board_init(void) | |||
| 278 | mxc_register_device(&mxc_uart_device0, &uart_pdata[0]); | 257 | mxc_register_device(&mxc_uart_device0, &uart_pdata[0]); |
| 279 | mxc_register_device(&mxc_uart_device1, &uart_pdata[1]); | 258 | mxc_register_device(&mxc_uart_device1, &uart_pdata[1]); |
| 280 | mxc_register_device(&mxc_uart_device2, &uart_pdata[2]); | 259 | mxc_register_device(&mxc_uart_device2, &uart_pdata[2]); |
| 281 | mxc_register_device(&mxc_uart_device3, &uart_pdata[3]); | ||
| 282 | mxc_register_device(&mxc_uart_device4, &uart_pdata[4]); | ||
| 283 | mxc_register_device(&mxc_uart_device5, &uart_pdata[5]); | ||
| 284 | mxc_register_device(&mxc_nand_device, &mxt_td60_nand_board_info); | 260 | mxc_register_device(&mxc_nand_device, &mxt_td60_nand_board_info); |
| 285 | 261 | ||
| 286 | i2c_register_board_info(0, mxt_td60_i2c_devices, | 262 | i2c_register_board_info(0, mxt_td60_i2c_devices, |
diff --git a/arch/arm/mach-mx25/clock.c b/arch/arm/mach-mx25/clock.c index ef26951a5275..6e838b857712 100644 --- a/arch/arm/mach-mx25/clock.c +++ b/arch/arm/mach-mx25/clock.c | |||
| @@ -173,6 +173,7 @@ DEFINE_CLOCK(pwm4_clk, 0, CCM_CGCR2, 2, get_rate_ipg, NULL); | |||
| 173 | DEFINE_CLOCK(kpp_clk, 0, CCM_CGCR1, 28, get_rate_ipg, NULL); | 173 | DEFINE_CLOCK(kpp_clk, 0, CCM_CGCR1, 28, get_rate_ipg, NULL); |
| 174 | DEFINE_CLOCK(tsc_clk, 0, CCM_CGCR2, 13, get_rate_ipg, NULL); | 174 | DEFINE_CLOCK(tsc_clk, 0, CCM_CGCR2, 13, get_rate_ipg, NULL); |
| 175 | DEFINE_CLOCK(i2c_clk, 0, CCM_CGCR0, 6, get_rate_i2c, NULL); | 175 | DEFINE_CLOCK(i2c_clk, 0, CCM_CGCR0, 6, get_rate_i2c, NULL); |
| 176 | DEFINE_CLOCK(fec_clk, 0, CCM_CGCR0, 23, get_rate_ipg, NULL); | ||
| 176 | 177 | ||
| 177 | #define _REGISTER_CLOCK(d, n, c) \ | 178 | #define _REGISTER_CLOCK(d, n, c) \ |
| 178 | { \ | 179 | { \ |
| @@ -204,6 +205,7 @@ static struct clk_lookup lookups[] = { | |||
| 204 | _REGISTER_CLOCK("imx-i2c.0", NULL, i2c_clk) | 205 | _REGISTER_CLOCK("imx-i2c.0", NULL, i2c_clk) |
| 205 | _REGISTER_CLOCK("imx-i2c.1", NULL, i2c_clk) | 206 | _REGISTER_CLOCK("imx-i2c.1", NULL, i2c_clk) |
| 206 | _REGISTER_CLOCK("imx-i2c.2", NULL, i2c_clk) | 207 | _REGISTER_CLOCK("imx-i2c.2", NULL, i2c_clk) |
| 208 | _REGISTER_CLOCK("fec.0", NULL, fec_clk) | ||
| 207 | }; | 209 | }; |
| 208 | 210 | ||
| 209 | int __init mx25_clocks_init(unsigned long fref) | 211 | int __init mx25_clocks_init(unsigned long fref) |
diff --git a/arch/arm/mach-mx25/devices.c b/arch/arm/mach-mx25/devices.c index 63511de3a559..9fdeea1c083b 100644 --- a/arch/arm/mach-mx25/devices.c +++ b/arch/arm/mach-mx25/devices.c | |||
| @@ -419,3 +419,22 @@ int __init mxc_register_gpios(void) | |||
| 419 | return mxc_gpio_init(imx_gpio_ports, ARRAY_SIZE(imx_gpio_ports)); | 419 | return mxc_gpio_init(imx_gpio_ports, ARRAY_SIZE(imx_gpio_ports)); |
| 420 | } | 420 | } |
| 421 | 421 | ||
| 422 | static struct resource mx25_fec_resources[] = { | ||
| 423 | { | ||
| 424 | .start = MX25_FEC_BASE_ADDR, | ||
| 425 | .end = MX25_FEC_BASE_ADDR + 0xfff, | ||
| 426 | .flags = IORESOURCE_MEM, | ||
| 427 | }, | ||
| 428 | { | ||
| 429 | .start = MX25_INT_FEC, | ||
| 430 | .end = MX25_INT_FEC, | ||
| 431 | .flags = IORESOURCE_IRQ, | ||
| 432 | }, | ||
| 433 | }; | ||
| 434 | |||
| 435 | struct platform_device mx25_fec_device = { | ||
| 436 | .name = "fec", | ||
| 437 | .id = 0, | ||
| 438 | .num_resources = ARRAY_SIZE(mx25_fec_resources), | ||
| 439 | .resource = mx25_fec_resources, | ||
| 440 | }; | ||
diff --git a/arch/arm/mach-mx25/devices.h b/arch/arm/mach-mx25/devices.h index fe6bf88ad1dd..fe5420fcd11f 100644 --- a/arch/arm/mach-mx25/devices.h +++ b/arch/arm/mach-mx25/devices.h | |||
| @@ -17,3 +17,4 @@ extern struct platform_device mxc_keypad_device; | |||
| 17 | extern struct platform_device mxc_i2c_device0; | 17 | extern struct platform_device mxc_i2c_device0; |
| 18 | extern struct platform_device mxc_i2c_device1; | 18 | extern struct platform_device mxc_i2c_device1; |
| 19 | extern struct platform_device mxc_i2c_device2; | 19 | extern struct platform_device mxc_i2c_device2; |
| 20 | extern struct platform_device mx25_fec_device; | ||
diff --git a/arch/arm/mach-mx25/mx25pdk.c b/arch/arm/mach-mx25/mx25pdk.c index d23ae571c03f..921bc99ea231 100644 --- a/arch/arm/mach-mx25/mx25pdk.c +++ b/arch/arm/mach-mx25/mx25pdk.c | |||
| @@ -18,10 +18,11 @@ | |||
| 18 | 18 | ||
| 19 | #include <linux/types.h> | 19 | #include <linux/types.h> |
| 20 | #include <linux/init.h> | 20 | #include <linux/init.h> |
| 21 | #include <linux/delay.h> | ||
| 21 | #include <linux/clk.h> | 22 | #include <linux/clk.h> |
| 22 | #include <linux/irq.h> | 23 | #include <linux/irq.h> |
| 23 | #include <linux/gpio.h> | 24 | #include <linux/gpio.h> |
| 24 | #include <linux/smsc911x.h> | 25 | #include <linux/fec.h> |
| 25 | #include <linux/platform_device.h> | 26 | #include <linux/platform_device.h> |
| 26 | 27 | ||
| 27 | #include <mach/hardware.h> | 28 | #include <mach/hardware.h> |
| @@ -35,16 +36,57 @@ | |||
| 35 | #include <mach/mx25.h> | 36 | #include <mach/mx25.h> |
| 36 | #include <mach/mxc_nand.h> | 37 | #include <mach/mxc_nand.h> |
| 37 | #include "devices.h" | 38 | #include "devices.h" |
| 38 | #include <mach/iomux-v3.h> | 39 | #include <mach/iomux.h> |
| 39 | 40 | ||
| 40 | static struct imxuart_platform_data uart_pdata = { | 41 | static struct imxuart_platform_data uart_pdata = { |
| 41 | .flags = IMXUART_HAVE_RTSCTS, | 42 | .flags = IMXUART_HAVE_RTSCTS, |
| 42 | }; | 43 | }; |
| 43 | 44 | ||
| 45 | static struct pad_desc mx25pdk_pads[] = { | ||
| 46 | MX25_PAD_FEC_MDC__FEC_MDC, | ||
| 47 | MX25_PAD_FEC_MDIO__FEC_MDIO, | ||
| 48 | MX25_PAD_FEC_TDATA0__FEC_TDATA0, | ||
| 49 | MX25_PAD_FEC_TDATA1__FEC_TDATA1, | ||
| 50 | MX25_PAD_FEC_TX_EN__FEC_TX_EN, | ||
| 51 | MX25_PAD_FEC_RDATA0__FEC_RDATA0, | ||
| 52 | MX25_PAD_FEC_RDATA1__FEC_RDATA1, | ||
| 53 | MX25_PAD_FEC_RX_DV__FEC_RX_DV, | ||
| 54 | MX25_PAD_FEC_TX_CLK__FEC_TX_CLK, | ||
| 55 | MX25_PAD_A17__GPIO_2_3, /* FEC_EN, GPIO 35 */ | ||
| 56 | MX25_PAD_D12__GPIO_4_8, /* FEC_RESET_B, GPIO 104 */ | ||
| 57 | }; | ||
| 58 | |||
| 59 | static struct fec_platform_data mx25_fec_pdata = { | ||
| 60 | .phy = PHY_INTERFACE_MODE_RMII, | ||
| 61 | }; | ||
| 62 | |||
| 63 | #define FEC_ENABLE_GPIO 35 | ||
| 64 | #define FEC_RESET_B_GPIO 104 | ||
| 65 | |||
| 66 | static void __init mx25pdk_fec_reset(void) | ||
| 67 | { | ||
| 68 | gpio_request(FEC_ENABLE_GPIO, "FEC PHY enable"); | ||
| 69 | gpio_request(FEC_RESET_B_GPIO, "FEC PHY reset"); | ||
| 70 | |||
| 71 | gpio_direction_output(FEC_ENABLE_GPIO, 0); /* drop PHY power */ | ||
| 72 | gpio_direction_output(FEC_RESET_B_GPIO, 0); /* assert reset */ | ||
| 73 | udelay(2); | ||
| 74 | |||
| 75 | /* turn on PHY power and lift reset */ | ||
| 76 | gpio_set_value(FEC_ENABLE_GPIO, 1); | ||
| 77 | gpio_set_value(FEC_RESET_B_GPIO, 1); | ||
| 78 | } | ||
| 79 | |||
| 44 | static void __init mx25pdk_init(void) | 80 | static void __init mx25pdk_init(void) |
| 45 | { | 81 | { |
| 82 | mxc_iomux_v3_setup_multiple_pads(mx25pdk_pads, | ||
| 83 | ARRAY_SIZE(mx25pdk_pads)); | ||
| 84 | |||
| 46 | mxc_register_device(&mxc_uart_device0, &uart_pdata); | 85 | mxc_register_device(&mxc_uart_device0, &uart_pdata); |
| 47 | mxc_register_device(&mxc_usbh2, NULL); | 86 | mxc_register_device(&mxc_usbh2, NULL); |
| 87 | |||
| 88 | mx25pdk_fec_reset(); | ||
| 89 | mxc_register_device(&mx25_fec_device, &mx25_fec_pdata); | ||
| 48 | } | 90 | } |
| 49 | 91 | ||
| 50 | static void __init mx25pdk_timer_init(void) | 92 | static void __init mx25pdk_timer_init(void) |
diff --git a/arch/arm/mach-mx3/Kconfig b/arch/arm/mach-mx3/Kconfig index ea8ed109a7c2..28294416b0af 100644 --- a/arch/arm/mach-mx3/Kconfig +++ b/arch/arm/mach-mx3/Kconfig | |||
| @@ -49,6 +49,7 @@ config MACH_PCM037_EET | |||
| 49 | config MACH_MX31LITE | 49 | config MACH_MX31LITE |
| 50 | bool "Support MX31 LITEKIT (LogicPD)" | 50 | bool "Support MX31 LITEKIT (LogicPD)" |
| 51 | select ARCH_MX31 | 51 | select ARCH_MX31 |
| 52 | select MXC_ULPI if USB_ULPI | ||
| 52 | help | 53 | help |
| 53 | Include support for MX31 LITEKIT platform. This includes specific | 54 | Include support for MX31 LITEKIT platform. This includes specific |
| 54 | configurations for the board and its peripherals. | 55 | configurations for the board and its peripherals. |
| @@ -63,7 +64,7 @@ config MACH_MX31_3DS | |||
| 63 | config MACH_MX31MOBOARD | 64 | config MACH_MX31MOBOARD |
| 64 | bool "Support mx31moboard platforms (EPFL Mobots group)" | 65 | bool "Support mx31moboard platforms (EPFL Mobots group)" |
| 65 | select ARCH_MX31 | 66 | select ARCH_MX31 |
| 66 | select MXC_ULPI | 67 | select MXC_ULPI if USB_ULPI |
| 67 | help | 68 | help |
| 68 | Include support for mx31moboard platform. This includes specific | 69 | Include support for mx31moboard platform. This includes specific |
| 69 | configurations for the board and its peripherals. | 70 | configurations for the board and its peripherals. |
diff --git a/arch/arm/mach-mx3/mm.c b/arch/arm/mach-mx3/mm.c index bedf5b8d976a..6858a4f9806c 100644 --- a/arch/arm/mach-mx3/mm.c +++ b/arch/arm/mach-mx3/mm.c | |||
| @@ -65,6 +65,11 @@ static struct map_desc mxc_io_desc[] __initdata = { | |||
| 65 | .pfn = __phys_to_pfn(AIPS2_BASE_ADDR), | 65 | .pfn = __phys_to_pfn(AIPS2_BASE_ADDR), |
| 66 | .length = AIPS2_SIZE, | 66 | .length = AIPS2_SIZE, |
| 67 | .type = MT_DEVICE_NONSHARED | 67 | .type = MT_DEVICE_NONSHARED |
| 68 | }, { | ||
| 69 | .virtual = SPBA0_BASE_ADDR_VIRT, | ||
| 70 | .pfn = __phys_to_pfn(SPBA0_BASE_ADDR), | ||
| 71 | .length = SPBA0_SIZE, | ||
| 72 | .type = MT_DEVICE_NONSHARED | ||
| 68 | }, | 73 | }, |
| 69 | }; | 74 | }; |
| 70 | 75 | ||
diff --git a/arch/arm/mach-mx3/mx31ads.c b/arch/arm/mach-mx3/mx31ads.c index 0497c152be18..3e7bafa2ddbb 100644 --- a/arch/arm/mach-mx3/mx31ads.c +++ b/arch/arm/mach-mx3/mx31ads.c | |||
| @@ -494,11 +494,6 @@ static void mxc_init_i2c(void) | |||
| 494 | */ | 494 | */ |
| 495 | static struct map_desc mx31ads_io_desc[] __initdata = { | 495 | static struct map_desc mx31ads_io_desc[] __initdata = { |
| 496 | { | 496 | { |
| 497 | .virtual = SPBA0_BASE_ADDR_VIRT, | ||
| 498 | .pfn = __phys_to_pfn(SPBA0_BASE_ADDR), | ||
| 499 | .length = SPBA0_SIZE, | ||
| 500 | .type = MT_DEVICE_NONSHARED | ||
| 501 | }, { | ||
| 502 | .virtual = CS4_BASE_ADDR_VIRT, | 497 | .virtual = CS4_BASE_ADDR_VIRT, |
| 503 | .pfn = __phys_to_pfn(CS4_BASE_ADDR), | 498 | .pfn = __phys_to_pfn(CS4_BASE_ADDR), |
| 504 | .length = CS4_SIZE / 2, | 499 | .length = CS4_SIZE / 2, |
diff --git a/arch/arm/mach-mx3/mx31lite.c b/arch/arm/mach-mx3/mx31lite.c index def6b6736594..789b20d1730f 100644 --- a/arch/arm/mach-mx3/mx31lite.c +++ b/arch/arm/mach-mx3/mx31lite.c | |||
| @@ -135,6 +135,7 @@ static struct spi_board_info mc13783_spi_dev __initdata = { | |||
| 135 | * USB | 135 | * USB |
| 136 | */ | 136 | */ |
| 137 | 137 | ||
| 138 | #if defined(CONFIG_USB_ULPI) | ||
| 138 | #define USB_PAD_CFG (PAD_CTL_DRV_MAX | PAD_CTL_SRE_FAST | PAD_CTL_HYS_CMOS | \ | 139 | #define USB_PAD_CFG (PAD_CTL_DRV_MAX | PAD_CTL_SRE_FAST | PAD_CTL_HYS_CMOS | \ |
| 139 | PAD_CTL_ODE_CMOS | PAD_CTL_100K_PU) | 140 | PAD_CTL_ODE_CMOS | PAD_CTL_100K_PU) |
| 140 | 141 | ||
| @@ -180,6 +181,7 @@ static struct mxc_usbh_platform_data usbh2_pdata = { | |||
| 180 | .portsc = MXC_EHCI_MODE_ULPI | MXC_EHCI_UTMI_8BIT, | 181 | .portsc = MXC_EHCI_MODE_ULPI | MXC_EHCI_UTMI_8BIT, |
| 181 | .flags = MXC_EHCI_POWER_PINS_ENABLED, | 182 | .flags = MXC_EHCI_POWER_PINS_ENABLED, |
| 182 | }; | 183 | }; |
| 184 | #endif | ||
| 183 | 185 | ||
| 184 | /* | 186 | /* |
| 185 | * NOR flash | 187 | * NOR flash |
| @@ -212,11 +214,6 @@ static struct platform_device physmap_flash_device = { | |||
| 212 | */ | 214 | */ |
| 213 | static struct map_desc mx31lite_io_desc[] __initdata = { | 215 | static struct map_desc mx31lite_io_desc[] __initdata = { |
| 214 | { | 216 | { |
| 215 | .virtual = SPBA0_BASE_ADDR_VIRT, | ||
| 216 | .pfn = __phys_to_pfn(SPBA0_BASE_ADDR), | ||
| 217 | .length = SPBA0_SIZE, | ||
| 218 | .type = MT_DEVICE_NONSHARED | ||
| 219 | }, { | ||
| 220 | .virtual = CS4_BASE_ADDR_VIRT, | 217 | .virtual = CS4_BASE_ADDR_VIRT, |
| 221 | .pfn = __phys_to_pfn(CS4_BASE_ADDR), | 218 | .pfn = __phys_to_pfn(CS4_BASE_ADDR), |
| 222 | .length = CS4_SIZE, | 219 | .length = CS4_SIZE, |
| @@ -261,11 +258,13 @@ static void __init mxc_board_init(void) | |||
| 261 | mxc_register_device(&mxc_spi_device1, &spi1_pdata); | 258 | mxc_register_device(&mxc_spi_device1, &spi1_pdata); |
| 262 | spi_register_board_info(&mc13783_spi_dev, 1); | 259 | spi_register_board_info(&mc13783_spi_dev, 1); |
| 263 | 260 | ||
| 261 | #if defined(CONFIG_USB_ULPI) | ||
| 264 | /* USB */ | 262 | /* USB */ |
| 265 | usbh2_pdata.otg = otg_ulpi_create(&mxc_ulpi_access_ops, | 263 | usbh2_pdata.otg = otg_ulpi_create(&mxc_ulpi_access_ops, |
| 266 | USB_OTG_DRV_VBUS | USB_OTG_DRV_VBUS_EXT); | 264 | USB_OTG_DRV_VBUS | USB_OTG_DRV_VBUS_EXT); |
| 267 | 265 | ||
| 268 | mxc_register_device(&mxc_usbh2, &usbh2_pdata); | 266 | mxc_register_device(&mxc_usbh2, &usbh2_pdata); |
| 267 | #endif | ||
| 269 | 268 | ||
| 270 | /* SMSC9117 IRQ pin */ | 269 | /* SMSC9117 IRQ pin */ |
| 271 | ret = gpio_request(IOMUX_TO_GPIO(MX31_PIN_SFS6), "sms9117-irq"); | 270 | ret = gpio_request(IOMUX_TO_GPIO(MX31_PIN_SFS6), "sms9117-irq"); |
diff --git a/arch/arm/mach-mx3/mx31moboard-devboard.c b/arch/arm/mach-mx3/mx31moboard-devboard.c index 8fc624f141cb..438428eaf769 100644 --- a/arch/arm/mach-mx3/mx31moboard-devboard.c +++ b/arch/arm/mach-mx3/mx31moboard-devboard.c | |||
| @@ -179,7 +179,7 @@ static int __init devboard_usbh1_init(void) | |||
| 179 | 179 | ||
| 180 | usbh1_pdata.otg = otg; | 180 | usbh1_pdata.otg = otg; |
| 181 | 181 | ||
| 182 | return mxc_register_device(&mx31_usbh1, &usbh1_pdata); | 182 | return mxc_register_device(&mxc_usbh1, &usbh1_pdata); |
| 183 | } | 183 | } |
| 184 | 184 | ||
| 185 | /* | 185 | /* |
diff --git a/arch/arm/mach-mx3/mx31moboard-marxbot.c b/arch/arm/mach-mx3/mx31moboard-marxbot.c index 85184a35e674..1f44b9ccbb0f 100644 --- a/arch/arm/mach-mx3/mx31moboard-marxbot.c +++ b/arch/arm/mach-mx3/mx31moboard-marxbot.c | |||
| @@ -294,7 +294,7 @@ static int __init marxbot_usbh1_init(void) | |||
| 294 | 294 | ||
| 295 | usbh1_pdata.otg = otg; | 295 | usbh1_pdata.otg = otg; |
| 296 | 296 | ||
| 297 | return mxc_register_device(&mx31_usbh1, &usbh1_pdata); | 297 | return mxc_register_device(&mxc_usbh1, &usbh1_pdata); |
| 298 | } | 298 | } |
| 299 | 299 | ||
| 300 | /* | 300 | /* |
diff --git a/arch/arm/mach-mx3/mx31moboard.c b/arch/arm/mach-mx3/mx31moboard.c index b70529145936..cfd605d078ec 100644 --- a/arch/arm/mach-mx3/mx31moboard.c +++ b/arch/arm/mach-mx3/mx31moboard.c | |||
| @@ -346,6 +346,8 @@ static struct fsl_usb2_platform_data usb_pdata = { | |||
| 346 | .phy_mode = FSL_USB2_PHY_ULPI, | 346 | .phy_mode = FSL_USB2_PHY_ULPI, |
| 347 | }; | 347 | }; |
| 348 | 348 | ||
| 349 | #if defined(CONFIG_USB_ULPI) | ||
| 350 | |||
| 349 | #define USBH2_EN_B IOMUX_TO_GPIO(MX31_PIN_SCK6) | 351 | #define USBH2_EN_B IOMUX_TO_GPIO(MX31_PIN_SCK6) |
| 350 | 352 | ||
| 351 | static int moboard_usbh2_hw_init(struct platform_device *pdev) | 353 | static int moboard_usbh2_hw_init(struct platform_device *pdev) |
| @@ -392,8 +394,11 @@ static int __init moboard_usbh2_init(void) | |||
| 392 | usbh2_pdata.otg = otg_ulpi_create(&mxc_ulpi_access_ops, | 394 | usbh2_pdata.otg = otg_ulpi_create(&mxc_ulpi_access_ops, |
| 393 | USB_OTG_DRV_VBUS | USB_OTG_DRV_VBUS_EXT); | 395 | USB_OTG_DRV_VBUS | USB_OTG_DRV_VBUS_EXT); |
| 394 | 396 | ||
| 395 | return mxc_register_device(&mx31_usbh2, &usbh2_pdata); | 397 | return mxc_register_device(&mxc_usbh2, &usbh2_pdata); |
| 396 | } | 398 | } |
| 399 | #else | ||
| 400 | static inline int moboard_usbh2_init(void) { return 0; } | ||
| 401 | #endif | ||
| 397 | 402 | ||
| 398 | 403 | ||
| 399 | static struct gpio_led mx31moboard_leds[] = { | 404 | static struct gpio_led mx31moboard_leds[] = { |
diff --git a/arch/arm/mach-mx3/mx31pdk.c b/arch/arm/mach-mx3/mx31pdk.c index 0f7a2f06bc2d..18715f1aa7eb 100644 --- a/arch/arm/mach-mx3/mx31pdk.c +++ b/arch/arm/mach-mx3/mx31pdk.c | |||
| @@ -211,11 +211,6 @@ static int __init mx31pdk_init_expio(void) | |||
| 211 | */ | 211 | */ |
| 212 | static struct map_desc mx31pdk_io_desc[] __initdata = { | 212 | static struct map_desc mx31pdk_io_desc[] __initdata = { |
| 213 | { | 213 | { |
| 214 | .virtual = SPBA0_BASE_ADDR_VIRT, | ||
| 215 | .pfn = __phys_to_pfn(SPBA0_BASE_ADDR), | ||
| 216 | .length = SPBA0_SIZE, | ||
| 217 | .type = MT_DEVICE_NONSHARED, | ||
| 218 | }, { | ||
| 219 | .virtual = CS5_BASE_ADDR_VIRT, | 214 | .virtual = CS5_BASE_ADDR_VIRT, |
| 220 | .pfn = __phys_to_pfn(CS5_BASE_ADDR), | 215 | .pfn = __phys_to_pfn(CS5_BASE_ADDR), |
| 221 | .length = CS5_SIZE, | 216 | .length = CS5_SIZE, |
diff --git a/arch/arm/mach-mx3/pcm037.c b/arch/arm/mach-mx3/pcm037.c index 6cbaabedf386..5be396917c99 100644 --- a/arch/arm/mach-mx3/pcm037.c +++ b/arch/arm/mach-mx3/pcm037.c | |||
| @@ -322,16 +322,25 @@ static int pcm037_camera_power(struct device *dev, int on) | |||
| 322 | return 0; | 322 | return 0; |
| 323 | } | 323 | } |
| 324 | 324 | ||
| 325 | static struct i2c_board_info pcm037_i2c_2_devices[] = { | 325 | static struct i2c_board_info pcm037_i2c_camera[] = { |
| 326 | { | 326 | { |
| 327 | I2C_BOARD_INFO("mt9t031", 0x5d), | 327 | I2C_BOARD_INFO("mt9t031", 0x5d), |
| 328 | }, { | ||
| 329 | I2C_BOARD_INFO("mt9v022", 0x48), | ||
| 328 | }, | 330 | }, |
| 329 | }; | 331 | }; |
| 330 | 332 | ||
| 331 | static struct soc_camera_link iclink = { | 333 | static struct soc_camera_link iclink_mt9v022 = { |
| 334 | .bus_id = 0, /* Must match with the camera ID */ | ||
| 335 | .board_info = &pcm037_i2c_camera[1], | ||
| 336 | .i2c_adapter_id = 2, | ||
| 337 | .module_name = "mt9v022", | ||
| 338 | }; | ||
| 339 | |||
| 340 | static struct soc_camera_link iclink_mt9t031 = { | ||
| 332 | .bus_id = 0, /* Must match with the camera ID */ | 341 | .bus_id = 0, /* Must match with the camera ID */ |
| 333 | .power = pcm037_camera_power, | 342 | .power = pcm037_camera_power, |
| 334 | .board_info = &pcm037_i2c_2_devices[0], | 343 | .board_info = &pcm037_i2c_camera[0], |
| 335 | .i2c_adapter_id = 2, | 344 | .i2c_adapter_id = 2, |
| 336 | .module_name = "mt9t031", | 345 | .module_name = "mt9t031", |
| 337 | }; | 346 | }; |
| @@ -345,11 +354,19 @@ static struct i2c_board_info pcm037_i2c_devices[] = { | |||
| 345 | } | 354 | } |
| 346 | }; | 355 | }; |
| 347 | 356 | ||
| 348 | static struct platform_device pcm037_camera = { | 357 | static struct platform_device pcm037_mt9t031 = { |
| 349 | .name = "soc-camera-pdrv", | 358 | .name = "soc-camera-pdrv", |
| 350 | .id = 0, | 359 | .id = 0, |
| 351 | .dev = { | 360 | .dev = { |
| 352 | .platform_data = &iclink, | 361 | .platform_data = &iclink_mt9t031, |
| 362 | }, | ||
| 363 | }; | ||
| 364 | |||
| 365 | static struct platform_device pcm037_mt9v022 = { | ||
| 366 | .name = "soc-camera-pdrv", | ||
| 367 | .id = 1, | ||
| 368 | .dev = { | ||
| 369 | .platform_data = &iclink_mt9v022, | ||
| 353 | }, | 370 | }, |
| 354 | }; | 371 | }; |
| 355 | 372 | ||
| @@ -449,7 +466,8 @@ static int __init pcm037_camera_alloc_dma(const size_t buf_size) | |||
| 449 | static struct platform_device *devices[] __initdata = { | 466 | static struct platform_device *devices[] __initdata = { |
| 450 | &pcm037_flash, | 467 | &pcm037_flash, |
| 451 | &pcm037_sram_device, | 468 | &pcm037_sram_device, |
| 452 | &pcm037_camera, | 469 | &pcm037_mt9t031, |
| 470 | &pcm037_mt9v022, | ||
| 453 | }; | 471 | }; |
| 454 | 472 | ||
| 455 | static struct ipu_platform_data mx3_ipu_data = { | 473 | static struct ipu_platform_data mx3_ipu_data = { |
| @@ -599,7 +617,7 @@ static void __init mxc_board_init(void) | |||
| 599 | if (!ret) | 617 | if (!ret) |
| 600 | gpio_direction_output(IOMUX_TO_GPIO(MX31_PIN_CSI_D5), 1); | 618 | gpio_direction_output(IOMUX_TO_GPIO(MX31_PIN_CSI_D5), 1); |
| 601 | else | 619 | else |
| 602 | iclink.power = NULL; | 620 | iclink_mt9t031.power = NULL; |
| 603 | 621 | ||
| 604 | if (!pcm037_camera_alloc_dma(4 * 1024 * 1024)) | 622 | if (!pcm037_camera_alloc_dma(4 * 1024 * 1024)) |
| 605 | mxc_register_device(&mx3_camera, &camera_pdata); | 623 | mxc_register_device(&mx3_camera, &camera_pdata); |
diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig index 8a0837ea0294..dee92182749b 100644 --- a/arch/arm/mach-pxa/Kconfig +++ b/arch/arm/mach-pxa/Kconfig | |||
| @@ -37,6 +37,8 @@ config MACH_ZYLONITE320 | |||
| 37 | config MACH_LITTLETON | 37 | config MACH_LITTLETON |
| 38 | bool "PXA3xx Form Factor Platform (aka Littleton)" | 38 | bool "PXA3xx Form Factor Platform (aka Littleton)" |
| 39 | select PXA3xx | 39 | select PXA3xx |
| 40 | select CPU_PXA300 | ||
| 41 | select CPU_PXA310 | ||
| 40 | select PXA_SSP | 42 | select PXA_SSP |
| 41 | 43 | ||
| 42 | config MACH_TAVOREVB | 44 | config MACH_TAVOREVB |
diff --git a/arch/arm/mach-pxa/include/mach/zylonite.h b/arch/arm/mach-pxa/include/mach/zylonite.h index bf6785adccf4..9edf645368d6 100644 --- a/arch/arm/mach-pxa/include/mach/zylonite.h +++ b/arch/arm/mach-pxa/include/mach/zylonite.h | |||
| @@ -8,13 +8,6 @@ | |||
| 8 | /* the following variables are processor specific and initialized | 8 | /* the following variables are processor specific and initialized |
| 9 | * by the corresponding zylonite_pxa3xx_init() | 9 | * by the corresponding zylonite_pxa3xx_init() |
| 10 | */ | 10 | */ |
| 11 | struct platform_mmc_slot { | ||
| 12 | int gpio_cd; | ||
| 13 | int gpio_wp; | ||
| 14 | }; | ||
| 15 | |||
| 16 | extern struct platform_mmc_slot zylonite_mmc_slot[]; | ||
| 17 | |||
| 18 | extern int gpio_eth_irq; | 11 | extern int gpio_eth_irq; |
| 19 | extern int gpio_debug_led1; | 12 | extern int gpio_debug_led1; |
| 20 | extern int gpio_debug_led2; | 13 | extern int gpio_debug_led2; |
diff --git a/arch/arm/mach-pxa/littleton.c b/arch/arm/mach-pxa/littleton.c index f28c1715b910..fa527b258d61 100644 --- a/arch/arm/mach-pxa/littleton.c +++ b/arch/arm/mach-pxa/littleton.c | |||
| @@ -110,6 +110,12 @@ static mfp_cfg_t littleton_mfp_cfg[] __initdata = { | |||
| 110 | GPIO7_MMC1_CLK, | 110 | GPIO7_MMC1_CLK, |
| 111 | GPIO8_MMC1_CMD, | 111 | GPIO8_MMC1_CMD, |
| 112 | GPIO15_GPIO, /* card detect */ | 112 | GPIO15_GPIO, /* card detect */ |
| 113 | |||
| 114 | /* UART3 */ | ||
| 115 | GPIO107_UART3_CTS, | ||
| 116 | GPIO108_UART3_RTS, | ||
| 117 | GPIO109_UART3_TXD, | ||
| 118 | GPIO110_UART3_RXD, | ||
| 113 | }; | 119 | }; |
| 114 | 120 | ||
| 115 | static struct resource smc91x_resources[] = { | 121 | static struct resource smc91x_resources[] = { |
diff --git a/arch/arm/mach-pxa/poodle.c b/arch/arm/mach-pxa/poodle.c index e5eeb3a62d01..c2b938a4d5c9 100644 --- a/arch/arm/mach-pxa/poodle.c +++ b/arch/arm/mach-pxa/poodle.c | |||
| @@ -293,7 +293,7 @@ static struct pxamci_platform_data poodle_mci_platform_data = { | |||
| 293 | .init = poodle_mci_init, | 293 | .init = poodle_mci_init, |
| 294 | .setpower = poodle_mci_setpower, | 294 | .setpower = poodle_mci_setpower, |
| 295 | .exit = poodle_mci_exit, | 295 | .exit = poodle_mci_exit, |
| 296 | .gpio_card_detect = POODLE_IRQ_GPIO_nSD_DETECT, | 296 | .gpio_card_detect = POODLE_GPIO_nSD_DETECT, |
| 297 | .gpio_card_ro = POODLE_GPIO_nSD_WP, | 297 | .gpio_card_ro = POODLE_GPIO_nSD_WP, |
| 298 | .gpio_power = -1, | 298 | .gpio_power = -1, |
| 299 | }; | 299 | }; |
diff --git a/arch/arm/mach-pxa/zeus.c b/arch/arm/mach-pxa/zeus.c index 5b986a8bd9e6..75f2a37f945d 100644 --- a/arch/arm/mach-pxa/zeus.c +++ b/arch/arm/mach-pxa/zeus.c | |||
| @@ -25,6 +25,7 @@ | |||
| 25 | #include <linux/mtd/physmap.h> | 25 | #include <linux/mtd/physmap.h> |
| 26 | #include <linux/i2c.h> | 26 | #include <linux/i2c.h> |
| 27 | #include <linux/i2c/pca953x.h> | 27 | #include <linux/i2c/pca953x.h> |
| 28 | #include <linux/apm-emulation.h> | ||
| 28 | 29 | ||
| 29 | #include <asm/mach-types.h> | 30 | #include <asm/mach-types.h> |
| 30 | #include <asm/mach/arch.h> | 31 | #include <asm/mach/arch.h> |
| @@ -626,8 +627,27 @@ static void zeus_power_off(void) | |||
| 626 | pxa27x_cpu_suspend(PWRMODE_DEEPSLEEP); | 627 | pxa27x_cpu_suspend(PWRMODE_DEEPSLEEP); |
| 627 | } | 628 | } |
| 628 | 629 | ||
| 629 | int zeus_get_pcb_info(struct i2c_client *client, unsigned gpio, | 630 | #ifdef CONFIG_APM_EMULATION |
| 630 | unsigned ngpio, void *context) | 631 | static void zeus_get_power_status(struct apm_power_info *info) |
| 632 | { | ||
| 633 | /* Power supply is always present */ | ||
| 634 | info->ac_line_status = APM_AC_ONLINE; | ||
| 635 | info->battery_status = APM_BATTERY_STATUS_NOT_PRESENT; | ||
| 636 | info->battery_flag = APM_BATTERY_FLAG_NOT_PRESENT; | ||
| 637 | } | ||
| 638 | |||
| 639 | static inline void zeus_setup_apm(void) | ||
| 640 | { | ||
| 641 | apm_get_power_status = zeus_get_power_status; | ||
| 642 | } | ||
| 643 | #else | ||
| 644 | static inline void zeus_setup_apm(void) | ||
| 645 | { | ||
| 646 | } | ||
| 647 | #endif | ||
| 648 | |||
| 649 | static int zeus_get_pcb_info(struct i2c_client *client, unsigned gpio, | ||
| 650 | unsigned ngpio, void *context) | ||
| 631 | { | 651 | { |
| 632 | int i; | 652 | int i; |
| 633 | u8 pcb_info = 0; | 653 | u8 pcb_info = 0; |
| @@ -726,9 +746,18 @@ static mfp_cfg_t zeus_pin_config[] __initdata = { | |||
| 726 | GPIO99_GPIO, /* CF RDY */ | 746 | GPIO99_GPIO, /* CF RDY */ |
| 727 | }; | 747 | }; |
| 728 | 748 | ||
| 749 | /* | ||
| 750 | * DM9k MSCx settings: SRAM, 16 bits | ||
| 751 | * 17 cycles delay first access | ||
| 752 | * 5 cycles delay next access | ||
| 753 | * 13 cycles recovery time | ||
| 754 | * faster device | ||
| 755 | */ | ||
| 756 | #define DM9K_MSC_VALUE 0xe4c9 | ||
| 757 | |||
| 729 | static void __init zeus_init(void) | 758 | static void __init zeus_init(void) |
| 730 | { | 759 | { |
| 731 | u16 dm9000_msc = 0xe279; | 760 | u16 dm9000_msc = DM9K_MSC_VALUE; |
| 732 | 761 | ||
| 733 | system_rev = __raw_readw(ZEUS_CPLD_VERSION); | 762 | system_rev = __raw_readw(ZEUS_CPLD_VERSION); |
| 734 | pr_info("Zeus CPLD V%dI%d\n", (system_rev & 0xf0) >> 4, (system_rev & 0x0f)); | 763 | pr_info("Zeus CPLD V%dI%d\n", (system_rev & 0xf0) >> 4, (system_rev & 0x0f)); |
| @@ -738,6 +767,7 @@ static void __init zeus_init(void) | |||
| 738 | MSC1 = (MSC1 & 0xffff0000) | dm9000_msc; | 767 | MSC1 = (MSC1 & 0xffff0000) | dm9000_msc; |
| 739 | 768 | ||
| 740 | pm_power_off = zeus_power_off; | 769 | pm_power_off = zeus_power_off; |
| 770 | zeus_setup_apm(); | ||
| 741 | 771 | ||
| 742 | pxa2xx_mfp_config(ARRAY_AND_SIZE(zeus_pin_config)); | 772 | pxa2xx_mfp_config(ARRAY_AND_SIZE(zeus_pin_config)); |
| 743 | 773 | ||
diff --git a/arch/arm/mach-pxa/zylonite.c b/arch/arm/mach-pxa/zylonite.c index b66e9e2d06e7..2b4043c04d0c 100644 --- a/arch/arm/mach-pxa/zylonite.c +++ b/arch/arm/mach-pxa/zylonite.c | |||
| @@ -36,9 +36,6 @@ | |||
| 36 | #include "devices.h" | 36 | #include "devices.h" |
| 37 | #include "generic.h" | 37 | #include "generic.h" |
| 38 | 38 | ||
| 39 | #define MAX_SLOTS 3 | ||
| 40 | struct platform_mmc_slot zylonite_mmc_slot[MAX_SLOTS]; | ||
| 41 | |||
| 42 | int gpio_eth_irq; | 39 | int gpio_eth_irq; |
| 43 | int gpio_debug_led1; | 40 | int gpio_debug_led1; |
| 44 | int gpio_debug_led2; | 41 | int gpio_debug_led2; |
| @@ -220,84 +217,28 @@ static inline void zylonite_init_lcd(void) {} | |||
| 220 | #endif | 217 | #endif |
| 221 | 218 | ||
| 222 | #if defined(CONFIG_MMC) | 219 | #if defined(CONFIG_MMC) |
| 223 | static int zylonite_mci_ro(struct device *dev) | ||
| 224 | { | ||
| 225 | struct platform_device *pdev = to_platform_device(dev); | ||
| 226 | |||
| 227 | return gpio_get_value(zylonite_mmc_slot[pdev->id].gpio_wp); | ||
| 228 | } | ||
| 229 | |||
| 230 | static int zylonite_mci_init(struct device *dev, | ||
| 231 | irq_handler_t zylonite_detect_int, | ||
| 232 | void *data) | ||
| 233 | { | ||
| 234 | struct platform_device *pdev = to_platform_device(dev); | ||
| 235 | int err, cd_irq, gpio_cd, gpio_wp; | ||
| 236 | |||
| 237 | cd_irq = gpio_to_irq(zylonite_mmc_slot[pdev->id].gpio_cd); | ||
| 238 | gpio_cd = zylonite_mmc_slot[pdev->id].gpio_cd; | ||
| 239 | gpio_wp = zylonite_mmc_slot[pdev->id].gpio_wp; | ||
| 240 | |||
| 241 | /* | ||
| 242 | * setup GPIO for Zylonite MMC controller | ||
| 243 | */ | ||
| 244 | err = gpio_request(gpio_cd, "mmc card detect"); | ||
| 245 | if (err) | ||
| 246 | goto err_request_cd; | ||
| 247 | gpio_direction_input(gpio_cd); | ||
| 248 | |||
| 249 | err = gpio_request(gpio_wp, "mmc write protect"); | ||
| 250 | if (err) | ||
| 251 | goto err_request_wp; | ||
| 252 | gpio_direction_input(gpio_wp); | ||
| 253 | |||
| 254 | err = request_irq(cd_irq, zylonite_detect_int, | ||
| 255 | IRQF_TRIGGER_RISING | IRQF_TRIGGER_FALLING, | ||
| 256 | "MMC card detect", data); | ||
| 257 | if (err) { | ||
| 258 | printk(KERN_ERR "%s: MMC/SD/SDIO: " | ||
| 259 | "can't request card detect IRQ\n", __func__); | ||
| 260 | goto err_request_irq; | ||
| 261 | } | ||
| 262 | |||
| 263 | return 0; | ||
| 264 | |||
| 265 | err_request_irq: | ||
| 266 | gpio_free(gpio_wp); | ||
| 267 | err_request_wp: | ||
| 268 | gpio_free(gpio_cd); | ||
| 269 | err_request_cd: | ||
| 270 | return err; | ||
| 271 | } | ||
| 272 | |||
| 273 | static void zylonite_mci_exit(struct device *dev, void *data) | ||
| 274 | { | ||
| 275 | struct platform_device *pdev = to_platform_device(dev); | ||
| 276 | int cd_irq, gpio_cd, gpio_wp; | ||
| 277 | |||
| 278 | cd_irq = gpio_to_irq(zylonite_mmc_slot[pdev->id].gpio_cd); | ||
| 279 | gpio_cd = zylonite_mmc_slot[pdev->id].gpio_cd; | ||
| 280 | gpio_wp = zylonite_mmc_slot[pdev->id].gpio_wp; | ||
| 281 | |||
| 282 | free_irq(cd_irq, data); | ||
| 283 | gpio_free(gpio_cd); | ||
| 284 | gpio_free(gpio_wp); | ||
| 285 | } | ||
| 286 | |||
| 287 | static struct pxamci_platform_data zylonite_mci_platform_data = { | 220 | static struct pxamci_platform_data zylonite_mci_platform_data = { |
| 288 | .detect_delay = 20, | 221 | .detect_delay = 20, |
| 289 | .ocr_mask = MMC_VDD_32_33|MMC_VDD_33_34, | 222 | .ocr_mask = MMC_VDD_32_33|MMC_VDD_33_34, |
| 290 | .init = zylonite_mci_init, | 223 | .gpio_card_detect = EXT_GPIO(0), |
| 291 | .exit = zylonite_mci_exit, | 224 | .gpio_card_ro = EXT_GPIO(2), |
| 292 | .get_ro = zylonite_mci_ro, | ||
| 293 | .gpio_card_detect = -1, | ||
| 294 | .gpio_card_ro = -1, | ||
| 295 | .gpio_power = -1, | 225 | .gpio_power = -1, |
| 296 | }; | 226 | }; |
| 297 | 227 | ||
| 298 | static struct pxamci_platform_data zylonite_mci2_platform_data = { | 228 | static struct pxamci_platform_data zylonite_mci2_platform_data = { |
| 299 | .detect_delay = 20, | 229 | .detect_delay = 20, |
| 300 | .ocr_mask = MMC_VDD_32_33|MMC_VDD_33_34, | 230 | .ocr_mask = MMC_VDD_32_33|MMC_VDD_33_34, |
| 231 | .gpio_card_detect = EXT_GPIO(1), | ||
| 232 | .gpio_card_ro = EXT_GPIO(3), | ||
| 233 | .gpio_power = -1, | ||
| 234 | }; | ||
| 235 | |||
| 236 | static struct pxamci_platform_data zylonite_mci3_platform_data = { | ||
| 237 | .detect_delay = 20, | ||
| 238 | .ocr_mask = MMC_VDD_32_33|MMC_VDD_33_34, | ||
| 239 | .gpio_card_detect = EXT_GPIO(30), | ||
| 240 | .gpio_card_ro = EXT_GPIO(31), | ||
| 241 | .gpio_power = -1, | ||
| 301 | }; | 242 | }; |
| 302 | 243 | ||
| 303 | static void __init zylonite_init_mmc(void) | 244 | static void __init zylonite_init_mmc(void) |
| @@ -305,7 +246,7 @@ static void __init zylonite_init_mmc(void) | |||
| 305 | pxa_set_mci_info(&zylonite_mci_platform_data); | 246 | pxa_set_mci_info(&zylonite_mci_platform_data); |
| 306 | pxa3xx_set_mci2_info(&zylonite_mci2_platform_data); | 247 | pxa3xx_set_mci2_info(&zylonite_mci2_platform_data); |
| 307 | if (cpu_is_pxa310()) | 248 | if (cpu_is_pxa310()) |
| 308 | pxa3xx_set_mci3_info(&zylonite_mci_platform_data); | 249 | pxa3xx_set_mci3_info(&zylonite_mci3_platform_data); |
| 309 | } | 250 | } |
| 310 | #else | 251 | #else |
| 311 | static inline void zylonite_init_mmc(void) {} | 252 | static inline void zylonite_init_mmc(void) {} |
diff --git a/arch/arm/mach-pxa/zylonite_pxa300.c b/arch/arm/mach-pxa/zylonite_pxa300.c index 84095440a878..3aa73b3e33f2 100644 --- a/arch/arm/mach-pxa/zylonite_pxa300.c +++ b/arch/arm/mach-pxa/zylonite_pxa300.c | |||
| @@ -129,8 +129,8 @@ static mfp_cfg_t common_mfp_cfg[] __initdata = { | |||
| 129 | GPIO22_I2C_SDA, | 129 | GPIO22_I2C_SDA, |
| 130 | 130 | ||
| 131 | /* GPIO */ | 131 | /* GPIO */ |
| 132 | GPIO18_GPIO, /* GPIO Expander #0 INT_N */ | 132 | GPIO18_GPIO | MFP_PULL_HIGH, /* GPIO Expander #0 INT_N */ |
| 133 | GPIO19_GPIO, /* GPIO Expander #1 INT_N */ | 133 | GPIO19_GPIO | MFP_PULL_HIGH, /* GPIO Expander #1 INT_N */ |
| 134 | }; | 134 | }; |
| 135 | 135 | ||
| 136 | static mfp_cfg_t pxa300_mfp_cfg[] __initdata = { | 136 | static mfp_cfg_t pxa300_mfp_cfg[] __initdata = { |
| @@ -258,10 +258,6 @@ void __init zylonite_pxa300_init(void) | |||
| 258 | /* detect LCD panel */ | 258 | /* detect LCD panel */ |
| 259 | zylonite_detect_lcd_panel(); | 259 | zylonite_detect_lcd_panel(); |
| 260 | 260 | ||
| 261 | /* MMC card detect & write protect for controller 0 */ | ||
| 262 | zylonite_mmc_slot[0].gpio_cd = EXT_GPIO(0); | ||
| 263 | zylonite_mmc_slot[0].gpio_wp = EXT_GPIO(2); | ||
| 264 | |||
| 265 | /* WM9713 IRQ */ | 261 | /* WM9713 IRQ */ |
| 266 | wm9713_irq = mfp_to_gpio(MFP_PIN_GPIO26); | 262 | wm9713_irq = mfp_to_gpio(MFP_PIN_GPIO26); |
| 267 | 263 | ||
| @@ -276,10 +272,6 @@ void __init zylonite_pxa300_init(void) | |||
| 276 | if (cpu_is_pxa310()) { | 272 | if (cpu_is_pxa310()) { |
| 277 | pxa3xx_mfp_config(ARRAY_AND_SIZE(pxa310_mfp_cfg)); | 273 | pxa3xx_mfp_config(ARRAY_AND_SIZE(pxa310_mfp_cfg)); |
| 278 | gpio_eth_irq = mfp_to_gpio(MFP_PIN_GPIO102); | 274 | gpio_eth_irq = mfp_to_gpio(MFP_PIN_GPIO102); |
| 279 | |||
| 280 | /* MMC card detect & write protect for controller 2 */ | ||
| 281 | zylonite_mmc_slot[2].gpio_cd = EXT_GPIO(30); | ||
| 282 | zylonite_mmc_slot[2].gpio_wp = EXT_GPIO(31); | ||
| 283 | } | 275 | } |
| 284 | 276 | ||
| 285 | /* GPIOs for Debug LEDs */ | 277 | /* GPIOs for Debug LEDs */ |
diff --git a/arch/arm/mach-pxa/zylonite_pxa320.c b/arch/arm/mach-pxa/zylonite_pxa320.c index 60d08f23f5e4..9942bac4cf7d 100644 --- a/arch/arm/mach-pxa/zylonite_pxa320.c +++ b/arch/arm/mach-pxa/zylonite_pxa320.c | |||
| @@ -209,10 +209,6 @@ void __init zylonite_pxa320_init(void) | |||
| 209 | gpio_debug_led1 = mfp_to_gpio(MFP_PIN_GPIO1_2); | 209 | gpio_debug_led1 = mfp_to_gpio(MFP_PIN_GPIO1_2); |
| 210 | gpio_debug_led2 = mfp_to_gpio(MFP_PIN_GPIO4_2); | 210 | gpio_debug_led2 = mfp_to_gpio(MFP_PIN_GPIO4_2); |
| 211 | 211 | ||
| 212 | /* MMC card detect & write protect for controller 0 */ | ||
| 213 | zylonite_mmc_slot[0].gpio_cd = mfp_to_gpio(MFP_PIN_GPIO1); | ||
| 214 | zylonite_mmc_slot[0].gpio_wp = mfp_to_gpio(MFP_PIN_GPIO5); | ||
| 215 | |||
| 216 | /* WM9713 IRQ */ | 212 | /* WM9713 IRQ */ |
| 217 | wm9713_irq = mfp_to_gpio(MFP_PIN_GPIO15); | 213 | wm9713_irq = mfp_to_gpio(MFP_PIN_GPIO15); |
| 218 | } | 214 | } |
diff --git a/arch/arm/mach-w90x900/include/mach/system.h b/arch/arm/mach-w90x900/include/mach/system.h index 940640066857..ce228bdc66dd 100644 --- a/arch/arm/mach-w90x900/include/mach/system.h +++ b/arch/arm/mach-w90x900/include/mach/system.h | |||
| @@ -15,7 +15,15 @@ | |||
| 15 | * | 15 | * |
| 16 | */ | 16 | */ |
| 17 | 17 | ||
| 18 | #include <linux/io.h> | ||
| 18 | #include <asm/proc-fns.h> | 19 | #include <asm/proc-fns.h> |
| 20 | #include <mach/map.h> | ||
| 21 | #include <mach/regs-timer.h> | ||
| 22 | |||
| 23 | #define WTCR (TMR_BA + 0x1C) | ||
| 24 | #define WTCLK (1 << 10) | ||
| 25 | #define WTE (1 << 7) | ||
| 26 | #define WTRE (1 << 1) | ||
| 19 | 27 | ||
| 20 | static void arch_idle(void) | 28 | static void arch_idle(void) |
| 21 | { | 29 | { |
| @@ -23,6 +31,11 @@ static void arch_idle(void) | |||
| 23 | 31 | ||
| 24 | static void arch_reset(char mode, const char *cmd) | 32 | static void arch_reset(char mode, const char *cmd) |
| 25 | { | 33 | { |
| 26 | cpu_reset(0); | 34 | if (mode == 's') { |
| 35 | /* Jump into ROM at address 0 */ | ||
| 36 | cpu_reset(0); | ||
| 37 | } else { | ||
| 38 | __raw_writel(WTE | WTRE | WTCLK, WTCR); | ||
| 39 | } | ||
| 27 | } | 40 | } |
| 28 | 41 | ||
diff --git a/arch/arm/mach-w90x900/time.c b/arch/arm/mach-w90x900/time.c index 4128af870b41..b80f769bc135 100644 --- a/arch/arm/mach-w90x900/time.c +++ b/arch/arm/mach-w90x900/time.c | |||
| @@ -42,7 +42,10 @@ | |||
| 42 | #define TICKS_PER_SEC 100 | 42 | #define TICKS_PER_SEC 100 |
| 43 | #define PRESCALE 0x63 /* Divider = prescale + 1 */ | 43 | #define PRESCALE 0x63 /* Divider = prescale + 1 */ |
| 44 | 44 | ||
| 45 | unsigned int timer0_load; | 45 | #define TDR_SHIFT 24 |
| 46 | #define TDR_MASK ((1 << TDR_SHIFT) - 1) | ||
| 47 | |||
| 48 | static unsigned int timer0_load; | ||
| 46 | 49 | ||
| 47 | static void nuc900_clockevent_setmode(enum clock_event_mode mode, | 50 | static void nuc900_clockevent_setmode(enum clock_event_mode mode, |
| 48 | struct clock_event_device *clk) | 51 | struct clock_event_device *clk) |
| @@ -88,7 +91,7 @@ static int nuc900_clockevent_setnextevent(unsigned long evt, | |||
| 88 | static struct clock_event_device nuc900_clockevent_device = { | 91 | static struct clock_event_device nuc900_clockevent_device = { |
| 89 | .name = "nuc900-timer0", | 92 | .name = "nuc900-timer0", |
| 90 | .shift = 32, | 93 | .shift = 32, |
| 91 | .features = CLOCK_EVT_MODE_PERIODIC | CLOCK_EVT_FEAT_ONESHOT, | 94 | .features = CLOCK_EVT_FEAT_PERIODIC | CLOCK_EVT_FEAT_ONESHOT, |
| 92 | .set_mode = nuc900_clockevent_setmode, | 95 | .set_mode = nuc900_clockevent_setmode, |
| 93 | .set_next_event = nuc900_clockevent_setnextevent, | 96 | .set_next_event = nuc900_clockevent_setnextevent, |
| 94 | .rating = 300, | 97 | .rating = 300, |
| @@ -112,8 +115,23 @@ static struct irqaction nuc900_timer0_irq = { | |||
| 112 | .handler = nuc900_timer0_interrupt, | 115 | .handler = nuc900_timer0_interrupt, |
| 113 | }; | 116 | }; |
| 114 | 117 | ||
| 115 | static void __init nuc900_clockevents_init(unsigned int rate) | 118 | static void __init nuc900_clockevents_init(void) |
| 116 | { | 119 | { |
| 120 | unsigned int rate; | ||
| 121 | struct clk *clk = clk_get(NULL, "timer0"); | ||
| 122 | |||
| 123 | BUG_ON(IS_ERR(clk)); | ||
| 124 | |||
| 125 | __raw_writel(0x00, REG_TCSR0); | ||
| 126 | |||
| 127 | clk_enable(clk); | ||
| 128 | rate = clk_get_rate(clk) / (PRESCALE + 1); | ||
| 129 | |||
| 130 | timer0_load = (rate / TICKS_PER_SEC); | ||
| 131 | |||
| 132 | __raw_writel(RESETINT, REG_TISR); | ||
| 133 | setup_irq(IRQ_TIMER0, &nuc900_timer0_irq); | ||
| 134 | |||
| 117 | nuc900_clockevent_device.mult = div_sc(rate, NSEC_PER_SEC, | 135 | nuc900_clockevent_device.mult = div_sc(rate, NSEC_PER_SEC, |
| 118 | nuc900_clockevent_device.shift); | 136 | nuc900_clockevent_device.shift); |
| 119 | nuc900_clockevent_device.max_delta_ns = clockevent_delta2ns(0xffffffff, | 137 | nuc900_clockevent_device.max_delta_ns = clockevent_delta2ns(0xffffffff, |
| @@ -127,26 +145,35 @@ static void __init nuc900_clockevents_init(unsigned int rate) | |||
| 127 | 145 | ||
| 128 | static cycle_t nuc900_get_cycles(struct clocksource *cs) | 146 | static cycle_t nuc900_get_cycles(struct clocksource *cs) |
| 129 | { | 147 | { |
| 130 | return ~__raw_readl(REG_TDR1); | 148 | return (~__raw_readl(REG_TDR1)) & TDR_MASK; |
| 131 | } | 149 | } |
| 132 | 150 | ||
| 133 | static struct clocksource clocksource_nuc900 = { | 151 | static struct clocksource clocksource_nuc900 = { |
| 134 | .name = "nuc900-timer1", | 152 | .name = "nuc900-timer1", |
| 135 | .rating = 200, | 153 | .rating = 200, |
| 136 | .read = nuc900_get_cycles, | 154 | .read = nuc900_get_cycles, |
| 137 | .mask = CLOCKSOURCE_MASK(32), | 155 | .mask = CLOCKSOURCE_MASK(TDR_SHIFT), |
| 138 | .shift = 20, | 156 | .shift = 10, |
| 139 | .flags = CLOCK_SOURCE_IS_CONTINUOUS, | 157 | .flags = CLOCK_SOURCE_IS_CONTINUOUS, |
| 140 | }; | 158 | }; |
| 141 | 159 | ||
| 142 | static void __init nuc900_clocksource_init(unsigned int rate) | 160 | static void __init nuc900_clocksource_init(void) |
| 143 | { | 161 | { |
| 144 | unsigned int val; | 162 | unsigned int val; |
| 163 | unsigned int rate; | ||
| 164 | struct clk *clk = clk_get(NULL, "timer1"); | ||
| 165 | |||
| 166 | BUG_ON(IS_ERR(clk)); | ||
| 167 | |||
| 168 | __raw_writel(0x00, REG_TCSR1); | ||
| 169 | |||
| 170 | clk_enable(clk); | ||
| 171 | rate = clk_get_rate(clk) / (PRESCALE + 1); | ||
| 145 | 172 | ||
| 146 | __raw_writel(0xffffffff, REG_TICR1); | 173 | __raw_writel(0xffffffff, REG_TICR1); |
| 147 | 174 | ||
| 148 | val = __raw_readl(REG_TCSR1); | 175 | val = __raw_readl(REG_TCSR1); |
| 149 | val |= (COUNTEN | PERIOD); | 176 | val |= (COUNTEN | PERIOD | PRESCALE); |
| 150 | __raw_writel(val, REG_TCSR1); | 177 | __raw_writel(val, REG_TCSR1); |
| 151 | 178 | ||
| 152 | clocksource_nuc900.mult = | 179 | clocksource_nuc900.mult = |
| @@ -156,25 +183,8 @@ static void __init nuc900_clocksource_init(unsigned int rate) | |||
| 156 | 183 | ||
| 157 | static void __init nuc900_timer_init(void) | 184 | static void __init nuc900_timer_init(void) |
| 158 | { | 185 | { |
| 159 | struct clk *ck_ext = clk_get(NULL, "ext"); | 186 | nuc900_clocksource_init(); |
| 160 | unsigned int rate; | 187 | nuc900_clockevents_init(); |
| 161 | |||
| 162 | BUG_ON(IS_ERR(ck_ext)); | ||
| 163 | |||
| 164 | rate = clk_get_rate(ck_ext); | ||
| 165 | clk_put(ck_ext); | ||
| 166 | rate = rate / (PRESCALE + 0x01); | ||
| 167 | |||
| 168 | /* set a known state */ | ||
| 169 | __raw_writel(0x00, REG_TCSR0); | ||
| 170 | __raw_writel(0x00, REG_TCSR1); | ||
| 171 | __raw_writel(RESETINT, REG_TISR); | ||
| 172 | timer0_load = (rate / TICKS_PER_SEC); | ||
| 173 | |||
| 174 | setup_irq(IRQ_TIMER0, &nuc900_timer0_irq); | ||
| 175 | |||
| 176 | nuc900_clocksource_init(rate); | ||
| 177 | nuc900_clockevents_init(rate); | ||
| 178 | } | 188 | } |
| 179 | 189 | ||
| 180 | struct sys_timer nuc900_timer = { | 190 | struct sys_timer nuc900_timer = { |
diff --git a/arch/arm/mm/tlb-v7.S b/arch/arm/mm/tlb-v7.S index a26a605b73bd..0cb1848bd876 100644 --- a/arch/arm/mm/tlb-v7.S +++ b/arch/arm/mm/tlb-v7.S | |||
| @@ -40,7 +40,6 @@ ENTRY(v7wbi_flush_user_tlb_range) | |||
| 40 | asid r3, r3 @ mask ASID | 40 | asid r3, r3 @ mask ASID |
| 41 | orr r0, r3, r0, lsl #PAGE_SHIFT @ Create initial MVA | 41 | orr r0, r3, r0, lsl #PAGE_SHIFT @ Create initial MVA |
| 42 | mov r1, r1, lsl #PAGE_SHIFT | 42 | mov r1, r1, lsl #PAGE_SHIFT |
| 43 | vma_vm_flags r2, r2 @ get vma->vm_flags | ||
| 44 | 1: | 43 | 1: |
| 45 | #ifdef CONFIG_SMP | 44 | #ifdef CONFIG_SMP |
| 46 | mcr p15, 0, r0, c8, c3, 1 @ TLB invalidate U MVA (shareable) | 45 | mcr p15, 0, r0, c8, c3, 1 @ TLB invalidate U MVA (shareable) |
diff --git a/arch/arm/plat-mxc/include/mach/iomux-mx25.h b/arch/arm/plat-mxc/include/mach/iomux-mx25.h index 810c47f56e77..9af494f0ab3d 100644 --- a/arch/arm/plat-mxc/include/mach/iomux-mx25.h +++ b/arch/arm/plat-mxc/include/mach/iomux-mx25.h | |||
| @@ -58,19 +58,19 @@ | |||
| 58 | 58 | ||
| 59 | #define MX25_PAD_A18__A18 IOMUX_PAD(0x23c, 0x020, 0x10, 0, 0, NO_PAD_CTRL) | 59 | #define MX25_PAD_A18__A18 IOMUX_PAD(0x23c, 0x020, 0x10, 0, 0, NO_PAD_CTRL) |
| 60 | #define MX25_PAD_A18__GPIO_2_4 IOMUX_PAD(0x23c, 0x020, 0x15, 0, 0, NO_PAD_CTRL) | 60 | #define MX25_PAD_A18__GPIO_2_4 IOMUX_PAD(0x23c, 0x020, 0x15, 0, 0, NO_PAD_CTRL) |
| 61 | #define MX25_PAD_A18__FEC_COL IOMUX_PAD(0x23c, 0x020, 0x17, 0x504, 0, NO_PAD_CTL) | 61 | #define MX25_PAD_A18__FEC_COL IOMUX_PAD(0x23c, 0x020, 0x17, 0x504, 0, NO_PAD_CTRL) |
| 62 | 62 | ||
| 63 | #define MX25_PAD_A19__A19 IOMUX_PAD(0x240, 0x024, 0x10, 0, 0, NO_PAD_CTRL) | 63 | #define MX25_PAD_A19__A19 IOMUX_PAD(0x240, 0x024, 0x10, 0, 0, NO_PAD_CTRL) |
| 64 | #define MX25_PAD_A19__FEC_RX_ER IOMUX_PAD(0x240, 0x024, 0x17, 0x518, 0, NO_PAD_CTL) | 64 | #define MX25_PAD_A19__FEC_RX_ER IOMUX_PAD(0x240, 0x024, 0x17, 0x518, 0, NO_PAD_CTRL) |
| 65 | #define MX25_PAD_A19__GPIO_2_5 IOMUX_PAD(0x240, 0x024, 0x15, 0, 0, NO_PAD_CTRL) | 65 | #define MX25_PAD_A19__GPIO_2_5 IOMUX_PAD(0x240, 0x024, 0x15, 0, 0, NO_PAD_CTRL) |
| 66 | 66 | ||
| 67 | #define MX25_PAD_A20__A20 IOMUX_PAD(0x244, 0x028, 0x10, 0, 0, NO_PAD_CTRL) | 67 | #define MX25_PAD_A20__A20 IOMUX_PAD(0x244, 0x028, 0x10, 0, 0, NO_PAD_CTRL) |
| 68 | #define MX25_PAD_A20__GPIO_2_6 IOMUX_PAD(0x244, 0x028, 0x15, 0, 0, NO_PAD_CTRL) | 68 | #define MX25_PAD_A20__GPIO_2_6 IOMUX_PAD(0x244, 0x028, 0x15, 0, 0, NO_PAD_CTRL) |
| 69 | #define MX25_PAD_A20__FEC_RDATA2 IOMUX_PAD(0x244, 0x028, 0x17, 0x50c, 0, NO_PAD_CTL) | 69 | #define MX25_PAD_A20__FEC_RDATA2 IOMUX_PAD(0x244, 0x028, 0x17, 0x50c, 0, NO_PAD_CTRL) |
| 70 | 70 | ||
| 71 | #define MX25_PAD_A21__A21 IOMUX_PAD(0x248, 0x02c, 0x10, 0, 0, NO_PAD_CTRL) | 71 | #define MX25_PAD_A21__A21 IOMUX_PAD(0x248, 0x02c, 0x10, 0, 0, NO_PAD_CTRL) |
| 72 | #define MX25_PAD_A21__GPIO_2_7 IOMUX_PAD(0x248, 0x02c, 0x15, 0, 0, NO_PAD_CTRL) | 72 | #define MX25_PAD_A21__GPIO_2_7 IOMUX_PAD(0x248, 0x02c, 0x15, 0, 0, NO_PAD_CTRL) |
| 73 | #define MX25_PAD_A21__FEC_RDATA3 IOMUX_PAD(0x248, 0x02c, 0x17, 0x510, 0, NO_PAD_CTL) | 73 | #define MX25_PAD_A21__FEC_RDATA3 IOMUX_PAD(0x248, 0x02c, 0x17, 0x510, 0, NO_PAD_CTRL) |
| 74 | 74 | ||
| 75 | #define MX25_PAD_A22__A22 IOMUX_PAD(0x000, 0x030, 0x10, 0, 0, NO_PAD_CTRL) | 75 | #define MX25_PAD_A22__A22 IOMUX_PAD(0x000, 0x030, 0x10, 0, 0, NO_PAD_CTRL) |
| 76 | #define MX25_PAD_A22__GPIO_2_8 IOMUX_PAD(0x000, 0x030, 0x15, 0, 0, NO_PAD_CTRL) | 76 | #define MX25_PAD_A22__GPIO_2_8 IOMUX_PAD(0x000, 0x030, 0x15, 0, 0, NO_PAD_CTRL) |
| @@ -80,11 +80,11 @@ | |||
| 80 | 80 | ||
| 81 | #define MX25_PAD_A24__A24 IOMUX_PAD(0x250, 0x038, 0x10, 0, 0, NO_PAD_CTRL) | 81 | #define MX25_PAD_A24__A24 IOMUX_PAD(0x250, 0x038, 0x10, 0, 0, NO_PAD_CTRL) |
| 82 | #define MX25_PAD_A24__GPIO_2_10 IOMUX_PAD(0x250, 0x038, 0x15, 0, 0, NO_PAD_CTRL) | 82 | #define MX25_PAD_A24__GPIO_2_10 IOMUX_PAD(0x250, 0x038, 0x15, 0, 0, NO_PAD_CTRL) |
| 83 | #define MX25_PAD_A24__FEC_RX_CLK IOMUX_PAD(0x250, 0x038, 0x17, 0x514, 0, NO_PAD_CTL) | 83 | #define MX25_PAD_A24__FEC_RX_CLK IOMUX_PAD(0x250, 0x038, 0x17, 0x514, 0, NO_PAD_CTRL) |
| 84 | 84 | ||
| 85 | #define MX25_PAD_A25__A25 IOMUX_PAD(0x254, 0x03c, 0x10, 0, 0, NO_PAD_CTRL) | 85 | #define MX25_PAD_A25__A25 IOMUX_PAD(0x254, 0x03c, 0x10, 0, 0, NO_PAD_CTRL) |
| 86 | #define MX25_PAD_A25__GPIO_2_11 IOMUX_PAD(0x254, 0x03c, 0x15, 0, 0, NO_PAD_CTRL) | 86 | #define MX25_PAD_A25__GPIO_2_11 IOMUX_PAD(0x254, 0x03c, 0x15, 0, 0, NO_PAD_CTRL) |
| 87 | #define MX25_PAD_A25__FEC_CRS IOMUX_PAD(0x254, 0x03c, 0x17, 0x508, 0, NO_PAD_CTL) | 87 | #define MX25_PAD_A25__FEC_CRS IOMUX_PAD(0x254, 0x03c, 0x17, 0x508, 0, NO_PAD_CTRL) |
| 88 | 88 | ||
| 89 | #define MX25_PAD_EB0__EB0 IOMUX_PAD(0x258, 0x040, 0x10, 0, 0, NO_PAD_CTRL) | 89 | #define MX25_PAD_EB0__EB0 IOMUX_PAD(0x258, 0x040, 0x10, 0, 0, NO_PAD_CTRL) |
| 90 | #define MX25_PAD_EB0__AUD4_TXD IOMUX_PAD(0x258, 0x040, 0x14, 0x464, 0, NO_PAD_CTRL) | 90 | #define MX25_PAD_EB0__AUD4_TXD IOMUX_PAD(0x258, 0x040, 0x14, 0x464, 0, NO_PAD_CTRL) |
| @@ -112,7 +112,7 @@ | |||
| 112 | #define MX25_PAD_CS5__UART5_RTS IOMUX_PAD(0x268, 0x058, 0x13, 0x574, 0, NO_PAD_CTRL) | 112 | #define MX25_PAD_CS5__UART5_RTS IOMUX_PAD(0x268, 0x058, 0x13, 0x574, 0, NO_PAD_CTRL) |
| 113 | #define MX25_PAD_CS5__GPIO_3_21 IOMUX_PAD(0x268, 0x058, 0x15, 0, 0, NO_PAD_CTRL) | 113 | #define MX25_PAD_CS5__GPIO_3_21 IOMUX_PAD(0x268, 0x058, 0x15, 0, 0, NO_PAD_CTRL) |
| 114 | 114 | ||
| 115 | #define MX25_PAD_NF_CE0__NF_CE0 IOMUX_PAD(0x26c, 0x05c, 0x10, 0, 0, NO_PAD_CTL) | 115 | #define MX25_PAD_NF_CE0__NF_CE0 IOMUX_PAD(0x26c, 0x05c, 0x10, 0, 0, NO_PAD_CTRL) |
| 116 | #define MX25_PAD_NF_CE0__GPIO_3_22 IOMUX_PAD(0x26c, 0x05c, 0x15, 0, 0, NO_PAD_CTRL) | 116 | #define MX25_PAD_NF_CE0__GPIO_3_22 IOMUX_PAD(0x26c, 0x05c, 0x15, 0, 0, NO_PAD_CTRL) |
| 117 | 117 | ||
| 118 | #define MX25_PAD_ECB__ECB IOMUX_PAD(0x270, 0x060, 0x10, 0, 0, NO_PAD_CTRL) | 118 | #define MX25_PAD_ECB__ECB IOMUX_PAD(0x270, 0x060, 0x10, 0, 0, NO_PAD_CTRL) |
| @@ -229,28 +229,28 @@ | |||
| 229 | #define MX25_PAD_LD7__GPIO_1_21 IOMUX_PAD(0x2dc, 0x0e4, 0x15, 0, 0, NO_PAD_CTRL) | 229 | #define MX25_PAD_LD7__GPIO_1_21 IOMUX_PAD(0x2dc, 0x0e4, 0x15, 0, 0, NO_PAD_CTRL) |
| 230 | 230 | ||
| 231 | #define MX25_PAD_LD8__LD8 IOMUX_PAD(0x2e0, 0x0e8, 0x10, 0, 0, NO_PAD_CTRL) | 231 | #define MX25_PAD_LD8__LD8 IOMUX_PAD(0x2e0, 0x0e8, 0x10, 0, 0, NO_PAD_CTRL) |
| 232 | #define MX25_PAD_LD8__FEC_TX_ERR IOMUX_PAD(0x2e0, 0x0e8, 0x15, 0, 0, NO_PAD_CTL) | 232 | #define MX25_PAD_LD8__FEC_TX_ERR IOMUX_PAD(0x2e0, 0x0e8, 0x15, 0, 0, NO_PAD_CTRL) |
| 233 | 233 | ||
| 234 | #define MX25_PAD_LD9__LD9 IOMUX_PAD(0x2e4, 0x0ec, 0x10, 0, 0, NO_PAD_CTRL) | 234 | #define MX25_PAD_LD9__LD9 IOMUX_PAD(0x2e4, 0x0ec, 0x10, 0, 0, NO_PAD_CTRL) |
| 235 | #define MX25_PAD_LD9__FEC_COL IOMUX_PAD(0x2e4, 0x0ec, 0x15, 0x504, 1, NO_PAD_CTL) | 235 | #define MX25_PAD_LD9__FEC_COL IOMUX_PAD(0x2e4, 0x0ec, 0x15, 0x504, 1, NO_PAD_CTRL) |
| 236 | 236 | ||
| 237 | #define MX25_PAD_LD10__LD10 IOMUX_PAD(0x2e8, 0x0f0, 0x10, 0, 0, NO_PAD_CTRL) | 237 | #define MX25_PAD_LD10__LD10 IOMUX_PAD(0x2e8, 0x0f0, 0x10, 0, 0, NO_PAD_CTRL) |
| 238 | #define MX25_PAD_LD10__FEC_RX_ER IOMUX_PAD(0x2e8, 0x0f0, 0x15, 0x518, 1, NO_PAD_CTL) | 238 | #define MX25_PAD_LD10__FEC_RX_ER IOMUX_PAD(0x2e8, 0x0f0, 0x15, 0x518, 1, NO_PAD_CTRL) |
| 239 | 239 | ||
| 240 | #define MX25_PAD_LD11__LD11 IOMUX_PAD(0x2ec, 0x0f4, 0x10, 0, 0, NO_PAD_CTRL) | 240 | #define MX25_PAD_LD11__LD11 IOMUX_PAD(0x2ec, 0x0f4, 0x10, 0, 0, NO_PAD_CTRL) |
| 241 | #define MX25_PAD_LD11__FEC_RDATA2 IOMUX_PAD(0x2ec, 0x0f4, 0x15, 0x50c, 1, NO_PAD_CTL) | 241 | #define MX25_PAD_LD11__FEC_RDATA2 IOMUX_PAD(0x2ec, 0x0f4, 0x15, 0x50c, 1, NO_PAD_CTRL) |
| 242 | 242 | ||
| 243 | #define MX25_PAD_LD12__LD12 IOMUX_PAD(0x2f0, 0x0f8, 0x10, 0, 0, NO_PAD_CTRL) | 243 | #define MX25_PAD_LD12__LD12 IOMUX_PAD(0x2f0, 0x0f8, 0x10, 0, 0, NO_PAD_CTRL) |
| 244 | #define MX25_PAD_LD12__FEC_RDATA3 IOMUX_PAD(0x2f0, 0x0f8, 0x15, 0x510, 1, NO_PAD_CTL) | 244 | #define MX25_PAD_LD12__FEC_RDATA3 IOMUX_PAD(0x2f0, 0x0f8, 0x15, 0x510, 1, NO_PAD_CTRL) |
| 245 | 245 | ||
| 246 | #define MX25_PAD_LD13__LD13 IOMUX_PAD(0x2f4, 0x0fc, 0x10, 0, 0, NO_PAD_CTRL) | 246 | #define MX25_PAD_LD13__LD13 IOMUX_PAD(0x2f4, 0x0fc, 0x10, 0, 0, NO_PAD_CTRL) |
| 247 | #define MX25_PAD_LD13__FEC_TDATA2 IOMUX_PAD(0x2f4, 0x0fc, 0x15, 0, 0, NO_PAD_CTL) | 247 | #define MX25_PAD_LD13__FEC_TDATA2 IOMUX_PAD(0x2f4, 0x0fc, 0x15, 0, 0, NO_PAD_CTRL) |
| 248 | 248 | ||
| 249 | #define MX25_PAD_LD14__LD14 IOMUX_PAD(0x2f8, 0x100, 0x10, 0, 0, NO_PAD_CTRL) | 249 | #define MX25_PAD_LD14__LD14 IOMUX_PAD(0x2f8, 0x100, 0x10, 0, 0, NO_PAD_CTRL) |
| 250 | #define MX25_PAD_LD14__FEC_TDATA3 IOMUX_PAD(0x2f8, 0x100, 0x15, 0, 0, NO_PAD_CTL) | 250 | #define MX25_PAD_LD14__FEC_TDATA3 IOMUX_PAD(0x2f8, 0x100, 0x15, 0, 0, NO_PAD_CTRL) |
| 251 | 251 | ||
| 252 | #define MX25_PAD_LD15__LD15 IOMUX_PAD(0x2fc, 0x104, 0x10, 0, 0, NO_PAD_CTRL) | 252 | #define MX25_PAD_LD15__LD15 IOMUX_PAD(0x2fc, 0x104, 0x10, 0, 0, NO_PAD_CTRL) |
| 253 | #define MX25_PAD_LD15__FEC_RX_CLK IOMUX_PAD(0x2fc, 0x104, 0x15, 0x514, 1, NO_PAD_CTL) | 253 | #define MX25_PAD_LD15__FEC_RX_CLK IOMUX_PAD(0x2fc, 0x104, 0x15, 0x514, 1, NO_PAD_CTRL) |
| 254 | 254 | ||
| 255 | #define MX25_PAD_HSYNC__HSYNC IOMUX_PAD(0x300, 0x108, 0x10, 0, 0, NO_PAD_CTRL) | 255 | #define MX25_PAD_HSYNC__HSYNC IOMUX_PAD(0x300, 0x108, 0x10, 0, 0, NO_PAD_CTRL) |
| 256 | #define MX25_PAD_HSYNC__GPIO_1_22 IOMUX_PAD(0x300, 0x108, 0x15, 0, 0, NO_PAD_CTRL) | 256 | #define MX25_PAD_HSYNC__GPIO_1_22 IOMUX_PAD(0x300, 0x108, 0x15, 0, 0, NO_PAD_CTRL) |
| @@ -265,7 +265,7 @@ | |||
| 265 | #define MX25_PAD_OE_ACD__GPIO_1_25 IOMUX_PAD(0x30c, 0x114, 0x15, 0, 0, NO_PAD_CTRL) | 265 | #define MX25_PAD_OE_ACD__GPIO_1_25 IOMUX_PAD(0x30c, 0x114, 0x15, 0, 0, NO_PAD_CTRL) |
| 266 | 266 | ||
| 267 | #define MX25_PAD_CONTRAST__CONTRAST IOMUX_PAD(0x310, 0x118, 0x10, 0, 0, NO_PAD_CTRL) | 267 | #define MX25_PAD_CONTRAST__CONTRAST IOMUX_PAD(0x310, 0x118, 0x10, 0, 0, NO_PAD_CTRL) |
| 268 | #define MX25_PAD_CONTRAST__FEC_CRS IOMUX_PAD(0x310, 0x118, 0x15, 0x508, 1, NO_PAD_CTL) | 268 | #define MX25_PAD_CONTRAST__FEC_CRS IOMUX_PAD(0x310, 0x118, 0x15, 0x508, 1, NO_PAD_CTRL) |
| 269 | 269 | ||
| 270 | #define MX25_PAD_PWM__PWM IOMUX_PAD(0x314, 0x11c, 0x10, 0, 0, NO_PAD_CTRL) | 270 | #define MX25_PAD_PWM__PWM IOMUX_PAD(0x314, 0x11c, 0x10, 0, 0, NO_PAD_CTRL) |
| 271 | #define MX25_PAD_PWM__GPIO_1_26 IOMUX_PAD(0x314, 0x11c, 0x15, 0, 0, NO_PAD_CTRL) | 271 | #define MX25_PAD_PWM__GPIO_1_26 IOMUX_PAD(0x314, 0x11c, 0x15, 0, 0, NO_PAD_CTRL) |
| @@ -354,19 +354,19 @@ | |||
| 354 | #define MX25_PAD_UART2_TXD__GPIO_4_27 IOMUX_PAD(0x37c, 0x184, 0x15, 0, 0, NO_PAD_CTRL) | 354 | #define MX25_PAD_UART2_TXD__GPIO_4_27 IOMUX_PAD(0x37c, 0x184, 0x15, 0, 0, NO_PAD_CTRL) |
| 355 | 355 | ||
| 356 | #define MX25_PAD_UART2_RTS__UART2_RTS IOMUX_PAD(0x380, 0x188, 0x10, 0, 0, NO_PAD_CTRL) | 356 | #define MX25_PAD_UART2_RTS__UART2_RTS IOMUX_PAD(0x380, 0x188, 0x10, 0, 0, NO_PAD_CTRL) |
| 357 | #define MX25_PAD_UART2_RTS__FEC_COL IOMUX_PAD(0x380, 0x188, 0x12, 0x504, 2, NO_PAD_CTL) | 357 | #define MX25_PAD_UART2_RTS__FEC_COL IOMUX_PAD(0x380, 0x188, 0x12, 0x504, 2, NO_PAD_CTRL) |
| 358 | #define MX25_PAD_UART2_RTS__GPIO_4_28 IOMUX_PAD(0x380, 0x188, 0x15, 0, 0, NO_PAD_CTRL) | 358 | #define MX25_PAD_UART2_RTS__GPIO_4_28 IOMUX_PAD(0x380, 0x188, 0x15, 0, 0, NO_PAD_CTRL) |
| 359 | 359 | ||
| 360 | #define MX25_PAD_UART2_CTS__FEC_RX_ER IOMUX_PAD(0x384, 0x18c, 0x12, 0x518, 2, NO_PAD_CTL) | 360 | #define MX25_PAD_UART2_CTS__FEC_RX_ER IOMUX_PAD(0x384, 0x18c, 0x12, 0x518, 2, NO_PAD_CTRL) |
| 361 | #define MX25_PAD_UART2_CTS__UART2_CTS IOMUX_PAD(0x384, 0x18c, 0x10, 0, 0, NO_PAD_CTRL) | 361 | #define MX25_PAD_UART2_CTS__UART2_CTS IOMUX_PAD(0x384, 0x18c, 0x10, 0, 0, NO_PAD_CTRL) |
| 362 | #define MX25_PAD_UART2_CTS__GPIO_4_29 IOMUX_PAD(0x384, 0x18c, 0x15, 0, 0, NO_PAD_CTRL) | 362 | #define MX25_PAD_UART2_CTS__GPIO_4_29 IOMUX_PAD(0x384, 0x18c, 0x15, 0, 0, NO_PAD_CTRL) |
| 363 | 363 | ||
| 364 | #define MX25_PAD_SD1_CMD__SD1_CMD IOMUX_PAD(0x388, 0x190, 0x10, 0, 0, PAD_CTL_PUS_47K_UP) | 364 | #define MX25_PAD_SD1_CMD__SD1_CMD IOMUX_PAD(0x388, 0x190, 0x10, 0, 0, PAD_CTL_PUS_47K_UP) |
| 365 | #define MX25_PAD_SD1_CMD__FEC_RDATA2 IOMUX_PAD(0x388, 0x190, 0x12, 0x50c, 2, NO_PAD_CTL) | 365 | #define MX25_PAD_SD1_CMD__FEC_RDATA2 IOMUX_PAD(0x388, 0x190, 0x12, 0x50c, 2, NO_PAD_CTRL) |
| 366 | #define MX25_PAD_SD1_CMD__GPIO_2_23 IOMUX_PAD(0x388, 0x190, 0x15, 0, 0, NO_PAD_CTRL) | 366 | #define MX25_PAD_SD1_CMD__GPIO_2_23 IOMUX_PAD(0x388, 0x190, 0x15, 0, 0, NO_PAD_CTRL) |
| 367 | 367 | ||
| 368 | #define MX25_PAD_SD1_CLK__SD1_CLK IOMUX_PAD(0x38c, 0x194, 0x10, 0, 0, PAD_CTL_PUS_47K_UP) | 368 | #define MX25_PAD_SD1_CLK__SD1_CLK IOMUX_PAD(0x38c, 0x194, 0x10, 0, 0, PAD_CTL_PUS_47K_UP) |
| 369 | #define MX25_PAD_SD1_CLK__FEC_RDATA3 IOMUX_PAD(0x38c, 0x194, 0x12, 0x510, 2, NO_PAD_CTL) | 369 | #define MX25_PAD_SD1_CLK__FEC_RDATA3 IOMUX_PAD(0x38c, 0x194, 0x12, 0x510, 2, NO_PAD_CTRL) |
| 370 | #define MX25_PAD_SD1_CLK__GPIO_2_24 IOMUX_PAD(0x38c, 0x194, 0x15, 0, 0, NO_PAD_CTRL) | 370 | #define MX25_PAD_SD1_CLK__GPIO_2_24 IOMUX_PAD(0x38c, 0x194, 0x15, 0, 0, NO_PAD_CTRL) |
| 371 | 371 | ||
| 372 | #define MX25_PAD_SD1_DATA0__SD1_DATA0 IOMUX_PAD(0x390, 0x198, 0x10, 0, 0, PAD_CTL_PUS_47K_UP) | 372 | #define MX25_PAD_SD1_DATA0__SD1_DATA0 IOMUX_PAD(0x390, 0x198, 0x10, 0, 0, PAD_CTL_PUS_47K_UP) |
| @@ -377,11 +377,11 @@ | |||
| 377 | #define MX25_PAD_SD1_DATA1__GPIO_2_26 IOMUX_PAD(0x394, 0x19c, 0x15, 0, 0, NO_PAD_CTRL) | 377 | #define MX25_PAD_SD1_DATA1__GPIO_2_26 IOMUX_PAD(0x394, 0x19c, 0x15, 0, 0, NO_PAD_CTRL) |
| 378 | 378 | ||
| 379 | #define MX25_PAD_SD1_DATA2__SD1_DATA2 IOMUX_PAD(0x398, 0x1a0, 0x10, 0, 0, PAD_CTL_PUS_47K_UP) | 379 | #define MX25_PAD_SD1_DATA2__SD1_DATA2 IOMUX_PAD(0x398, 0x1a0, 0x10, 0, 0, PAD_CTL_PUS_47K_UP) |
| 380 | #define MX25_PAD_SD1_DATA2__FEC_RX_CLK IOMUX_PAD(0x398, 0x1a0, 0x15, 0x514, 2, NO_PAD_CTL) | 380 | #define MX25_PAD_SD1_DATA2__FEC_RX_CLK IOMUX_PAD(0x398, 0x1a0, 0x15, 0x514, 2, NO_PAD_CTRL) |
| 381 | #define MX25_PAD_SD1_DATA2__GPIO_2_27 IOMUX_PAD(0x398, 0x1a0, 0x15, 0, 0, NO_PAD_CTRL) | 381 | #define MX25_PAD_SD1_DATA2__GPIO_2_27 IOMUX_PAD(0x398, 0x1a0, 0x15, 0, 0, NO_PAD_CTRL) |
| 382 | 382 | ||
| 383 | #define MX25_PAD_SD1_DATA3__SD1_DATA3 IOMUX_PAD(0x39c, 0x1a4, 0x10, 0, 0, PAD_CTL_PUS_47K_UP) | 383 | #define MX25_PAD_SD1_DATA3__SD1_DATA3 IOMUX_PAD(0x39c, 0x1a4, 0x10, 0, 0, PAD_CTL_PUS_47K_UP) |
| 384 | #define MX25_PAD_SD1_DATA3__FEC_CRS IOMUX_PAD(0x39c, 0x1a4, 0x10, 0x508, 2, NO_PAD_CTL) | 384 | #define MX25_PAD_SD1_DATA3__FEC_CRS IOMUX_PAD(0x39c, 0x1a4, 0x10, 0x508, 2, NO_PAD_CTRL) |
| 385 | #define MX25_PAD_SD1_DATA3__GPIO_2_28 IOMUX_PAD(0x39c, 0x1a4, 0x15, 0, 0, NO_PAD_CTRL) | 385 | #define MX25_PAD_SD1_DATA3__GPIO_2_28 IOMUX_PAD(0x39c, 0x1a4, 0x15, 0, 0, NO_PAD_CTRL) |
| 386 | 386 | ||
| 387 | #define MX25_PAD_KPP_ROW0__KPP_ROW0 IOMUX_PAD(0x3a0, 0x1a8, 0x10, 0, 0, PAD_CTL_PKE) | 387 | #define MX25_PAD_KPP_ROW0__KPP_ROW0 IOMUX_PAD(0x3a0, 0x1a8, 0x10, 0, 0, PAD_CTL_PKE) |
| @@ -410,7 +410,7 @@ | |||
| 410 | #define MX25_PAD_KPP_COL3__KPP_COL3 IOMUX_PAD(0x3bc, 0x1c4, 0x10, 0, 0, PAD_CTL_PKE | PAD_CTL_ODE) | 410 | #define MX25_PAD_KPP_COL3__KPP_COL3 IOMUX_PAD(0x3bc, 0x1c4, 0x10, 0, 0, PAD_CTL_PKE | PAD_CTL_ODE) |
| 411 | #define MX25_PAD_KPP_COL3__GPIO_3_4 IOMUX_PAD(0x3bc, 0x1c4, 0x15, 0, 0, NO_PAD_CTRL) | 411 | #define MX25_PAD_KPP_COL3__GPIO_3_4 IOMUX_PAD(0x3bc, 0x1c4, 0x15, 0, 0, NO_PAD_CTRL) |
| 412 | 412 | ||
| 413 | #define MX25_PAD_FEC_MDC__FEC_MDC IOMUX_PAD(0x3c0, 0x1c8, 0x10, 0, 0, NO_PAD_CTL) | 413 | #define MX25_PAD_FEC_MDC__FEC_MDC IOMUX_PAD(0x3c0, 0x1c8, 0x10, 0, 0, NO_PAD_CTRL) |
| 414 | #define MX25_PAD_FEC_MDC__AUD4_TXD IOMUX_PAD(0x3c0, 0x1c8, 0x12, 0x464, 1, NO_PAD_CTRL) | 414 | #define MX25_PAD_FEC_MDC__AUD4_TXD IOMUX_PAD(0x3c0, 0x1c8, 0x12, 0x464, 1, NO_PAD_CTRL) |
| 415 | #define MX25_PAD_FEC_MDC__GPIO_3_5 IOMUX_PAD(0x3c0, 0x1c8, 0x15, 0, 0, NO_PAD_CTRL) | 415 | #define MX25_PAD_FEC_MDC__GPIO_3_5 IOMUX_PAD(0x3c0, 0x1c8, 0x15, 0, 0, NO_PAD_CTRL) |
| 416 | 416 | ||
| @@ -418,23 +418,23 @@ | |||
| 418 | #define MX25_PAD_FEC_MDIO__AUD4_RXD IOMUX_PAD(0x3c4, 0x1cc, 0x12, 0x460, 1, NO_PAD_CTRL) | 418 | #define MX25_PAD_FEC_MDIO__AUD4_RXD IOMUX_PAD(0x3c4, 0x1cc, 0x12, 0x460, 1, NO_PAD_CTRL) |
| 419 | #define MX25_PAD_FEC_MDIO__GPIO_3_6 IOMUX_PAD(0x3c4, 0x1cc, 0x15, 0, 0, NO_PAD_CTRL) | 419 | #define MX25_PAD_FEC_MDIO__GPIO_3_6 IOMUX_PAD(0x3c4, 0x1cc, 0x15, 0, 0, NO_PAD_CTRL) |
| 420 | 420 | ||
| 421 | #define MX25_PAD_FEC_TDATA0__FEC_TDATA0 IOMUX_PAD(0x3c8, 0x1d0, 0x10, 0, 0, NO_PAD_CTL) | 421 | #define MX25_PAD_FEC_TDATA0__FEC_TDATA0 IOMUX_PAD(0x3c8, 0x1d0, 0x10, 0, 0, NO_PAD_CTRL) |
| 422 | #define MX25_PAD_FEC_TDATA0__GPIO_3_7 IOMUX_PAD(0x3c8, 0x1d0, 0x15, 0, 0, NO_PAD_CTRL) | 422 | #define MX25_PAD_FEC_TDATA0__GPIO_3_7 IOMUX_PAD(0x3c8, 0x1d0, 0x15, 0, 0, NO_PAD_CTRL) |
| 423 | 423 | ||
| 424 | #define MX25_PAD_FEC_TDATA1__FEC_TDATA1 IOMUX_PAD(0x3cc, 0x1d4, 0x10, 0, 0, NO_PAD_CTL) | 424 | #define MX25_PAD_FEC_TDATA1__FEC_TDATA1 IOMUX_PAD(0x3cc, 0x1d4, 0x10, 0, 0, NO_PAD_CTRL) |
| 425 | #define MX25_PAD_FEC_TDATA1__AUD4_TXFS IOMUX_PAD(0x3cc, 0x1d4, 0x12, 0x474, 1, NO_PAD_CTRL) | 425 | #define MX25_PAD_FEC_TDATA1__AUD4_TXFS IOMUX_PAD(0x3cc, 0x1d4, 0x12, 0x474, 1, NO_PAD_CTRL) |
| 426 | #define MX25_PAD_FEC_TDATA1__GPIO_3_8 IOMUX_PAD(0x3cc, 0x1d4, 0x15, 0, 0, NO_PAD_CTRL) | 426 | #define MX25_PAD_FEC_TDATA1__GPIO_3_8 IOMUX_PAD(0x3cc, 0x1d4, 0x15, 0, 0, NO_PAD_CTRL) |
| 427 | 427 | ||
| 428 | #define MX25_PAD_FEC_TX_EN__FEC_TX_EN IOMUX_PAD(0x3d0, 0x1d8, 0x10, 0, 0, NO_PAD_CTL) | 428 | #define MX25_PAD_FEC_TX_EN__FEC_TX_EN IOMUX_PAD(0x3d0, 0x1d8, 0x10, 0, 0, NO_PAD_CTRL) |
| 429 | #define MX25_PAD_FEC_TX_EN__GPIO_3_9 IOMUX_PAD(0x3d0, 0x1d8, 0x15, 0, 0, NO_PAD_CTRL) | 429 | #define MX25_PAD_FEC_TX_EN__GPIO_3_9 IOMUX_PAD(0x3d0, 0x1d8, 0x15, 0, 0, NO_PAD_CTRL) |
| 430 | 430 | ||
| 431 | #define MX25_PAD_FEC_RDATA0__FEC_RDATA0 IOMUX_PAD(0x3d4, 0x1dc, 0x10, 0, 0, PAD_CTL_PUS_100K_DOWN | NO_PAD_CTL) | 431 | #define MX25_PAD_FEC_RDATA0__FEC_RDATA0 IOMUX_PAD(0x3d4, 0x1dc, 0x10, 0, 0, PAD_CTL_PUS_100K_DOWN | NO_PAD_CTRL) |
| 432 | #define MX25_PAD_FEC_RDATA0__GPIO_3_10 IOMUX_PAD(0x3d4, 0x1dc, 0x15, 0, 0, NO_PAD_CTRL) | 432 | #define MX25_PAD_FEC_RDATA0__GPIO_3_10 IOMUX_PAD(0x3d4, 0x1dc, 0x15, 0, 0, NO_PAD_CTRL) |
| 433 | 433 | ||
| 434 | #define MX25_PAD_FEC_RDATA1__FEC_RDATA1 IOMUX_PAD(0x3d8, 0x1e0, 0x10, 0, 0, PAD_CTL_PUS_100K_DOWN | NO_PAD_CTL) | 434 | #define MX25_PAD_FEC_RDATA1__FEC_RDATA1 IOMUX_PAD(0x3d8, 0x1e0, 0x10, 0, 0, PAD_CTL_PUS_100K_DOWN | NO_PAD_CTRL) |
| 435 | #define MX25_PAD_FEC_RDATA1__GPIO_3_11 IOMUX_PAD(0x3d8, 0x1e0, 0x15, 0, 0, NO_PAD_CTRL) | 435 | #define MX25_PAD_FEC_RDATA1__GPIO_3_11 IOMUX_PAD(0x3d8, 0x1e0, 0x15, 0, 0, NO_PAD_CTRL) |
| 436 | 436 | ||
| 437 | #define MX25_PAD_FEC_RX_DV__FEC_RX_DV IOMUX_PAD(0x3dc, 0x1e4, 0x10, 0, 0, PAD_CTL_PUS_100K_DOWN | NO_PAD_CTL) | 437 | #define MX25_PAD_FEC_RX_DV__FEC_RX_DV IOMUX_PAD(0x3dc, 0x1e4, 0x10, 0, 0, PAD_CTL_PUS_100K_DOWN | NO_PAD_CTRL) |
| 438 | #define MX25_PAD_FEC_RX_DV__CAN2_RX IOMUX_PAD(0x3dc, 0x1e4, 0x14, 0x484, 0, PAD_CTL_PUS_22K_UP) | 438 | #define MX25_PAD_FEC_RX_DV__CAN2_RX IOMUX_PAD(0x3dc, 0x1e4, 0x14, 0x484, 0, PAD_CTL_PUS_22K_UP) |
| 439 | #define MX25_PAD_FEC_RX_DV__GPIO_3_12 IOMUX_PAD(0x3dc, 0x1e4, 0x15, 0, 0, NO_PAD_CTRL) | 439 | #define MX25_PAD_FEC_RX_DV__GPIO_3_12 IOMUX_PAD(0x3dc, 0x1e4, 0x15, 0, 0, NO_PAD_CTRL) |
| 440 | 440 | ||
diff --git a/arch/arm/plat-mxc/include/mach/mx25.h b/arch/arm/plat-mxc/include/mach/mx25.h index 91e738144804..854e2dc58481 100644 --- a/arch/arm/plat-mxc/include/mach/mx25.h +++ b/arch/arm/plat-mxc/include/mach/mx25.h | |||
| @@ -41,4 +41,8 @@ | |||
| 41 | #define UART1_BASE_ADDR 0x43f90000 | 41 | #define UART1_BASE_ADDR 0x43f90000 |
| 42 | #define UART2_BASE_ADDR 0x43f94000 | 42 | #define UART2_BASE_ADDR 0x43f94000 |
| 43 | 43 | ||
| 44 | #define MX25_FEC_BASE_ADDR 0x50038000 | ||
| 45 | |||
| 46 | #define MX25_INT_FEC 57 | ||
| 47 | |||
| 44 | #endif /* __MACH_MX25_H__ */ | 48 | #endif /* __MACH_MX25_H__ */ |
diff --git a/arch/arm/plat-pxa/pwm.c b/arch/arm/plat-pxa/pwm.c index a9eabdcfa163..51dc5c8106c0 100644 --- a/arch/arm/plat-pxa/pwm.c +++ b/arch/arm/plat-pxa/pwm.c | |||
| @@ -204,14 +204,14 @@ static int __devinit pwm_probe(struct platform_device *pdev) | |||
| 204 | goto err_free_clk; | 204 | goto err_free_clk; |
| 205 | } | 205 | } |
| 206 | 206 | ||
| 207 | r = request_mem_region(r->start, r->end - r->start + 1, pdev->name); | 207 | r = request_mem_region(r->start, resource_size(r), pdev->name); |
| 208 | if (r == NULL) { | 208 | if (r == NULL) { |
| 209 | dev_err(&pdev->dev, "failed to request memory resource\n"); | 209 | dev_err(&pdev->dev, "failed to request memory resource\n"); |
| 210 | ret = -EBUSY; | 210 | ret = -EBUSY; |
| 211 | goto err_free_clk; | 211 | goto err_free_clk; |
| 212 | } | 212 | } |
| 213 | 213 | ||
| 214 | pwm->mmio_base = ioremap(r->start, r->end - r->start + 1); | 214 | pwm->mmio_base = ioremap(r->start, resource_size(r)); |
| 215 | if (pwm->mmio_base == NULL) { | 215 | if (pwm->mmio_base == NULL) { |
| 216 | dev_err(&pdev->dev, "failed to ioremap() registers\n"); | 216 | dev_err(&pdev->dev, "failed to ioremap() registers\n"); |
| 217 | ret = -ENODEV; | 217 | ret = -ENODEV; |
| @@ -241,7 +241,7 @@ static int __devinit pwm_probe(struct platform_device *pdev) | |||
| 241 | return 0; | 241 | return 0; |
| 242 | 242 | ||
| 243 | err_free_mem: | 243 | err_free_mem: |
| 244 | release_mem_region(r->start, r->end - r->start + 1); | 244 | release_mem_region(r->start, resource_size(r)); |
| 245 | err_free_clk: | 245 | err_free_clk: |
| 246 | clk_put(pwm->clk); | 246 | clk_put(pwm->clk); |
| 247 | err_free: | 247 | err_free: |
| @@ -271,7 +271,7 @@ static int __devexit pwm_remove(struct platform_device *pdev) | |||
| 271 | iounmap(pwm->mmio_base); | 271 | iounmap(pwm->mmio_base); |
| 272 | 272 | ||
| 273 | r = platform_get_resource(pdev, IORESOURCE_MEM, 0); | 273 | r = platform_get_resource(pdev, IORESOURCE_MEM, 0); |
| 274 | release_mem_region(r->start, r->end - r->start + 1); | 274 | release_mem_region(r->start, resource_size(r)); |
| 275 | 275 | ||
| 276 | clk_put(pwm->clk); | 276 | clk_put(pwm->clk); |
| 277 | kfree(pwm); | 277 | kfree(pwm); |
diff --git a/drivers/net/arm/Kconfig b/drivers/net/arm/Kconfig index c37ee9e6b67b..39e1c0d39476 100644 --- a/drivers/net/arm/Kconfig +++ b/drivers/net/arm/Kconfig | |||
| @@ -68,6 +68,7 @@ config W90P910_ETH | |||
| 68 | tristate "Nuvoton w90p910 Ethernet support" | 68 | tristate "Nuvoton w90p910 Ethernet support" |
| 69 | depends on ARM && ARCH_W90X900 | 69 | depends on ARM && ARCH_W90X900 |
| 70 | select PHYLIB | 70 | select PHYLIB |
| 71 | select MII | ||
| 71 | help | 72 | help |
| 72 | Say Y here if you want to use built-in Ethernet ports | 73 | Say Y here if you want to use built-in Ethernet ports |
| 73 | on w90p910 processor. | 74 | on w90p910 processor. |
diff --git a/drivers/video/pxafb.c b/drivers/video/pxafb.c index 415858b421b3..825b665245bb 100644 --- a/drivers/video/pxafb.c +++ b/drivers/video/pxafb.c | |||
| @@ -1221,9 +1221,9 @@ static void setup_smart_timing(struct pxafb_info *fbi, | |||
| 1221 | static int pxafb_smart_thread(void *arg) | 1221 | static int pxafb_smart_thread(void *arg) |
| 1222 | { | 1222 | { |
| 1223 | struct pxafb_info *fbi = arg; | 1223 | struct pxafb_info *fbi = arg; |
| 1224 | struct pxafb_mach_info *inf; | 1224 | struct pxafb_mach_info *inf = fbi->dev->platform_data; |
| 1225 | 1225 | ||
| 1226 | if (!fbi || !fbi->dev->platform_data->smart_update) { | 1226 | if (!inf->smart_update) { |
| 1227 | pr_err("%s: not properly initialized, thread terminated\n", | 1227 | pr_err("%s: not properly initialized, thread terminated\n", |
| 1228 | __func__); | 1228 | __func__); |
| 1229 | return -EINVAL; | 1229 | return -EINVAL; |
