|
@@ -118,11 +118,9 @@ static int rts5227_extra_init_hw(struct rtsx_pcr *pcr)
|
|
|
rts5227_fill_driving(pcr, OUTPUT_3V3);
|
|
|
/* Configure force_clock_req */
|
|
|
if (pcr->flags & PCR_REVERSE_SOCKET)
|
|
|
- rtsx_pci_add_cmd(pcr, WRITE_REG_CMD,
|
|
|
- AUTOLOAD_CFG_BASE + 3, 0xB8, 0xB8);
|
|
|
+ rtsx_pci_add_cmd(pcr, WRITE_REG_CMD, PETXCFG, 0xB8, 0xB8);
|
|
|
else
|
|
|
- rtsx_pci_add_cmd(pcr, WRITE_REG_CMD,
|
|
|
- AUTOLOAD_CFG_BASE + 3, 0xB8, 0x88);
|
|
|
+ rtsx_pci_add_cmd(pcr, WRITE_REG_CMD, PETXCFG, 0xB8, 0x88);
|
|
|
rtsx_pci_add_cmd(pcr, WRITE_REG_CMD, PM_CTRL3, 0x10, 0x00);
|
|
|
|
|
|
return rtsx_pci_send_cmd(pcr, 100);
|