USB: update usb parameter [1/1]

PD#SWPL-170068

Problem:
1.kernel update usb parameter.

Solution:
1.update usb parameter.

Verify:
BM201

Change-Id: I70b4792cdfae90699e023292c8fd729f04528762
Signed-off-by: Yue Wang <yue.wang@amlogic.com>
This commit is contained in:
Yue Wang
2024-05-22 11:30:12 +08:00
committed by Luan Yuan
parent 3b86afc2b4
commit cc416bdaa5
3 changed files with 6 additions and 4 deletions
+2 -2
View File
@@ -725,7 +725,7 @@
pll-setting-1 = <0x244a0030>;
pll-setting-2 = <0x03200022>;
pll-setting-4 = <0x7e18>;
pll-setting-5 = <0x7>;
pll-setting-5 = <0x9>;
//dis-thred-enhance = <0x2>;
pll-version = <3>;
phy0-reset-level-bit = <8>;
@@ -746,7 +746,7 @@
pll-setting-1 = <0x244a0030>;
pll-setting-2 = <0x03200022>;
pll-setting-4 = <0x7e18>;
pll-setting-5 = <0x7>;
pll-setting-5 = <0x9>;
//dis-thred-enhance = <0x2>;
pll-version = <3>;
phy0-reset-level-bit = <9>;
+2 -2
View File
@@ -726,7 +726,7 @@
pll-setting-1 = <0x244a0030>;
pll-setting-2 = <0x03200022>;
pll-setting-4 = <0x7e18>;
pll-setting-5 = <0x7>;
pll-setting-5 = <0x9>;
//dis-thred-enhance = <0x2>;
pll-version = <3>;
phy0-reset-level-bit = <8>;
@@ -747,7 +747,7 @@
pll-setting-1 = <0x244a0030>;
pll-setting-2 = <0x03200022>;
pll-setting-4 = <0x7e18>;
pll-setting-5 = <0x7>;
pll-setting-5 = <0x9>;
//dis-thred-enhance = <0x2>;
pll-version = <3>;
phy0-reset-level-bit = <9>;
@@ -45,6 +45,8 @@ static void usb_set_calibration_trim
cali = cali >> 8;
if (cali_en) {
cali = cali & 0xf;
if (is_meson_s7d_cpu())
cali = cali + 2;
if (cali > 12)
cali = 12;
} else {