diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2014-02-03 17:02:02 -0500 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2014-02-04 14:50:47 -0500 |
commit | d88ae11e45ed9b327ee0aa7da5d5f1837a03e590 (patch) | |
tree | e9d4ae303a92c6cfbf83f8de40c7b29acdd017c8 /arch/arm/mach-ux500 | |
parent | 81d78492e812225508e5aaec83cd6b001bf837d6 (diff) |
ARM: ux500: move AB8500 modem I2C settings to DT
This moves the pin setup of the AB8500 modem I2C pins
(SCL/SDA) from the board file to the device tree.
Cc: Patrice Chotard <patrice.chotard@st.com>
Cc: Lee Jones <lee.jones@linaro.org>
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.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/arm/mach-ux500/board-mop500-pins.c b/arch/arm/mach-ux500/board-mop500-pins.c index bbd5bc56f7f0..cbe91714f57f 100644 --- a/arch/arm/mach-ux500/board-mop500-pins.c +++ b/arch/arm/mach-ux500/board-mop500-pins.c | |||
@@ -55,14 +55,6 @@ static struct pinctrl_map __initdata ab8500_pinmap[] = { | |||
55 | /* sysclkreq4 disable, mux in gpio configured in input pulldown */ | 55 | /* sysclkreq4 disable, mux in gpio configured in input pulldown */ |
56 | AB8500_MUX_STATE("gpio3_a_1", "gpio", "regulator.36", PINCTRL_STATE_SLEEP), | 56 | AB8500_MUX_STATE("gpio3_a_1", "gpio", "regulator.36", PINCTRL_STATE_SLEEP), |
57 | AB8500_PIN_STATE("GPIO3_U9", in_pd, "regulator.36", PINCTRL_STATE_SLEEP), | 57 | AB8500_PIN_STATE("GPIO3_U9", in_pd, "regulator.36", PINCTRL_STATE_SLEEP), |
58 | |||
59 | /* | ||
60 | * pins 40 and 41 are muxed in MODCSLSDA | ||
61 | * configured INPUT PULL DOWN | ||
62 | */ | ||
63 | AB8500_MUX_HOG("modsclsda_d_1", "modsclsda"), | ||
64 | AB8500_PIN_HOG("GPIO40_T19", in_pd), | ||
65 | AB8500_PIN_HOG("GPIO41_U19", in_pd), | ||
66 | }; | 58 | }; |
67 | 59 | ||
68 | static struct pinctrl_map __initdata ab8505_pinmap[] = { | 60 | static struct pinctrl_map __initdata ab8505_pinmap[] = { |