mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
arm64: dts: rockchip: add usb2 phy tuning for rk3399 discrete vr.
add usb2 phy tuning function to enhance the usb signal for discrete vr device. Change-Id: Iab4911610ccf488be723ce462527ecaeafe7e446 Signed-off-by: wenping.zhang <wenping.zhang@rock-chips.com>
This commit is contained in:
committed by
Huang, Tao
parent
3784da5ea3
commit
ac19946f3c
@@ -125,6 +125,14 @@
|
||||
};
|
||||
};
|
||||
|
||||
&u2phy0 {
|
||||
rockchip,u2phy-tuning;
|
||||
};
|
||||
|
||||
&u2phy1 {
|
||||
rockchip,u2phy-tuning;
|
||||
};
|
||||
|
||||
/*
|
||||
* if your hardware board have two typec port, you should define
|
||||
* fusb1 and tcphy1, such as:
|
||||
|
||||
@@ -132,6 +132,14 @@
|
||||
};
|
||||
};
|
||||
|
||||
&u2phy0 {
|
||||
rockchip,u2phy-tuning;
|
||||
};
|
||||
|
||||
&u2phy1 {
|
||||
rockchip,u2phy-tuning;
|
||||
};
|
||||
|
||||
/*
|
||||
* if your hardware board have two typec port, you should define
|
||||
* fusb1 and tcphy1, such as:
|
||||
|
||||
@@ -641,6 +641,7 @@
|
||||
&u2phy0 {
|
||||
extcon = <&fusb0>;
|
||||
status = "okay";
|
||||
rockchip,u2phy-tuning;
|
||||
|
||||
u2phy0_otg: otg-port {
|
||||
status = "okay";
|
||||
@@ -654,6 +655,7 @@
|
||||
|
||||
&u2phy1 {
|
||||
status = "okay";
|
||||
rockchip,u2phy-tuning;
|
||||
|
||||
u2phy1_otg: otg-port {
|
||||
status = "okay";
|
||||
|
||||
Reference in New Issue
Block a user