Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1621158
| From | Piotr Sroka <piotrs@cadence.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] mmc: sdhci-cadence: add parsing sdhci properties |
| Date | 2017-04-11 13:20 +0200 |
| Message-ID | <tv201-6fx-1@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Add calling sdhci_get_of_property function to parse sdhci properties. Signed-off-by: Piotr Sroka <piotrs@cadence.com> --- drivers/mmc/host/sdhci-cadence.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/mmc/host/sdhci-cadence.c b/drivers/mmc/host/sdhci-cadence.c index 7797e98..19d5698 100644 --- a/drivers/mmc/host/sdhci-cadence.c +++ b/drivers/mmc/host/sdhci-cadence.c @@ -330,6 +330,8 @@ static int sdhci_cdns_probe(struct platform_device *pdev) host->mmc_host_ops.hs400_enhanced_strobe = sdhci_cdns_hs400_enhanced_strobe; + sdhci_get_of_property(pdev); + ret = mmc_of_parse(host->mmc); if (ret) goto free; -- 2.2.2
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH] mmc: sdhci-cadence: add parsing sdhci properties Piotr Sroka <piotrs@cadence.com> - 2017-04-11 13:20 +0200 Re: [PATCH] mmc: sdhci-cadence: add parsing sdhci properties Masahiro Yamada <yamada.masahiro@socionext.com> - 2017-04-11 14:30 +0200 Re: [PATCH] mmc: sdhci-cadence: add parsing sdhci properties Adrian Hunter <adrian.hunter@intel.com> - 2017-04-11 14:30 +0200 Re: [PATCH] mmc: sdhci-cadence: add parsing sdhci properties Ulf Hansson <ulf.hansson@linaro.org> - 2017-04-12 16:20 +0200
csiph-web