Skip to content

Commit 50ac003

Browse files
Wenping Zhangrkhuangtao
authored andcommitted
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>
1 parent 549be13 commit 50ac003

1 file changed

Lines changed: 0 additions & 19 deletions

File tree

arch/arm/boot/dts/rk3229-gva-sdk.dts

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -66,17 +66,6 @@
6666
reset-gpios = <&gpio2 26 GPIO_ACTIVE_LOW>; /* GPIO2_D2 */
6767
};
6868

69-
vcc_host: vcc-host-regulator {
70-
compatible = "regulator-fixed";
71-
enable-active-high;
72-
gpio = <&gpio3 20 GPIO_ACTIVE_HIGH>;
73-
pinctrl-names = "default";
74-
pinctrl-0 = <&host_vbus_drv>;
75-
regulator-name = "vcc_host";
76-
regulator-always-on;
77-
regulator-boot-on;
78-
};
79-
8069
wireless-bluetooth {
8170
compatible = "bluetooth-platdata";
8271
clocks = <&rk805 1>;
@@ -286,11 +275,6 @@
286275
};
287276
};
288277

289-
usb {
290-
host_vbus_drv: host-vbus-drv {
291-
rockchip,pins = <3 20 RK_FUNC_GPIO &pcfg_pull_none>;
292-
};
293-
};
294278
};
295279

296280
&sdio {
@@ -304,6 +288,3 @@
304288
status = "disabled";
305289
};
306290

307-
&u2phy0_host {
308-
phy-supply = <&vcc_host>;
309-
};

0 commit comments

Comments
 (0)