diff options
Diffstat (limited to 'arch/arm/boot/dts/kirkwood-dockstar.dts')
-rw-r--r-- | arch/arm/boot/dts/kirkwood-dockstar.dts | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/arch/arm/boot/dts/kirkwood-dockstar.dts b/arch/arm/boot/dts/kirkwood-dockstar.dts index 0196cf6b0ef2..7714742bb8d8 100644 --- a/arch/arm/boot/dts/kirkwood-dockstar.dts +++ b/arch/arm/boot/dts/kirkwood-dockstar.dts | |||
@@ -18,11 +18,6 @@ | |||
18 | 18 | ||
19 | ocp@f1000000 { | 19 | ocp@f1000000 { |
20 | pinctrl: pinctrl@10000 { | 20 | pinctrl: pinctrl@10000 { |
21 | |||
22 | pinctrl-0 = < &pmx_usb_power_enable | ||
23 | &pmx_led_green &pmx_led_orange >; | ||
24 | pinctrl-names = "default"; | ||
25 | |||
26 | pmx_usb_power_enable: pmx-usb-power-enable { | 21 | pmx_usb_power_enable: pmx-usb-power-enable { |
27 | marvell,pins = "mpp29"; | 22 | marvell,pins = "mpp29"; |
28 | marvell,function = "gpio"; | 23 | marvell,function = "gpio"; |
@@ -62,6 +57,8 @@ | |||
62 | }; | 57 | }; |
63 | gpio-leds { | 58 | gpio-leds { |
64 | compatible = "gpio-leds"; | 59 | compatible = "gpio-leds"; |
60 | pinctrl-0 = <&pmx_led_green &pmx_led_orange>; | ||
61 | pinctrl-names = "default"; | ||
65 | 62 | ||
66 | health { | 63 | health { |
67 | label = "status:green:health"; | 64 | label = "status:green:health"; |
@@ -77,6 +74,8 @@ | |||
77 | compatible = "simple-bus"; | 74 | compatible = "simple-bus"; |
78 | #address-cells = <1>; | 75 | #address-cells = <1>; |
79 | #size-cells = <0>; | 76 | #size-cells = <0>; |
77 | pinctrl-0 = <&pmx_usb_power_enable>; | ||
78 | pinctrl-names = "default"; | ||
80 | 79 | ||
81 | usb_power: regulator@1 { | 80 | usb_power: regulator@1 { |
82 | compatible = "regulator-fixed"; | 81 | compatible = "regulator-fixed"; |