diff mbox series

[v8,1/6] usb: dwc3: core: Add HS phy mode variable and phy poweroff flag

Message ID 1624882097-23265-2-git-send-email-sanm@codeaurora.org
State New
Headers show
Series [v8,1/6] usb: dwc3: core: Add HS phy mode variable and phy poweroff flag | expand

Commit Message

Sandeep Maheswaram June 28, 2021, 12:08 p.m. UTC
Add variables in dwc3 structure to check HS phy mode which is
used to configure interrupts and phy poweroff flag to check if
we can powerdown the phy during system suspend.

Signed-off-by: Sandeep Maheswaram <sanm@codeaurora.org>
---
 drivers/usb/dwc3/core.h | 3 +++
 1 file changed, 3 insertions(+)
diff mbox series

Patch

diff --git a/drivers/usb/dwc3/core.h b/drivers/usb/dwc3/core.h
index dccdf13..ce274d8 100644
--- a/drivers/usb/dwc3/core.h
+++ b/drivers/usb/dwc3/core.h
@@ -1123,6 +1123,9 @@  struct dwc3 {
 
 	bool			phys_ready;
 
+	unsigned int            hs_phy_mode;
+	bool			phy_power_off;
+
 	struct ulpi		*ulpi;
 	bool			ulpi_ready;