Skip to content

Commit 815b444

Browse files
ahunter6alexandrebelloni
authored andcommitted
i3c: mipi-i3c-hci-pci: Set d3hot_delay to 0 for Intel controllers
Set d3hot_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/20260306085338.62955-2-adrian.hunter@intel.com Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
1 parent acfcdff commit 815b444

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ static int intel_i3c_init(struct mipi_i3c_hci_pci *hci)
164164
dma_set_mask_and_coherent(&hci->pci->dev, DMA_BIT_MASK(64));
165165

166166
hci->pci->d3cold_delay = 0;
167+
hci->pci->d3hot_delay = 0;
167168

168169
hci->private = host;
169170
host->priv = priv;

0 commit comments

Comments
 (0)