diff options
Diffstat (limited to 'arch/arm/boot/dts/kirkwood-dreamplug.dts')
-rw-r--r-- | arch/arm/boot/dts/kirkwood-dreamplug.dts | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/arch/arm/boot/dts/kirkwood-dreamplug.dts b/arch/arm/boot/dts/kirkwood-dreamplug.dts index 289e51d86372..36c7ba38d500 100644 --- a/arch/arm/boot/dts/kirkwood-dreamplug.dts +++ b/arch/arm/boot/dts/kirkwood-dreamplug.dts | |||
@@ -18,12 +18,6 @@ | |||
18 | 18 | ||
19 | ocp@f1000000 { | 19 | ocp@f1000000 { |
20 | pinctrl: pinctrl@10000 { | 20 | pinctrl: pinctrl@10000 { |
21 | |||
22 | pinctrl-0 = < &pmx_spi | ||
23 | &pmx_led_bluetooth &pmx_led_wifi | ||
24 | &pmx_led_wifi_ap >; | ||
25 | pinctrl-names = "default"; | ||
26 | |||
27 | pmx_led_bluetooth: pmx-led-bluetooth { | 21 | pmx_led_bluetooth: pmx-led-bluetooth { |
28 | marvell,pins = "mpp47"; | 22 | marvell,pins = "mpp47"; |
29 | marvell,function = "gpio"; | 23 | marvell,function = "gpio"; |
@@ -43,6 +37,8 @@ | |||
43 | 37 | ||
44 | spi@10600 { | 38 | spi@10600 { |
45 | status = "okay"; | 39 | status = "okay"; |
40 | pinctrl-0 = <&pmx_spi>; | ||
41 | pinctrl-names = "default"; | ||
46 | 42 | ||
47 | m25p40@0 { | 43 | m25p40@0 { |
48 | #address-cells = <1>; | 44 | #address-cells = <1>; |
@@ -79,11 +75,15 @@ | |||
79 | pinctrl-names = "default"; | 75 | pinctrl-names = "default"; |
80 | status = "okay"; | 76 | status = "okay"; |
81 | /* No CD or WP GPIOs */ | 77 | /* No CD or WP GPIOs */ |
78 | broken-cd; | ||
82 | }; | 79 | }; |
83 | }; | 80 | }; |
84 | 81 | ||
85 | gpio-leds { | 82 | gpio-leds { |
86 | compatible = "gpio-leds"; | 83 | compatible = "gpio-leds"; |
84 | pinctrl-0 = <&pmx_led_bluetooth &pmx_led_wifi | ||
85 | &pmx_led_wifi_ap >; | ||
86 | pinctrl-names = "default"; | ||
87 | 87 | ||
88 | bluetooth { | 88 | bluetooth { |
89 | label = "dreamplug:blue:bluetooth"; | 89 | label = "dreamplug:blue:bluetooth"; |