diff options
-rw-r--r-- | arch/arm/boot/dts/imx6q-dmo-edmqmx6.dts | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/imx6q-dmo-edmqmx6.dts b/arch/arm/boot/dts/imx6q-dmo-edmqmx6.dts index 39ffa766384f..af32944cf9ae 100644 --- a/arch/arm/boot/dts/imx6q-dmo-edmqmx6.dts +++ b/arch/arm/boot/dts/imx6q-dmo-edmqmx6.dts | |||
@@ -40,13 +40,15 @@ | |||
40 | regulator-always-on; | 40 | regulator-always-on; |
41 | }; | 41 | }; |
42 | 42 | ||
43 | reg_usb_otg_vbus: regulator@1 { | 43 | reg_usb_otg_switch: regulator@1 { |
44 | compatible = "regulator-fixed"; | 44 | compatible = "regulator-fixed"; |
45 | reg = <1>; | 45 | reg = <1>; |
46 | regulator-name = "usb_otg_vbus"; | 46 | regulator-name = "usb_otg_switch"; |
47 | regulator-min-microvolt = <5000000>; | 47 | regulator-min-microvolt = <5000000>; |
48 | regulator-max-microvolt = <5000000>; | 48 | regulator-max-microvolt = <5000000>; |
49 | gpio = <&gpio7 12 0>; | 49 | gpio = <&gpio7 12 0>; |
50 | regulator-boot-on; | ||
51 | regulator-always-on; | ||
50 | }; | 52 | }; |
51 | 53 | ||
52 | reg_usb_host1: regulator@2 { | 54 | reg_usb_host1: regulator@2 { |
@@ -348,7 +350,6 @@ | |||
348 | }; | 350 | }; |
349 | 351 | ||
350 | &usbotg { | 352 | &usbotg { |
351 | vbus-supply = <®_usb_otg_vbus>; | ||
352 | pinctrl-names = "default"; | 353 | pinctrl-names = "default"; |
353 | pinctrl-0 = <&pinctrl_usbotg>; | 354 | pinctrl-0 = <&pinctrl_usbotg>; |
354 | disable-over-current; | 355 | disable-over-current; |