Commit 65663be
committed
phy: tegra: xusb: Disable trk clk when not in use
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2122414
Upstream Status: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
Tested: Verify USB-A and USB-C are functional on Nvidia Orin board,
and no regressions on other platforms.
commit e5f9124
Author: Wayne Chang <waynec@nvidia.com>
Date: Wed Jan 11 11:04:48 2023 +0000
phy: tegra: xusb: Disable trk clk when not in use
Pad tracking is a one-time calibration for Tegra186 and Tegra194.
Clk should be disabled after calibration.
Disable clk after calibration.
While at it add 100us delay for HW recording the calibration value.
Signed-off-by: Wayne Chang <waynec@nvidia.com>
Signed-off-by: Jon Hunter <jonathanh@nvidia.com>
Link: https://lore.kernel.org/r/20230111110450.24617-5-jonathanh@nvidia.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
(cherry picked from commit e5f9124)
Signed-off-by: David Marlin <dmarlin@redhat.com>1 parent 4941c49 commit 65663be
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
609 | 609 | | |
610 | 610 | | |
611 | 611 | | |
| 612 | + | |
| 613 | + | |
| 614 | + | |
| 615 | + | |
612 | 616 | | |
613 | 617 | | |
614 | 618 | | |
| |||
633 | 637 | | |
634 | 638 | | |
635 | 639 | | |
636 | | - | |
637 | | - | |
638 | 640 | | |
639 | 641 | | |
640 | 642 | | |
| |||
0 commit comments