1. 28 8月, 2014 1 次提交
  2. 17 8月, 2014 2 次提交
    • D
      ARM: dts: Move the PMIC interrupt pinctrl line to rk3288-evb common · 91ff8cd8
      Doug Anderson 提交于
      The PMIC interrupt pinctrl line was added to the rk3288-evb-act8846,
      but it's the same line on both the ACT8846 version and the RK808
      version.  This makes a lot of sense since they share the same SoC
      daugherboard.  Move the pinctrl definition to the common file so we
      can use it for the RK808 version.
      
      NOTE: The PMIC interrupt doesn't _actually_ go to the PMIC on the
      ACT8846 version of the board (it does on the RK808), but our
      convention is to label things as they're labelled on the schematics.
      In the very least you can argue that this is the interrupt from the
      PMIC daughtercard even if it doesn't actually go to the PMIC chip.
      Signed-off-by: NDoug Anderson <dianders@chromium.org>
      Signed-off-by: NHeiko Stuebner <heiko@sntech.de>
      91ff8cd8
    • D
      ARM: dts: Enable emmc and sdmmc on the rk3288-evb boards · 2c31d949
      Doug Anderson 提交于
      This enables basic SD and eMMC support.  Things are not yet running at
      the fastest speed and we don't have the regulators specified, but we
      can at least use the eMMC and SD cards now.
      
      A note:
      * Though MMC DDR50 mode is partially supported in the dw_mmc
        rk3288-specific code in Addy's patch, Addy's patch doesn't add
        tuning support.  That means DDR50 mode is not reliable.  From the
        3288 TRM: "Tuning is required for other speed modes-such as
        DDR50-even though the output delay from the card is less than one
        cycle."  Thus, we don't enable MMC DDR50 mode in this patch.
      Signed-off-by: NDoug Anderson <dianders@chromium.org>
      Acked-by: NArnd Bergmann <arnd@arndb.de>
      Signed-off-by: NHeiko Stuebner <heiko@sntech.de>
      2c31d949
  3. 31 7月, 2014 2 次提交
  4. 26 7月, 2014 1 次提交