diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2014-02-03 09:43:22 -0500 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2014-02-04 14:50:32 -0500 |
commit | b2985cf7f08325519405942770d203da8fd46fa8 (patch) | |
tree | be7fcb12400c32092bdb386968a87ba2a9fe5ddc /arch/arm/mach-ux500 | |
parent | e2377c8107e33ac4ace7ec7ee86101d7c70fbbf9 (diff) |
ARM: ux500: move AB8500 audio interface 1 settings to DT
This moves the pin muxing and configuration for audio interface
one over to the device tree as a hog configuration.
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 | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/arm/mach-ux500/board-mop500-pins.c b/arch/arm/mach-ux500/board-mop500-pins.c index b75089faf956..d0b262242ab7 100644 --- a/arch/arm/mach-ux500/board-mop500-pins.c +++ b/arch/arm/mach-ux500/board-mop500-pins.c | |||
@@ -57,16 +57,6 @@ static struct pinctrl_map __initdata ab8500_pinmap[] = { | |||
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 | 58 | ||
59 | /* | 59 | /* |
60 | * pins 17,18,19 and 20 are muxed in AUDIO interface 1 | ||
61 | * configured in INPUT PULL DOWN | ||
62 | */ | ||
63 | AB8500_MUX_HOG("adi1_d_1", "adi1"), | ||
64 | AB8500_PIN_HOG("GPIO17_P5", in_pd), | ||
65 | AB8500_PIN_HOG("GPIO18_R5", in_pd), | ||
66 | AB8500_PIN_HOG("GPIO19_U5", in_pd), | ||
67 | AB8500_PIN_HOG("GPIO20_T5", in_pd), | ||
68 | |||
69 | /* | ||
70 | * pins 21,22 and 23 are muxed in USB UICC | 60 | * pins 21,22 and 23 are muxed in USB UICC |
71 | * configured in INPUT PULL DOWN | 61 | * configured in INPUT PULL DOWN |
72 | */ | 62 | */ |