.hiword_update = false,
 };
 
+static const struct sdhci_arasan_soc_ctl_map intel_lgm_sdxc_soc_ctl_map = {
+       .baseclkfreq = { .reg = 0x80, .width = 8, .shift = 2 },
+       .clockmultiplier = { .reg = 0, .width = -1, .shift = -1 },
+       .hiword_update = false,
+};
+
 /**
  * sdhci_arasan_syscon_write - Write to a field in soc_ctl registers
  *
        .pdata = &sdhci_arasan_cqe_pdata,
 };
 
+static struct sdhci_arasan_of_data intel_lgm_sdxc_data = {
+       .soc_ctl_map = &intel_lgm_sdxc_soc_ctl_map,
+       .pdata = &sdhci_arasan_cqe_pdata,
+};
+
 #ifdef CONFIG_PM_SLEEP
 /**
  * sdhci_arasan_suspend - Suspend method for the driver
                .compatible = "intel,lgm-sdhci-5.1-emmc",
                .data = &intel_lgm_emmc_data,
        },
+       {
+               .compatible = "intel,lgm-sdhci-5.1-sdxc",
+               .data = &intel_lgm_sdxc_data,
+       },
        /* Generic compatible below here */
        {
                .compatible = "arasan,sdhci-8.9a",