diff options
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-imx/clock-imx25.c | 7 | ||||
-rw-r--r-- | arch/arm/mach-mx5/clock-mx51-mx53.c | 11 | ||||
-rw-r--r-- | arch/arm/plat-mxc/devices/platform-spi_imx.c | 12 |
3 files changed, 19 insertions, 11 deletions
diff --git a/arch/arm/mach-imx/clock-imx25.c b/arch/arm/mach-imx/clock-imx25.c index a65838fc061c..af1c580b06bc 100644 --- a/arch/arm/mach-imx/clock-imx25.c +++ b/arch/arm/mach-imx/clock-imx25.c | |||
@@ -282,9 +282,10 @@ static struct clk_lookup lookups[] = { | |||
282 | _REGISTER_CLOCK("mxc-ehci.2", "usb", usbotg_clk) | 282 | _REGISTER_CLOCK("mxc-ehci.2", "usb", usbotg_clk) |
283 | _REGISTER_CLOCK("fsl-usb2-udc", "usb", usbotg_clk) | 283 | _REGISTER_CLOCK("fsl-usb2-udc", "usb", usbotg_clk) |
284 | _REGISTER_CLOCK("mxc_nand.0", NULL, nfc_clk) | 284 | _REGISTER_CLOCK("mxc_nand.0", NULL, nfc_clk) |
285 | _REGISTER_CLOCK("imx25-cspi.0", NULL, cspi1_clk) | 285 | /* i.mx25 has the i.mx35 type cspi */ |
286 | _REGISTER_CLOCK("imx25-cspi.1", NULL, cspi2_clk) | 286 | _REGISTER_CLOCK("imx35-cspi.0", NULL, cspi1_clk) |
287 | _REGISTER_CLOCK("imx25-cspi.2", NULL, cspi3_clk) | 287 | _REGISTER_CLOCK("imx35-cspi.1", NULL, cspi2_clk) |
288 | _REGISTER_CLOCK("imx35-cspi.2", NULL, cspi3_clk) | ||
288 | _REGISTER_CLOCK("mxc_pwm.0", NULL, pwm1_clk) | 289 | _REGISTER_CLOCK("mxc_pwm.0", NULL, pwm1_clk) |
289 | _REGISTER_CLOCK("mxc_pwm.1", NULL, pwm2_clk) | 290 | _REGISTER_CLOCK("mxc_pwm.1", NULL, pwm2_clk) |
290 | _REGISTER_CLOCK("mxc_pwm.2", NULL, pwm3_clk) | 291 | _REGISTER_CLOCK("mxc_pwm.2", NULL, pwm3_clk) |
diff --git a/arch/arm/mach-mx5/clock-mx51-mx53.c b/arch/arm/mach-mx5/clock-mx51-mx53.c index 6b89c1bf4eb2..cd79e3435e28 100644 --- a/arch/arm/mach-mx5/clock-mx51-mx53.c +++ b/arch/arm/mach-mx5/clock-mx51-mx53.c | |||
@@ -1442,7 +1442,8 @@ static struct clk_lookup mx51_lookups[] = { | |||
1442 | _REGISTER_CLOCK(NULL, "gpt_32k", gpt_32k_clk) | 1442 | _REGISTER_CLOCK(NULL, "gpt_32k", gpt_32k_clk) |
1443 | _REGISTER_CLOCK("imx51-ecspi.0", NULL, ecspi1_clk) | 1443 | _REGISTER_CLOCK("imx51-ecspi.0", NULL, ecspi1_clk) |
1444 | _REGISTER_CLOCK("imx51-ecspi.1", NULL, ecspi2_clk) | 1444 | _REGISTER_CLOCK("imx51-ecspi.1", NULL, ecspi2_clk) |
1445 | _REGISTER_CLOCK("imx51-cspi.0", NULL, cspi_clk) | 1445 | /* i.mx51 has the i.mx35 type cspi */ |
1446 | _REGISTER_CLOCK("imx35-cspi.0", NULL, cspi_clk) | ||
1446 | _REGISTER_CLOCK("sdhci-esdhc-imx.0", NULL, esdhc1_clk) | 1447 | _REGISTER_CLOCK("sdhci-esdhc-imx.0", NULL, esdhc1_clk) |
1447 | _REGISTER_CLOCK("sdhci-esdhc-imx.1", NULL, esdhc2_clk) | 1448 | _REGISTER_CLOCK("sdhci-esdhc-imx.1", NULL, esdhc2_clk) |
1448 | _REGISTER_CLOCK("sdhci-esdhc-imx.2", NULL, esdhc3_clk) | 1449 | _REGISTER_CLOCK("sdhci-esdhc-imx.2", NULL, esdhc3_clk) |
@@ -1471,9 +1472,11 @@ static struct clk_lookup mx53_lookups[] = { | |||
1471 | _REGISTER_CLOCK("sdhci-esdhc-imx.1", NULL, esdhc2_mx53_clk) | 1472 | _REGISTER_CLOCK("sdhci-esdhc-imx.1", NULL, esdhc2_mx53_clk) |
1472 | _REGISTER_CLOCK("sdhci-esdhc-imx.2", NULL, esdhc3_mx53_clk) | 1473 | _REGISTER_CLOCK("sdhci-esdhc-imx.2", NULL, esdhc3_mx53_clk) |
1473 | _REGISTER_CLOCK("sdhci-esdhc-imx.3", NULL, esdhc4_mx53_clk) | 1474 | _REGISTER_CLOCK("sdhci-esdhc-imx.3", NULL, esdhc4_mx53_clk) |
1474 | _REGISTER_CLOCK("imx53-ecspi.0", NULL, ecspi1_clk) | 1475 | /* i.mx53 has the i.mx51 type ecspi */ |
1475 | _REGISTER_CLOCK("imx53-ecspi.1", NULL, ecspi2_clk) | 1476 | _REGISTER_CLOCK("imx51-ecspi.0", NULL, ecspi1_clk) |
1476 | _REGISTER_CLOCK("imx53-cspi.0", NULL, cspi_clk) | 1477 | _REGISTER_CLOCK("imx51-ecspi.1", NULL, ecspi2_clk) |
1478 | /* i.mx53 has the i.mx25 type cspi */ | ||
1479 | _REGISTER_CLOCK("imx35-cspi.0", NULL, cspi_clk) | ||
1477 | _REGISTER_CLOCK("imx2-wdt.0", NULL, dummy_clk) | 1480 | _REGISTER_CLOCK("imx2-wdt.0", NULL, dummy_clk) |
1478 | _REGISTER_CLOCK("imx2-wdt.1", NULL, dummy_clk) | 1481 | _REGISTER_CLOCK("imx2-wdt.1", NULL, dummy_clk) |
1479 | }; | 1482 | }; |
diff --git a/arch/arm/plat-mxc/devices/platform-spi_imx.c b/arch/arm/plat-mxc/devices/platform-spi_imx.c index f97eb3615b2c..9bfae8bd5b8d 100644 --- a/arch/arm/plat-mxc/devices/platform-spi_imx.c +++ b/arch/arm/plat-mxc/devices/platform-spi_imx.c | |||
@@ -40,9 +40,10 @@ const struct imx_spi_imx_data imx21_cspi_data[] __initconst = { | |||
40 | #endif | 40 | #endif |
41 | 41 | ||
42 | #ifdef CONFIG_SOC_IMX25 | 42 | #ifdef CONFIG_SOC_IMX25 |
43 | /* i.mx25 has the i.mx35 type cspi */ | ||
43 | const struct imx_spi_imx_data imx25_cspi_data[] __initconst = { | 44 | const struct imx_spi_imx_data imx25_cspi_data[] __initconst = { |
44 | #define imx25_cspi_data_entry(_id, _hwid) \ | 45 | #define imx25_cspi_data_entry(_id, _hwid) \ |
45 | imx_spi_imx_data_entry(MX25, CSPI, "imx25-cspi", _id, _hwid, SZ_16K) | 46 | imx_spi_imx_data_entry(MX25, CSPI, "imx35-cspi", _id, _hwid, SZ_16K) |
46 | imx25_cspi_data_entry(0, 1), | 47 | imx25_cspi_data_entry(0, 1), |
47 | imx25_cspi_data_entry(1, 2), | 48 | imx25_cspi_data_entry(1, 2), |
48 | imx25_cspi_data_entry(2, 3), | 49 | imx25_cspi_data_entry(2, 3), |
@@ -79,8 +80,9 @@ const struct imx_spi_imx_data imx35_cspi_data[] __initconst = { | |||
79 | #endif /* ifdef CONFIG_SOC_IMX35 */ | 80 | #endif /* ifdef CONFIG_SOC_IMX35 */ |
80 | 81 | ||
81 | #ifdef CONFIG_SOC_IMX51 | 82 | #ifdef CONFIG_SOC_IMX51 |
83 | /* i.mx51 has the i.mx35 type cspi */ | ||
82 | const struct imx_spi_imx_data imx51_cspi_data __initconst = | 84 | const struct imx_spi_imx_data imx51_cspi_data __initconst = |
83 | imx_spi_imx_data_entry_single(MX51, CSPI, "imx51-cspi", 2, , SZ_4K); | 85 | imx_spi_imx_data_entry_single(MX51, CSPI, "imx35-cspi", 2, , SZ_4K); |
84 | 86 | ||
85 | const struct imx_spi_imx_data imx51_ecspi_data[] __initconst = { | 87 | const struct imx_spi_imx_data imx51_ecspi_data[] __initconst = { |
86 | #define imx51_ecspi_data_entry(_id, _hwid) \ | 88 | #define imx51_ecspi_data_entry(_id, _hwid) \ |
@@ -91,12 +93,14 @@ const struct imx_spi_imx_data imx51_ecspi_data[] __initconst = { | |||
91 | #endif /* ifdef CONFIG_SOC_IMX51 */ | 93 | #endif /* ifdef CONFIG_SOC_IMX51 */ |
92 | 94 | ||
93 | #ifdef CONFIG_SOC_IMX53 | 95 | #ifdef CONFIG_SOC_IMX53 |
96 | /* i.mx53 has the i.mx35 type cspi */ | ||
94 | const struct imx_spi_imx_data imx53_cspi_data __initconst = | 97 | const struct imx_spi_imx_data imx53_cspi_data __initconst = |
95 | imx_spi_imx_data_entry_single(MX53, CSPI, "imx53-cspi", 0, , SZ_4K); | 98 | imx_spi_imx_data_entry_single(MX53, CSPI, "imx35-cspi", 0, , SZ_4K); |
96 | 99 | ||
100 | /* i.mx53 has the i.mx51 type ecspi */ | ||
97 | const struct imx_spi_imx_data imx53_ecspi_data[] __initconst = { | 101 | const struct imx_spi_imx_data imx53_ecspi_data[] __initconst = { |
98 | #define imx53_ecspi_data_entry(_id, _hwid) \ | 102 | #define imx53_ecspi_data_entry(_id, _hwid) \ |
99 | imx_spi_imx_data_entry(MX53, ECSPI, "imx53-ecspi", _id, _hwid, SZ_4K) | 103 | imx_spi_imx_data_entry(MX53, ECSPI, "imx51-ecspi", _id, _hwid, SZ_4K) |
100 | imx53_ecspi_data_entry(0, 1), | 104 | imx53_ecspi_data_entry(0, 1), |
101 | imx53_ecspi_data_entry(1, 2), | 105 | imx53_ecspi_data_entry(1, 2), |
102 | }; | 106 | }; |