Skip to content

Commit a54b1ae

Browse files
ahunter6alexandrebelloni
authored andcommitted
i3c: mipi-i3c-hci-pci: Set d3cold_delay to 0 for Intel controllers
Set d3cold_delay to 0 for Intel controllers because a delay is not needed. Signed-off-by: Adrian Hunter <adrian.hunter@intel.com> Reviewed-by: Frank Li <Frank.Li@nxp.com> Link: https://patch.msgid.link/20251128064038.55158-13-adrian.hunter@intel.com Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
1 parent 884a331 commit a54b1ae

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

drivers/i3c/master/mipi-i3c-hci/mipi-i3c-hci-pci.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,8 @@ static int intel_i3c_init(struct mipi_i3c_hci_pci *hci)
160160

161161
dma_set_mask_and_coherent(&hci->pci->dev, DMA_BIT_MASK(64));
162162

163+
hci->pci->d3cold_delay = 0;
164+
163165
hci->private = host;
164166
host->priv = priv;
165167

0 commit comments

Comments
 (0)