mirror of
https://github.com/fail0verflow/switch-linux.git
synced 2025-05-04 02:34:21 -04:00
sdhci-tegra: enable UHS modes for Tegra210
This requires the 'nvidia,pad' property in the devicetree. If not present, UHS modes will not be available.
This commit is contained in:
parent
8b67f9e91a
commit
e8a92bf5e6
1 changed files with 5 additions and 0 deletions
|
@ -438,6 +438,11 @@ static const struct sdhci_pltfm_data sdhci_tegra210_pdata = {
|
|||
|
||||
static const struct sdhci_tegra_soc_data soc_data_tegra210 = {
|
||||
.pdata = &sdhci_tegra210_pdata,
|
||||
.nvquirks = NVQUIRK_ENABLE_SDR50 |
|
||||
NVQUIRK_ENABLE_DDR50 |
|
||||
NVQUIRK_ENABLE_SDR104 |
|
||||
NVQUIRK_HAS_PADCALIB |
|
||||
NVQUIRK_NEEDS_PAD_CONTROL,
|
||||
};
|
||||
|
||||
static const struct sdhci_pltfm_data sdhci_tegra186_pdata = {
|
||||
|
|
Loading…
Add table
Reference in a new issue