usb: dwc3: add hsphy_interface property
[cascardo/linux.git] / drivers / usb / dwc3 / platform_data.h
index a2bd464..d3614ec 100644 (file)
@@ -45,4 +45,6 @@ struct dwc3_platform_data {
 
        unsigned tx_de_emphasis_quirk:1;
        unsigned tx_de_emphasis:2;
+
+       const char *hsphy_interface;
 };