diff options
author | Henry Lin <henryl@nvidia.com> | 2023-03-09 14:17:08 +0800 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2023-03-20 18:14:59 +0530 |
commit | 8b798761243bf854cbf706fcfc21798726ff587a (patch) | |
tree | 24592c6211bfb57ecadaa1012fc0b3fbc04585ab /drivers/phy/tegra/xusb.h | |
parent | 5e4d267f9bc9274f8050a5ea8d4618c7f05e12eb (diff) |
phy: tegra: xusb: Support sleepwalk for Tegra234
Add new registers programming in sleepwalk sequence for Tegra234:
MASTER_ENABLE_A/B/C/D in XUSB_AO_UTMIP_SLEEPWALK.
Signed-off-by: Henry Lin <henryl@nvidia.com>
Signed-off-by: Haotien Hsu <haotienh@nvidia.com>
Link: https://lore.kernel.org/r/20230309061708.4156383-1-haotienh@nvidia.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'drivers/phy/tegra/xusb.h')
-rw-r--r-- | drivers/phy/tegra/xusb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/phy/tegra/xusb.h b/drivers/phy/tegra/xusb.h index 8bd6cd281119..6e45d194c689 100644 --- a/drivers/phy/tegra/xusb.h +++ b/drivers/phy/tegra/xusb.h @@ -434,6 +434,7 @@ struct tegra_xusb_padctl_soc { bool need_fake_usb3_port; bool poll_trk_completed; bool trk_hw_mode; + bool supports_lp_cfg_en; }; struct tegra_xusb_padctl { |