Increase emmc drive strength - #291
Open
rajaganeshr wants to merge 2 commits into
Open
Conversation
This patch adds pinmux support for the AST2700, which includes two SoC configurations: - SoC0 closely resembles previous generations of ASPEED BMC SoCs, allowing the reuse of existing macros and callback functions. - SoC1, however, introduces a new logic for configuring pin functions. Therefore, new g7_set_mux and gpio_request_enable functions are implemented to properly configure the pinctrl registers using the pin_cfg table and to resolve GPIO request errors. The driver supports: - All 12 GPIO-capable pins in SoC0 - All 212 GPIO-capable pins in SoC1 Additionally, this patch introduces several pseudo-ball definitions for specific configuration purposes: - USB function selection - JTAG target selection - PCIe RC PERST configuration - SGMII PHY selection Signed-off-by: Billy Tsai <billy_tsai@aspeedtech.com> Change-Id: I5630dac8b73427f794d8cb68f91201d9180a00d5 (cherry picked from commit 653e474)
modolaty
reviewed
Jul 29, 2026
modolaty
left a comment
Collaborator
There was a problem hiding this comment.
hornbill-mps is missing
Configure the eMMC data bus and pin mux for eight-bit operation, and set its CLK, CMD, and data pins to 8 mA drive strength. Tested: Compiled successfully and verified on Arthur Signed-off-by: Rajaganesh Rathinasabapathi <Rajaganesh.Rathinasabapathi@amd.com> Co-authored-by: Cursor <cursoragent@cursor.com> (cherry picked from commit b6ed63c)
rajaganeshr
force-pushed
the
intg_sp8_emmc
branch
from
July 31, 2026 13:35
fec1df1 to
7d5bc45
Compare
Collaborator
Author
Thanks, added hornbill mps |
| pinctrl_emmc_8ma: emmc_8ma { | ||
| pins = "AC14", "AE15", "AD14", "AE14", "AF14", | ||
| "AB13", "AF13", "AC13", "AD13", "AE13"; | ||
| drive-strength = <2>; |
Collaborator
There was a problem hiding this comment.
I compare ast2700-evb.dts
I see that the drive strength for emmccmd (AE15) and emmcdat ("AD14", "AE14", "AF14", "AB13", "AF13", "AC13", "AD13", "AE13") are <1>
drive strength should be same for emmc CLK/CMD/Data?
Collaborator
Author
There was a problem hiding this comment.
Yeah, the HW team tested the eMMC signals in our DC-SCM card and recommended these values. They can vary between platforms depending on the PCB layout and trace lengths.
modolaty
self-requested a review
July 31, 2026 15:24
modolaty
approved these changes
Jul 31, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Increase emmc drive strength to 8mA