Skip to content
Snippets Groups Projects
Commit 2d67ce8c authored by Devin Kim's avatar Devin Kim
Browse files

arm/dt: hammerhead: Fix RF performance regression


After changing eMMC driver from SDCC to SDHCI, RF performance regression is
occured.  This fixes the issue.

Bug: 10796623
Change-Id: I5b3ea0150a8cf52c1fcf4db3ff203ed50ebc129d
Signed-off-by: default avatarChangGyun Kim <cg.kim@lge.com>
Signed-off-by: default avatarDevin Kim <dojip.kim@lge.com>
parent e0257fbe
No related branches found
No related tags found
No related merge requests found
......@@ -364,7 +364,7 @@
qcom,pad-pull-on = <0x0 0x3 0x3>; /* no-pull, pull-up, pull-up */
qcom,pad-pull-off = <0x0 0x3 0x3>; /* no-pull, pull-up, pull-up */
qcom,pad-drv-on = <0x4 0x4 0x4>; /* 10mA, 10mA, 10mA */
qcom,pad-drv-on = <0x1 0x1 0x1>; /* 4mA, 4mA, 4mA */
qcom,pad-drv-off = <0x0 0x0 0x0>; /* 2mA, 2mA, 2mA */
qcom,nonremovable;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment