|
|
@@ -66,16 +66,19 @@
|
|
|
};
|
|
|
};
|
|
|
|
|
|
- gpio_export {
|
|
|
- compatible = "gpio-export";
|
|
|
- #size-cells = <0>;
|
|
|
-
|
|
|
- usbpower {
|
|
|
- gpio-export,name = "usbpower";
|
|
|
- gpio-export,output = <1>;
|
|
|
- gpios = <&gpio0 12 GPIO_ACTIVE_HIGH>;
|
|
|
- };
|
|
|
+ reg_usb_vbus: reg_usb_vbus {
|
|
|
+ compatible = "regulator-fixed";
|
|
|
+ regulator-name = "usb_vbus";
|
|
|
+ regulator-min-microvolt = <5000000>;
|
|
|
+ regulator-max-microvolt = <5000000>;
|
|
|
+ gpio = <&gpio0 12 GPIO_ACTIVE_HIGH>;
|
|
|
+ enable-active-high;
|
|
|
};
|
|
|
+
|
|
|
+};
|
|
|
+
|
|
|
+&xhci {
|
|
|
+ vbus-supply = <®_usb_vbus>;
|
|
|
};
|
|
|
|
|
|
&nand {
|