diff options
author | viresh kumar <viresh.kumar@st.com> | 2011-02-16 01:40:30 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-03-09 04:49:44 -0500 |
commit | 53688c51e412b7fd642e5c8eb8ba8ee19744c4ea (patch) | |
tree | 3b4ef416df3f04841f48996414107e5220f0ca81 /arch/arm/mach-spear3xx/include/mach | |
parent | f9324a85c10ee109022672ec72db9e2eb37050ee (diff) |
ARM: 6678/1: SPEAr: update padmux code
- compile padmux only for spear3xx
- padmux initialization code rearranged in evaluation board and machine
files.
Reviewed-by: Stanley Miao <stanley.miao@windriver.com>
Signed-off-by: Viresh Kumar <viresh.kumar@st.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-spear3xx/include/mach')
-rw-r--r-- | arch/arm/mach-spear3xx/include/mach/generic.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/arm/mach-spear3xx/include/mach/generic.h b/arch/arm/mach-spear3xx/include/mach/generic.h index af7e02c909a3..c16d2f8025e9 100644 --- a/arch/arm/mach-spear3xx/include/mach/generic.h +++ b/arch/arm/mach-spear3xx/include/mach/generic.h | |||
@@ -40,7 +40,6 @@ void __init clk_init(void); | |||
40 | void __init spear3xx_map_io(void); | 40 | void __init spear3xx_map_io(void); |
41 | void __init spear3xx_init_irq(void); | 41 | void __init spear3xx_init_irq(void); |
42 | void __init spear3xx_init(void); | 42 | void __init spear3xx_init(void); |
43 | void spear_pmx_init(struct pmx_driver *pmx_driver, uint base, uint size); | ||
44 | 43 | ||
45 | /* pad mux declarations */ | 44 | /* pad mux declarations */ |
46 | #define PMX_FIRDA_MASK (1 << 14) | 45 | #define PMX_FIRDA_MASK (1 << 14) |
@@ -133,8 +132,6 @@ extern struct pmx_dev pmx_telecom_sdio_4bit; | |||
133 | extern struct pmx_dev pmx_telecom_sdio_8bit; | 132 | extern struct pmx_dev pmx_telecom_sdio_8bit; |
134 | extern struct pmx_dev pmx_gpio1; | 133 | extern struct pmx_dev pmx_gpio1; |
135 | 134 | ||
136 | void spear300_pmx_init(void); | ||
137 | |||
138 | /* Add spear300 machine function declarations here */ | 135 | /* Add spear300 machine function declarations here */ |
139 | void __init spear300_init(void); | 136 | void __init spear300_init(void); |
140 | 137 | ||
@@ -154,8 +151,6 @@ extern struct pmx_dev pmx_fsmc; | |||
154 | extern struct pmx_dev pmx_rs485_0_1; | 151 | extern struct pmx_dev pmx_rs485_0_1; |
155 | extern struct pmx_dev pmx_tdm0; | 152 | extern struct pmx_dev pmx_tdm0; |
156 | 153 | ||
157 | void spear310_pmx_init(void); | ||
158 | |||
159 | /* Add spear310 machine function declarations here */ | 154 | /* Add spear310 machine function declarations here */ |
160 | void __init spear310_init(void); | 155 | void __init spear310_init(void); |
161 | 156 | ||
@@ -195,8 +190,6 @@ extern struct pmx_dev pmx_smii0; | |||
195 | extern struct pmx_dev pmx_smii1; | 190 | extern struct pmx_dev pmx_smii1; |
196 | extern struct pmx_dev pmx_i2c1; | 191 | extern struct pmx_dev pmx_i2c1; |
197 | 192 | ||
198 | void spear320_pmx_init(void); | ||
199 | |||
200 | /* Add spear320 machine function declarations here */ | 193 | /* Add spear320 machine function declarations here */ |
201 | void __init spear320_init(void); | 194 | void __init spear320_init(void); |
202 | 195 | ||