summaryrefslogtreecommitdiff
path: root/arch/arm/dts/rk3328-evb.dts
diff options
context:
space:
mode:
authorChen-Yu Tsai <wens@csie.org>2020-04-27 14:52:46 +0800
committerKever Yang <kever.yang@rock-chips.com>2020-05-01 18:32:56 +0800
commit9a031773788bdd242f7b6616da9f41335dec821a (patch)
tree10edba22c00f96bebc0bb51106ad0f5ab94b8d99 /arch/arm/dts/rk3328-evb.dts
parent79011f358f6aab88cc8334d26d11b0ceddc176e9 (diff)
rockchip: dts: rk3328-evb: Move vcc5v0-host-xhci-drv to -u-boot.dtsi
USB 3.0 is only supported in U-boot, not in the Linux kernel where the device tree files are ultimately synced from. While the xhci node was moved, the external vbus regulator was not. Move it as well. Fixes: 2e91e2025c1b ("rockchip: rk3328: migrate u-boot node to -u-boot.dtsi") Reviewed-by: Kever Yang <kever.yang@rock-chips.com> Tested-by: Loic Devulder <ldevulder@suse.com> Tested-by: Peter Geis <pgwipeout@gmail.com> Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Diffstat (limited to 'arch/arm/dts/rk3328-evb.dts')
-rw-r--r--arch/arm/dts/rk3328-evb.dts9
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/arm/dts/rk3328-evb.dts b/arch/arm/dts/rk3328-evb.dts
index a2ee838fcd..e9bc849f8c 100644
--- a/arch/arm/dts/rk3328-evb.dts
+++ b/arch/arm/dts/rk3328-evb.dts
@@ -38,15 +38,6 @@
regulator-max-microvolt = <5000000>;
};
- vcc5v0_host_xhci: vcc5v0-host-xhci-drv {
- compatible = "regulator-fixed";
- enable-active-high;
- regulator-name = "vcc5v0_host_xhci";
- gpio = <&gpio0 0 GPIO_ACTIVE_HIGH>;
- regulator-min-microvolt = <5000000>;
- regulator-max-microvolt = <5000000>;
- };
-
vcc_phy: vcc-phy-regulator {
compatible = "regulator-fixed";
regulator-name = "vcc_phy";