ARM: dts: rockchip: add vup_gpios in u2phy0 for rv11xx-ai-cam

The USB2.0 OTG PHY of RV1126/1109 which is designed for lower power
consumption provides only 8.8mA current source on DM. Multiplied
by 45 Ohm host termination resistance, voltage is about 400mV.
If the threshold voltage of host is greater than 400mV, the high
speed handshake will fail and SoC communicate at full speed. So
swing calibration is necessary.

We use gpio to control the 220 Ohm pull-up resistor to provide additional
current. Experiments show that the voltage of chirpK can be increases
to about 600mV.

Signed-off-by: Ren Jianing <jianing.ren@rock-chips.com>
Change-Id: I387ae1840959540ff9ca22db26896def0e890619
This commit is contained in:
Ren Jianing
2020-06-08 10:35:41 +08:00
committed by Tao Huang
parent ef65767d42
commit 3a4f755124

View File

@@ -323,6 +323,7 @@
&u2phy0 {
status = "okay";
vup-gpios = <&gpio0 RK_PC1 GPIO_ACTIVE_LOW>;
u2phy_otg: otg-port {
status = "okay";
rockchip,vbus-always-on;