arm64: dts: rockchip: rk3588s-tablet: fix charger ic output otg current limit problem
At present, the charger ic output otg current limit is 500mA, the high-current usb device (for example, usb3.0 hard disk) cannot work normally in Type-C0, such as disconnection and reconnection. According to the requirements of the usb3.0 protocol, the minimum vbus current limit is 900mA. We set the charger ic output otg current limit to 900mA, and the video playback in the usb3.0 hard disk is still unstable. The rk3588-evb Type-C vbus current limit is about 1.44v, the usb3.0 hard disk can work stably, so the rk3588s tablet output otg current limit is configured to 1.5A. Change-Id: I47bbc6c8f06025504857067d42d780aa783007c6 Signed-off-by: Wang Jie <dave.wang@rock-chips.com>
This commit is contained in:
@@ -373,7 +373,7 @@
|
||||
ti,input-current-cdp = <2000000>;
|
||||
ti,minimum-sys-voltage = <7400000>;
|
||||
ti,otg-voltage = <5000000>;
|
||||
ti,otg-current = <500000>;
|
||||
ti,otg-current = <1500000>;
|
||||
pd-charge-only = <0>;
|
||||
regulators {
|
||||
vbus5v0_typec: vbus5v0-typec {
|
||||
|
||||
Reference in New Issue
Block a user