aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/kirkwood-iconnect.dts
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2013-05-24 05:44:46 -0400
committerJason Cooper <jason@lakedaemon.net>2013-05-27 11:32:17 -0400
commitedd2718f15b157e3200fcbc8bbc4df31ac476cbb (patch)
tree281c886a346698d5270ad21e7d10816f5b3a6772 /arch/arm/boot/dts/kirkwood-iconnect.dts
parent40eb44176d6159007f34d24cfe526b2d99c7ced7 (diff)
arm: kirkwood: iconnect: move pinmux configs to the right devices
When the pinmux mechanism was added in Kirkwood, the device driver core was not yet providing the possibility of attaching pinmux configurations to all devices, drivers had to do it explicitly, and not all drivers were doing this. Now that the driver core does that in a generic way, it makes sense to attach the pinmux configuration to their corresponding devices. This allows the pinctrl subsystem to show in debugfs to which device is related which pins, for example: pin 41 (PIN41): gpio-leds.1 mvebu-gpio:41 function gpio group mpp41 pin 42 (PIN42): gpio-leds.1 mvebu-gpio:42 function gpio group mpp42 pin 43 (PIN43): gpio-leds.1 mvebu-gpio:43 function gpio group mpp43 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/boot/dts/kirkwood-iconnect.dts')
-rw-r--r--arch/arm/boot/dts/kirkwood-iconnect.dts16
1 files changed, 8 insertions, 8 deletions
diff --git a/arch/arm/boot/dts/kirkwood-iconnect.dts b/arch/arm/boot/dts/kirkwood-iconnect.dts
index 20c3ece119c8..027501857cb6 100644
--- a/arch/arm/boot/dts/kirkwood-iconnect.dts
+++ b/arch/arm/boot/dts/kirkwood-iconnect.dts
@@ -20,14 +20,6 @@
20 20
21 ocp@f1000000 { 21 ocp@f1000000 {
22 pinctrl: pinctrl@10000 { 22 pinctrl: pinctrl@10000 {
23
24 pinctrl-0 = < &pmx_button_reset &pmx_button_otb
25 &pmx_led_level &pmx_led_power_blue
26 &pmx_led_power_red &pmx_led_usb1
27 &pmx_led_usb2 &pmx_led_usb3
28 &pmx_led_usb4 &pmx_led_otb >;
29 pinctrl-names = "default";
30
31 pmx_button_reset: pmx-button-reset { 23 pmx_button_reset: pmx-button-reset {
32 marvell,pins = "mpp12"; 24 marvell,pins = "mpp12";
33 marvell,function = "gpio"; 25 marvell,function = "gpio";
@@ -113,6 +105,11 @@
113 105
114 gpio-leds { 106 gpio-leds {
115 compatible = "gpio-leds"; 107 compatible = "gpio-leds";
108 pinctrl-0 = < &pmx_led_level &pmx_led_power_blue
109 &pmx_led_power_red &pmx_led_usb1
110 &pmx_led_usb2 &pmx_led_usb3
111 &pmx_led_usb4 &pmx_led_otb >;
112 pinctrl-names = "default";
116 113
117 led-level { 114 led-level {
118 label = "led_level"; 115 label = "led_level";
@@ -154,6 +151,9 @@
154 compatible = "gpio-keys"; 151 compatible = "gpio-keys";
155 #address-cells = <1>; 152 #address-cells = <1>;
156 #size-cells = <0>; 153 #size-cells = <0>;
154 pinctrl-0 = < &pmx_button_reset &pmx_button_otb >;
155 pinctrl-names = "default";
156
157 button@1 { 157 button@1 {
158 label = "OTB Button"; 158 label = "OTB Button";
159 linux,code = <133>; 159 linux,code = <133>;