summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorAswath Govindraju <a-govindraju@ti.com>2021-05-25 12:38:23 +0300
committerLokesh Vutla <lokeshvutla@ti.com>2021-07-27 08:26:09 +0300
commit46077ef251631ef990dce355af1278a2575735f6 (patch)
tree99896f122d4f55d1991a7c99f8deb96233eddec9 /drivers
parentbda47bef7c5aea2521fccdffb0020d9354194be9 (diff)
downloadu-boot-46077ef251631ef990dce355af1278a2575735f6.tar.xz
mmc: sdhci_am654: Read ti, strobe-sel property from device tree
Read the strobe select value from the device tree property ti,strobe-sel, required for HS400 speed mode Fixes: a20008eabd95 ("mmc: am654_sdhci: Add Support for configuring PHY in J721e") Signed-off-by: Aswath Govindraju <a-govindraju@ti.com> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com> Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com> Link: https://lore.kernel.org/r/20210525093826.10390-2-a-govindraju@ti.com
Diffstat (limited to 'drivers')
-rw-r--r--drivers/mmc/am654_sdhci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/am654_sdhci.c b/drivers/mmc/am654_sdhci.c
index a86d96aacd..4305967d78 100644
--- a/drivers/mmc/am654_sdhci.c
+++ b/drivers/mmc/am654_sdhci.c
@@ -619,6 +619,7 @@ static int am654_sdhci_of_to_plat(struct udevice *dev)
}
}
+ dev_read_u32(dev, "ti,strobe-sel", &plat->strb_sel);
dev_read_u32(dev, "ti,clkbuf-sel", &plat->clkbuf_sel);
ret = mmc_of_parse(dev, cfg);