]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - include/sdhci.h
ARM: tegra: pull Tegra30 SoC DT from Linux v4.7
[karo-tx-uboot.git] / include / sdhci.h
index 6844c73bdc58b89af217f9ed80e3e369bee76ab7..144570f2be9662d43015f1a817adaa7ac6b97c79 100644 (file)
@@ -97,6 +97,7 @@
 #define  SDHCI_DIV_MASK        0xFF
 #define  SDHCI_DIV_MASK_LEN    8
 #define  SDHCI_DIV_HI_MASK     0x300
+#define  SDHCI_PROG_CLOCK_MODE  0x0020
 #define  SDHCI_CLOCK_CARD_EN   0x0004
 #define  SDHCI_CLOCK_INT_STABLE        0x0002
 #define  SDHCI_CLOCK_INT_EN    0x0001
@@ -242,6 +243,7 @@ struct sdhci_host {
        unsigned int quirks;
        unsigned int host_caps;
        unsigned int version;
+       unsigned int clk_mul;   /* Clock Multiplier value */
        unsigned int clock;
        struct mmc *mmc;
        const struct sdhci_ops *ops;