• Subhash Jadavani's avatar
    mmc: msm_sdcc: merge VCCQ and VDDP regulator as VDD_IO regulator · 937c7509
    Subhash Jadavani authored
    
    
    Typically eMMC card have IO voltage different than card VDD
    voltage and specification names it as VCCQ voltage. Currently
    driver refers regulator powering VCCQ as sdc_vccq.
    
    UHS-I (Ultra High Speed) SD cards may also have the IO voltage
    different then card VDD voltage and there is no specification
    defined name for it so driver refers regulator powering this
    SD card IO voltage as sdc_vddp.
    
    But ultimately both are referring to regulators powering IO voltage
    so it makes sense to refer both (sdc_vccq & sdc_vddp) as
    sdc_vdd_io regulator. So this patch combines them as sdc_vdd_io
    regulator.
    
    CRs-Fixed: 369258
    Change-Id: Ieafffbaebc9843c0b8683b87d2bada6b7666c142
    Signed-off-by: default avatarSubhash Jadavani <subhashj@codeaurora.org>
    937c7509
board-9615-storage.c 6.13 KB