diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2014-02-03 23:16:49 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2014-02-04 20:50:50 +0100 |
commit | 7acacfbc3d68c4d431ee44ae7db81c3f5e37b41c (patch) | |
tree | 0f9bb880918f6c0539e77a6d20cb61df198afdbc /arch/arm/mach-ux500/board-mop500.h | |
parent | ARM: ux500: move AB8500 modem I2C settings to DT (diff) | |
download | linux-7acacfbc3d68c4d431ee44ae7db81c3f5e37b41c.tar.xz linux-7acacfbc3d68c4d431ee44ae7db81c3f5e37b41c.zip |
ARM: ux500: move AB8500 clock out pins to DT
This moves the AB8500 pin settings for the clock out pins over
to the device tree. We can delete the special setup calls for the
platforms only using the AB8500 and not AB8505.
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/board-mop500.h')
-rw-r--r-- | arch/arm/mach-ux500/board-mop500.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-ux500/board-mop500.h b/arch/arm/mach-ux500/board-mop500.h index d48e8662c676..320517e17ac9 100644 --- a/arch/arm/mach-ux500/board-mop500.h +++ b/arch/arm/mach-ux500/board-mop500.h @@ -89,7 +89,5 @@ extern struct msp_i2s_platform_data msp2_platform_data; extern struct msp_i2s_platform_data msp3_platform_data; void __init mop500_pinmaps_init(void); -void __init snowball_pinmaps_init(void); -void __init hrefv60_pinmaps_init(void); #endif |