mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 10:58:48 +09:00
arm64: dts: rockchip: rk3588s-tablet-rk806-single: configured as usb2.0 for Type-C0
The rk3588s bbk tablet Type-C0 hardware design does not support usb3.0 and dp functions, so it is configured as usb2.0 and disable usbdp phy to reduce power consumption. Change-Id: Id69964d18e31a12f240f792ea04e60e1e28d794d Signed-off-by: Wang Jie <dave.wang@rock-chips.com>
This commit is contained in:
@@ -1520,18 +1520,11 @@
|
||||
};
|
||||
|
||||
&u2phy0_otg {
|
||||
rockchip,sel-pipe-phystatus;
|
||||
rockchip,typec-vbus-det;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&usbdp_phy0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&usbdp_phy0_u3 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&usbdrd3_0 {
|
||||
status = "okay";
|
||||
};
|
||||
@@ -1541,8 +1534,8 @@
|
||||
status = "okay";
|
||||
|
||||
maximum-speed = "high-speed";
|
||||
/*phys = <&u2phy0_otg>;*/
|
||||
/*phy-names = "usb2-phy";*/
|
||||
phys = <&u2phy0_otg>;
|
||||
phy-names = "usb2-phy";
|
||||
usb-role-switch;
|
||||
port {
|
||||
#address-cells = <1>;
|
||||
|
||||
Reference in New Issue
Block a user