1. 16 1月, 2020 7 次提交
    • Y
      Drop CONFIG_FSL_ESDHC_USE_PERIPHERAL_CLK usage · f1bce084
      Yangbo Lu 提交于
      The eSDHC reference clocks should be provided by speed.c in arch/.
      And we do not need CONFIG_FSL_ESDHC_USE_PERIPHERAL_CLK option to
      select which clock to use. Because we can make the driver to select
      the periperhal clock which is better (provides higher frequency)
      automatically if its value is provided by speed.c.
      
      This patch is to drop this option and make driver to select clock
      automatically. Also fix peripheral clock calculation issue in
      fsl_lsch2_speed.c/fsl_lsch3_speed.c.
      Signed-off-by: NYangbo Lu <yangbo.lu@nxp.com>
      f1bce084
    • Y
      configs: ls1028a: use default SDHC clock divider value · 181c65b8
      Yangbo Lu 提交于
      The SDHC clock divider value for LS1028A should be default 2,
      not 1.
      Signed-off-by: NYangbo Lu <yangbo.lu@nxp.com>
      181c65b8
    • Y
      Add global variable sdhc_per_clk for arm/powerpc · ac76dd08
      Yangbo Lu 提交于
      The QorIQ eSDHC controller supports two reference clocks. They are
      platform clock and periperhal clock. The global variable sdhc_clk
      has already been used for platform clock.
      This patch is to add another global variable sdhc_per_clk for
      periperhal clock, which provides higher frequency and is required
      to be used for SD UHS and eMMC HS200/HS400 speed modes.
      Signed-off-by: NYangbo Lu <yangbo.lu@nxp.com>
      ac76dd08
    • Y
      powerpc/mpc85xx: drop eSDHC periperhal clock code · c2a8b4f8
      Yangbo Lu 提交于
      The below patch added eSDHC periperhal clock code initially.
      2d9ca2c7 mmc: fsl_esdhc: Add peripheral clock support
      
      The purpose was to fix up device tree properties "peripheral-frequency"
      so that linux could get the periperhal clock by it.
      However the implementation on both u-boot and linux was only
      for a Freescale SDK release. The linux part implementation had never
      been upstreamed. These code should not have been exist on u-boot
      mainline.
      
      Let's remove the powerpc part changes but keep the changes in
      fsl_esdhc driver. The changes in fsl_esdhc driver could be utilized
      to support SD UHS and eMMC HS200/HS400 speed modes for current
      Layerscape ARM platforms.
      Signed-off-by: NYangbo Lu <yangbo.lu@nxp.com>
      c2a8b4f8
    • Y
      mmc: fsl_esdhc: drop useless fdt fixup · 7fdcbac5
      Yangbo Lu 提交于
      The fdt fixup for properties "peripheral-frequency" and "adapter-type"
      was once for a Freescale SDK release. The properties haven't been existed
      in linux mainline. Drop these useless code.
      Signed-off-by: NYangbo Lu <yangbo.lu@nxp.com>
      7fdcbac5
    • Y
      mmc: fsl_esdhc_imx: drop QorIQ eSDHC specific peripheral clock code · 6982315a
      Yangbo Lu 提交于
      Drop QorIQ eSDHC specific peripheral clock code.
      Signed-off-by: NYangbo Lu <yangbo.lu@nxp.com>
      6982315a
    • T
      Merge tag 'efi-2020-04-rc1-2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi · 9d5d74c3
      Tom Rini 提交于
      Pull request for UEFI sub-system for efi-2020-04-rc1-2
      
      Bug fixes for the UEFI sub-system are provided:
      
      * imply VIDEO_ANSI for correct cursor positioning and colors
      * fix issues in the UEFI block device driver
      * add missing documentation
      9d5d74c3
  2. 15 1月, 2020 33 次提交