mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
eMMC: Adjust the drive strength of the eMMC pin on the SoC side. [1/1]
PD#SWPL-157481 Problem: The drive strength of tm2 in the kernel 32bit eMMC pin is set higher. Solution: Reduce the drive strength of tm2 on the kernel 32bit eMMC pin. Verify: TM2_ab301 Change-Id: Ic34bd1fb3856f7fdd83480dc7cd6f74ff8192855 Signed-off-by: jinbiao <jinbiao.ou@amlogic.com>
This commit is contained in:
committed by
gerrit autosubmit
parent
6ca063f0f5
commit
d4d06aac75
@@ -2030,14 +2030,14 @@
|
||||
"emmc_cmd";
|
||||
function = "emmc";
|
||||
bias-pull-up;
|
||||
drive-strength-microamp = <4000>;
|
||||
drive-strength-microamp = <3000>;
|
||||
};
|
||||
|
||||
mux-1 {
|
||||
groups = "emmc_clk";
|
||||
function = "emmc";
|
||||
bias-disable;
|
||||
drive-strength-microamp = <4000>;
|
||||
drive-strength-microamp = <3000>;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user