This reverts commit
cb3e42dc8cf5e1e0431535a2fbe2a39dfac91d39.
This will make usb port in my board can't work, no 5v voltage.
Is it no issues in android?
Change-Id: I95fbd957d0ddb5fddf215d3b00ef74aae8af08d3
Signed-off-by: Jacob Chen <jacob2.chen@rock-chips.com>
vcc5v0_host: vcc5v0-host-regulator {
compatible = "regulator-fixed";
enable-active-high;
+ gpio = <&gpio4 25 GPIO_ACTIVE_HIGH>;
pinctrl-names = "default";
pinctrl-0 = <&host_vbus_drv>;
regulator-name = "vcc5v0_host";
reg = <0x22>;
pinctrl-names = "default";
pinctrl-0 = <&fusb0_int>;
- vbus-5v-gpios = <&gpio4 25 GPIO_ACTIVE_HIGH>;
int-n-gpios = <&gpio1 2 GPIO_ACTIVE_HIGH>;
status = "okay";
};