aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-ux500
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2013-11-17 04:02:22 -0500
committerLinus Walleij <linus.walleij@linaro.org>2013-11-26 15:01:57 -0500
commita48bf4b9fcf63a43e10f3c784d7349bb868ccc45 (patch)
treea58c510aab9e87b24da4883d50e9dd7a3c051b8b /arch/arm/mach-ux500
parent7ab05bd165873f8561c15fbcce5b1edc55314c83 (diff)
ARM: ux500: move snowball ethernet config to device tree
This transfers the muxing and biasing of the ethernet-related pins on the snowball over to the device tree. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/mach-ux500')
-rw-r--r--arch/arm/mach-ux500/board-mop500-pins.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/mach-ux500/board-mop500-pins.c b/arch/arm/mach-ux500/board-mop500-pins.c
index 71ee944ea70f..55da56e39974 100644
--- a/arch/arm/mach-ux500/board-mop500-pins.c
+++ b/arch/arm/mach-ux500/board-mop500-pins.c
@@ -302,12 +302,8 @@ static struct pinctrl_map __initdata snowball_pinmap[] = {
302 /* Mux in SSP0 connected to AB8500, pull down RXD pin */ 302 /* Mux in SSP0 connected to AB8500, pull down RXD pin */
303 DB8500_MUX_HOG("ssp0_a_1", "ssp0"), 303 DB8500_MUX_HOG("ssp0_a_1", "ssp0"),
304 DB8500_PIN_HOG("GPIO145_C13", pd), 304 DB8500_PIN_HOG("GPIO145_C13", pd),
305 /* Mux in "SM" which is used for the SMSC911x Ethernet adapter */
306 DB8500_MUX_HOG("sm_b_1", "sm"),
307 /* User LED */ 305 /* User LED */
308 DB8500_PIN_HOG("GPIO142_C11", gpio_out_hi), 306 DB8500_PIN_HOG("GPIO142_C11", gpio_out_hi),
309 /* Drive RSTn_LAN high */
310 DB8500_PIN_HOG("GPIO141_C12", gpio_out_hi),
311 /* Accelerometer/Magnetometer */ 307 /* Accelerometer/Magnetometer */
312 DB8500_PIN_HOG("GPIO163_C20", gpio_in_pu), /* ACCEL_IRQ1 */ 308 DB8500_PIN_HOG("GPIO163_C20", gpio_in_pu), /* ACCEL_IRQ1 */
313 DB8500_PIN_HOG("GPIO164_B21", gpio_in_pu), /* ACCEL_IRQ2 */ 309 DB8500_PIN_HOG("GPIO164_B21", gpio_in_pu), /* ACCEL_IRQ2 */