Re: [PATCH v2 0/2] Support SDHCI on 8974pro devices

From: Jeremy McNicoll
Date: Thu Sep 21 2017 - 06:13:16 EST


On Fri, Sep 15, 2017 at 04:35:22PM -0700, Bjorn Andersson wrote:
> The calibration clocks for the delay circut should be enabled, as done in the
> downstream kernel, in order for reset of the SDHCI not to fail on some Qualcomm
> platforms (e.g. 8974pro). These patches makes it possible to reference these
> clocks.
>
> Bjorn Andersson (2):
> mmc: sdhci-msm: Utilize bulk clock API
> mmc: sdhci-msm: Enable delay circuit calibration clocks
>
> .../devicetree/bindings/mmc/sdhci-msm.txt | 2 +
> drivers/mmc/host/sdhci-msm.c | 90 +++++++++++-----------
> 2 files changed, 46 insertions(+), 46 deletions(-)
>


Thanks! This fixes my Nexus5X (msm8992) and now expected messages such
as:

mmc0: new HS400 MMC card at address 0001
mmcblk0: mmc0:0001 016G72 14.7 GiB
mmcblk0boot0: mmc0:0001 016G72 partition 1 4.00 MiB
mmcblk0boot1: mmc0:0001 016G72 partition 2 4.00 MiB
mmcblk0rpmb: mmc0:0001 016G72 partition 3 4.00 MiB
mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15....

are appearing in my boot messages / debug spew.

Tested-by: Jeremy McNicoll <jeremymc@xxxxxxxxxx>


-jeremy