pci_read_config_dword(pdev, PCR_SETTING_REG2, ®);
        pcr_dbg(pcr, "Cfg 0x%x: 0x%x\n", PCR_SETTING_REG2, reg);
+
+       pcr->rtd3_en = rtsx_reg_to_rtd3_uhsii(reg);
+
        if (rtsx_check_mmc_support(reg))
                pcr->extra_caps |= EXTRA_CAPS_NO_MMC;
        pcr->sd30_drive_sel_3v3 = rtsx_reg_to_sd30_drive_sel_3v3(reg);
 
        rtsx_pci_send_cmd(pcr, CMD_TIMEOUT_DEF);
 
-       if (CHK_PCI_PID(pcr, PID_524A) || CHK_PCI_PID(pcr, PID_525A)) {
+       if (CHK_PCI_PID(pcr, PID_524A) || CHK_PCI_PID(pcr, PID_525A))
                rtsx_pci_write_register(pcr, REG_VREF, PWD_SUSPND_EN, PWD_SUSPND_EN);
-               rtsx_pci_write_register(pcr, RTS524A_PM_CTRL3, 0x01, 0x00);
-               rtsx_pci_write_register(pcr, RTS524A_PME_FORCE_CTL, 0x30, 0x20);
+
+       if (pcr->rtd3_en) {
+               if (CHK_PCI_PID(pcr, PID_524A) || CHK_PCI_PID(pcr, PID_525A)) {
+                       rtsx_pci_write_register(pcr, RTS524A_PM_CTRL3, 0x01, 0x01);
+                       rtsx_pci_write_register(pcr, RTS524A_PME_FORCE_CTL, 0x30, 0x30);
+               } else {
+                       rtsx_pci_write_register(pcr, PM_CTRL3, 0x01, 0x01);
+                       rtsx_pci_write_register(pcr, PME_FORCE_CTL, 0xFF, 0x33);
+               }
        } else {
-               rtsx_pci_write_register(pcr, PME_FORCE_CTL, 0xFF, 0x30);
-               rtsx_pci_write_register(pcr, PM_CTRL3, 0x01, 0x00);
+               if (CHK_PCI_PID(pcr, PID_524A) || CHK_PCI_PID(pcr, PID_525A)) {
+                       rtsx_pci_write_register(pcr, RTS524A_PM_CTRL3, 0x01, 0x00);
+                       rtsx_pci_write_register(pcr, RTS524A_PME_FORCE_CTL, 0x30, 0x20);
+               } else {
+                       rtsx_pci_write_register(pcr, PME_FORCE_CTL, 0xFF, 0x30);
+                       rtsx_pci_write_register(pcr, PM_CTRL3, 0x01, 0x00);
+               }
        }
 
+
        /*
         * If u_force_clkreq_0 is enabled, CLKREQ# PIN will be forced
         * to drive low, and we forcibly request clock.
 
 #include <linux/rtsx_pci.h>
 #include <linux/mmc/card.h>
 #include <asm/unaligned.h>
+#include <linux/pm.h>
+#include <linux/pm_runtime.h>
 
 #include "rtsx_pcr.h"
 #include "rts5261.h"
        if (pcr->remove_pci)
                return;
 
+       if (pcr->rtd3_en)
+               if (pcr->is_runtime_suspended) {
+                       pm_runtime_get(&(pcr->pci->dev));
+                       pcr->is_runtime_suspended = false;
+               }
+
        if (pcr->state != PDEV_STAT_RUN) {
                pcr->state = PDEV_STAT_RUN;
                if (pcr->ops->enable_auto_blink)
        rtsx_comm_pm_power_saving(pcr);
 }
 
+static void rtsx_pci_rtd3_work(struct work_struct *work)
+{
+       struct delayed_work *dwork = to_delayed_work(work);
+       struct rtsx_pcr *pcr = container_of(dwork, struct rtsx_pcr, rtd3_work);
+
+       pcr_dbg(pcr, "--> %s\n", __func__);
+       if (!pcr->is_runtime_suspended)
+               pm_runtime_put(&(pcr->pci->dev));
+}
+
 static void rtsx_pci_idle_work(struct work_struct *work)
 {
        struct delayed_work *dwork = to_delayed_work(work);
        rtsx_pm_power_saving(pcr);
 
        mutex_unlock(&pcr->pcr_mutex);
+
+       if (pcr->rtd3_en)
+               mod_delayed_work(system_wq, &pcr->rtd3_work, msecs_to_jiffies(10000));
 }
 
 static void rtsx_base_force_power_down(struct rtsx_pcr *pcr, u8 pm_state)
                rtsx_pcr_cells[i].platform_data = handle;
                rtsx_pcr_cells[i].pdata_size = sizeof(*handle);
        }
+
+       if (pcr->rtd3_en) {
+               INIT_DELAYED_WORK(&pcr->rtd3_work, rtsx_pci_rtd3_work);
+               pm_runtime_allow(&pcidev->dev);
+               pm_runtime_enable(&pcidev->dev);
+               pcr->is_runtime_suspended = false;
+       }
+
+
        ret = mfd_add_devices(&pcidev->dev, pcr->id, rtsx_pcr_cells,
                        ARRAY_SIZE(rtsx_pcr_cells), NULL, 0, NULL);
        if (ret < 0)
        struct pcr_handle *handle = pci_get_drvdata(pcidev);
        struct rtsx_pcr *pcr = handle->pcr;
 
+       if (pcr->rtd3_en)
+               pm_runtime_get_noresume(&pcr->pci->dev);
+
        pcr->remove_pci = true;
 
        /* Disable interrupts at the pcr level */
 
        cancel_delayed_work_sync(&pcr->carddet_work);
        cancel_delayed_work_sync(&pcr->idle_work);
+       if (pcr->rtd3_en)
+               cancel_delayed_work_sync(&pcr->rtd3_work);
 
        mfd_remove_devices(&pcidev->dev);
 
        idr_remove(&rtsx_pci_idr, pcr->id);
        spin_unlock(&rtsx_pci_lock);
 
+       if (pcr->rtd3_en) {
+               pm_runtime_disable(&pcr->pci->dev);
+               pm_runtime_put_noidle(&pcr->pci->dev);
+       }
+
        kfree(pcr->slots);
        kfree(pcr);
        kfree(handle);
                pci_disable_msi(pcr->pci);
 }
 
+static int rtsx_pci_runtime_suspend(struct device *device)
+{
+       struct pci_dev *pcidev = to_pci_dev(device);
+       struct pcr_handle *handle;
+       struct rtsx_pcr *pcr;
+
+       handle = pci_get_drvdata(pcidev);
+       pcr = handle->pcr;
+       dev_dbg(&(pcidev->dev), "--> %s\n", __func__);
+
+       cancel_delayed_work(&pcr->carddet_work);
+       cancel_delayed_work(&pcr->rtd3_work);
+       cancel_delayed_work(&pcr->idle_work);
+
+       mutex_lock(&pcr->pcr_mutex);
+       rtsx_pci_power_off(pcr, HOST_ENTER_S3);
+
+       free_irq(pcr->irq, (void *)pcr);
+
+       mutex_unlock(&pcr->pcr_mutex);
+
+       pcr->is_runtime_suspended = true;
+
+       return 0;
+}
+
+static int rtsx_pci_runtime_resume(struct device *device)
+{
+       struct pci_dev *pcidev = to_pci_dev(device);
+       struct pcr_handle *handle;
+       struct rtsx_pcr *pcr;
+       int ret = 0;
+
+       handle = pci_get_drvdata(pcidev);
+       pcr = handle->pcr;
+       dev_dbg(&(pcidev->dev), "--> %s\n", __func__);
+
+       mutex_lock(&pcr->pcr_mutex);
+
+       rtsx_pci_write_register(pcr, HOST_SLEEP_STATE, 0x03, 0x00);
+       rtsx_pci_acquire_irq(pcr);
+       synchronize_irq(pcr->irq);
+
+       if (pcr->ops->fetch_vendor_settings)
+               pcr->ops->fetch_vendor_settings(pcr);
+
+       rtsx_pci_init_hw(pcr);
+
+       if (pcr->slots[RTSX_SD_CARD].p_dev != NULL) {
+               pcr->slots[RTSX_SD_CARD].card_event(
+                               pcr->slots[RTSX_SD_CARD].p_dev);
+       }
+
+       schedule_delayed_work(&pcr->idle_work, msecs_to_jiffies(200));
+
+       mutex_unlock(&pcr->pcr_mutex);
+       return ret;
+}
+
 #else /* CONFIG_PM */
 
 #define rtsx_pci_shutdown NULL
+#define rtsx_pci_runtime_suspend NULL
+#define rtsx_pic_runtime_resume NULL
 
 #endif /* CONFIG_PM */
 
-static SIMPLE_DEV_PM_OPS(rtsx_pci_pm_ops, rtsx_pci_suspend, rtsx_pci_resume);
+static const struct dev_pm_ops rtsx_pci_pm_ops = {
+       SET_SYSTEM_SLEEP_PM_OPS(rtsx_pci_suspend, rtsx_pci_resume)
+       SET_RUNTIME_PM_OPS(rtsx_pci_runtime_suspend, rtsx_pci_runtime_resume, NULL)
+};
 
 static struct pci_driver rtsx_pci_driver = {
        .name = DRV_NAME_RTSX_PCI,
 
 #include <linux/mmc/card.h>
 #include <linux/rtsx_pci.h>
 #include <asm/unaligned.h>
+#include <linux/pm_runtime.h>
 
 struct realtek_pci_sdmmc {
        struct platform_device  *pdev;
 static void realtek_init_host(struct realtek_pci_sdmmc *host)
 {
        struct mmc_host *mmc = host->mmc;
+       struct rtsx_pcr *pcr = host->pcr;
 
        mmc->f_min = 250000;
        mmc->f_max = 208000000;
        mmc->caps = MMC_CAP_4_BIT_DATA | MMC_CAP_SD_HIGHSPEED |
                MMC_CAP_MMC_HIGHSPEED | MMC_CAP_BUS_WIDTH_TEST |
                MMC_CAP_UHS_SDR12 | MMC_CAP_UHS_SDR25;
+       if (pcr->rtd3_en)
+               mmc->caps = mmc->caps | MMC_CAP_AGGRESSIVE_PM;
        mmc->caps2 = MMC_CAP2_NO_PRESCAN_POWERUP | MMC_CAP2_FULL_PWR_CYCLE;
        mmc->max_current_330 = 400;
        mmc->max_current_180 = 800;
 
        realtek_init_host(host);
 
+       if (pcr->rtd3_en) {
+               pm_runtime_set_autosuspend_delay(&pdev->dev, 5000);
+               pm_runtime_use_autosuspend(&pdev->dev);
+               pm_runtime_enable(&pdev->dev);
+       }
+
+
        mmc_add_host(mmc);
 
        return 0;
        pcr->slots[RTSX_SD_CARD].card_event = NULL;
        mmc = host->mmc;
 
+       if (pcr->rtd3_en) {
+               pm_runtime_dont_use_autosuspend(&pdev->dev);
+               pm_runtime_disable(&pdev->dev);
+       }
+
        cancel_work_sync(&host->work);
 
        mutex_lock(&host->host_mutex);