Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • stable
  • extraversion
  • early-display
  • variant-emmc-nvme-boot
  • 2024-07-19
  • 2024-06-30
  • 2023-10-18
  • 2023-10-10
  • 2023-07-04
  • 2023-01-25
  • v3
  • variant-emmc-nvme-boot
  • 2020-06-01
14 results

mmc

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Peng Fan authored
    In device tree, there is vmmc-supply property for SD/MMC.
    Introduce mmc_power_init function to handle vmmc-supply.
    
    mmc_power_init will first invoke board_mmc_power_init to
    avoid break boards which already implement board_mmc_power_init.
    
    If DM_MMC and DM_REGULATOR is defined, the regulator
    will be enabled to power up the device.
    
    Signed-off-by: default avatarPeng Fan <peng.fan@nxp.com>
    Cc: Jaehoon Chung <jh80.chung@samsung.com>
    2051aefe
    History
    Name Last commit Last update
    ..