Skip to content

Commit 7be5487

Browse files
Haotien Hsuvinodkoul
authored andcommitted
phy: tegra: xusb: Disable periodic tracking on Tegra234
Periodic calibration updates (~10µs) may overlap with transfers when PCIe NVMe SSD, LPDDR, and USB2 devices operate simultaneously, causing crosstalk on Tegra234 devices. Hence disable periodic calibration updates and make this a one-time calibration. Fixes: d8163a3 ("phy: tegra: xusb: Add Tegra234 support") Cc: [email protected] Signed-off-by: Haotien Hsu <[email protected]> Signed-off-by: Wayne Chang <[email protected]> Reviewed-by: Jon Hunter <[email protected]> Tested-by: Jon Hunter <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent 24c63c5 commit 7be5487

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/phy/tegra/xusb-tegra186.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1711,7 +1711,7 @@ const struct tegra_xusb_padctl_soc tegra234_xusb_padctl_soc = {
17111711
.num_supplies = ARRAY_SIZE(tegra194_xusb_padctl_supply_names),
17121712
.supports_gen2 = true,
17131713
.poll_trk_completed = true,
1714-
.trk_hw_mode = true,
1714+
.trk_hw_mode = false,
17151715
.trk_update_on_idle = true,
17161716
.supports_lp_cfg_en = true,
17171717
};

0 commit comments

Comments
 (0)