mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
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:
@@ -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>;
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user