arm64: dts: rockchip: otg-port and vbus configure for rk3368 808 evb

Change-Id: I234ba606558ee247c8253705d87df9f37b15fc6e
Signed-off-by: Wang Jie <dave.wang@rock-chips.com>
This commit is contained in:
Wang Jie
2020-02-25 16:03:01 +08:00
committed by Tao Huang
parent 83a3514692
commit 3efe290bbf

View File

@@ -87,6 +87,17 @@
enable-active-high;
};
vcc_otg_vbus: otg-vbus-regulator {
compatible = "regulator-fixed";
gpio = <&gpio0 RK_PA5 GPIO_ACTIVE_HIGH>;
pinctrl-names = "default";
pinctrl-0 = <&otg_vbus_drv>;
regulator-name = "vcc_otg_vbus";
regulator-min-microvolt = <5000000>;
regulator-max-microvolt = <5000000>;
enable-active-high;
};
backlight: backlight {
compatible = "pwm-backlight";
pwms = <&pwm3 0 25000 0>;
@@ -736,6 +747,11 @@
&u2phy {
status = "okay";
u2phy_otg: otg-port {
status = "okay";
vbus-supply = <&vcc_otg_vbus>;
};
u2phy_host: host-port {
status = "okay";
};