From: Wenping Zhang <wenping.zhang@rock-chips.com>
Date: Fri, 30 Jun 2017 09:20:18 +0000 (+0800)
Subject: ARM: dts: rk3229-gva-sdk: delete vcc_host node in gva dts.
X-Git-Tag: release-20171130_firefly~4^2~272
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=50ac003e455a53a5f10c382ae8bb345e348e24ea;p=firefly-linux-kernel-4.4.55.git

ARM: dts: rk3229-gva-sdk: delete vcc_host node in gva dts.

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>
---

diff --git a/arch/arm/boot/dts/rk3229-gva-sdk.dts b/arch/arm/boot/dts/rk3229-gva-sdk.dts
index e6ff5764eb37..c976829200ee 100644
--- a/arch/arm/boot/dts/rk3229-gva-sdk.dts
+++ b/arch/arm/boot/dts/rk3229-gva-sdk.dts
@@ -66,17 +66,6 @@
 		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>;
@@ -286,11 +275,6 @@
 		};
 	};
 
-	usb {
-		host_vbus_drv: host-vbus-drv {
-			rockchip,pins = <3 20 RK_FUNC_GPIO &pcfg_pull_none>;
-		};
-	};
 };
 
 &sdio {
@@ -304,6 +288,3 @@
 	status = "disabled";
 };
 
-&u2phy0_host {
-	phy-supply = <&vcc_host>;
-};