|
@@ -35,6 +35,18 @@
|
|
|
debounce-interval = <100>;
|
|
|
};
|
|
|
};
|
|
|
+
|
|
|
+ /* This turns on USB vbus for both host0 (ehci) and host1 (dwc2) */
|
|
|
+ vcc_host: vcc-host-regulator {
|
|
|
+ compatible = "regulator-fixed";
|
|
|
+ enable-active-high;
|
|
|
+ gpio = <&gpio0 14 GPIO_ACTIVE_HIGH>;
|
|
|
+ pinctrl-names = "default";
|
|
|
+ pinctrl-0 = <&host_vbus_drv>;
|
|
|
+ regulator-name = "vcc_host";
|
|
|
+ regulator-always-on;
|
|
|
+ regulator-boot-on;
|
|
|
+ };
|
|
|
};
|
|
|
|
|
|
&i2c0 {
|
|
@@ -71,4 +83,10 @@
|
|
|
rockchip,pins = <0 5 RK_FUNC_GPIO &pcfg_pull_up>;
|
|
|
};
|
|
|
};
|
|
|
+
|
|
|
+ usb {
|
|
|
+ host_vbus_drv: host-vbus-drv {
|
|
|
+ rockchip,pins = <0 14 RK_FUNC_GPIO &pcfg_pull_none>;
|
|
|
+ };
|
|
|
+ };
|
|
|
};
|