diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2013-11-13 08:45:06 -0500 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-11-26 15:01:55 -0500 |
commit | 70b41abc151f9cd06cfb2f7f6cd726753db99484 (patch) | |
tree | ffd929ad11813bed6e0f93c85482d041bea36f8d /arch/arm/boot/dts/ste-snowball.dts | |
parent | 1e66235330ff1bdc372647f47a414a3d3952dffb (diff) |
ARM: ux500: move MSP pin control to the device tree
This moves the static, device-tied pin control configuration
out of the board file board-mop500-pins.c and into the device
tree. Add nodes for MSP0 and MSP2 on the HREF and Snowball
so we can reference the pins properly.
Cc: Lee Jones <lee.jones@linaro.org>
Cc: Patrice Chotard <patrice.chotard@st.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/ste-snowball.dts')
-rw-r--r-- | arch/arm/boot/dts/ste-snowball.dts | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/ste-snowball.dts b/arch/arm/boot/dts/ste-snowball.dts index c2cb3ea637dc..65180b2bc409 100644 --- a/arch/arm/boot/dts/ste-snowball.dts +++ b/arch/arm/boot/dts/ste-snowball.dts | |||
@@ -93,7 +93,21 @@ | |||
93 | stericsson,audio-codec = <&codec>; | 93 | stericsson,audio-codec = <&codec>; |
94 | }; | 94 | }; |
95 | 95 | ||
96 | msp0: msp@80123000 { | ||
97 | pinctrl-names = "default"; | ||
98 | pinctrl-0 = <&msp0_default_mode>; | ||
99 | status = "okay"; | ||
100 | }; | ||
101 | |||
96 | msp1: msp@80124000 { | 102 | msp1: msp@80124000 { |
103 | pinctrl-names = "default"; | ||
104 | pinctrl-0 = <&msp1_default_mode>; | ||
105 | status = "okay"; | ||
106 | }; | ||
107 | |||
108 | msp2: msp@80117000 { | ||
109 | pinctrl-names = "default"; | ||
110 | pinctrl-0 = <&msp2_default_mode>; | ||
97 | status = "okay"; | 111 | status = "okay"; |
98 | }; | 112 | }; |
99 | 113 | ||