Gva products don't use usb host mode, so delete vcc_host regulator
node and other related configuration.
Change-Id: I9d8db775ab33ab7b51c2a4d867d77e1fe8912d9a
Signed-off-by: Wenping Zhang <wenping.zhang@rock-chips.com>
reset-gpios = <&gpio2 26 GPIO_ACTIVE_LOW>; /* GPIO2_D2 */
};
- vcc_host: vcc-host-regulator {
- compatible = "regulator-fixed";
- enable-active-high;
- gpio = <&gpio3 20 GPIO_ACTIVE_HIGH>;
- pinctrl-names = "default";
- pinctrl-0 = <&host_vbus_drv>;
- regulator-name = "vcc_host";
- regulator-always-on;
- regulator-boot-on;
- };
-
wireless-bluetooth {
compatible = "bluetooth-platdata";
clocks = <&rk805 1>;
};
};
- usb {
- host_vbus_drv: host-vbus-drv {
- rockchip,pins = <3 20 RK_FUNC_GPIO &pcfg_pull_none>;
- };
- };
};
&sdio {
status = "disabled";
};
-&u2phy0_host {
- phy-supply = <&vcc_host>;
-};