Skip to content

Problems getting sdmmc3 working with a custom board #1168

Answered by madisongh
cmcquinn asked this question in Q&A
Discussion options

You must be logged in to vote

First, check under /proc/device-tree on the running device to see if the status entry for sdhci@3440000 is really okay and not disabled. I'm not sure what order the dtsi files are included, so if your addition was processed before the entry in tegra194-soc-sdhci.dtsi that defines that node and sets it disabled, that might explain it. It's usually better to do such overrides in the top-level .dts file after all the common stuff is included.

Also, I'm not sure that any pinmux changes you make in the kernel sources will really work. The MB1 pinmux configuration files, generated out of the pinmux configuration Excel spreadsheet they provide, are the way that NVIDIA documents you make such cha…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@cmcquinn
Comment options

Answer selected by cmcquinn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants