usb: dwc2: platform: add support for utmi optional clock
[linux-2.6-microblaze.git] / drivers / usb / dwc2 / core.h
index 40cf288..0bb4c0c 100644 (file)
@@ -1003,6 +1003,7 @@ struct dwc2_hregs_backup {
  * @ctrl_out_desc:     EP0 OUT data phase desc chain pointer
  * @irq:               Interrupt request line number
  * @clk:               Pointer to otg clock
+ * @utmi_clk:          Pointer to utmi_clk clock
  * @reset:             Pointer to dwc2 reset controller
  * @reset_ecc:          Pointer to dwc2 optional reset controller in Stratix10.
  * @regset:            A pointer to a struct debugfs_regset32, which contains
@@ -1065,6 +1066,7 @@ struct dwc2_hsotg {
        void *priv;
        int     irq;
        struct clk *clk;
+       struct clk *utmi_clk;
        struct reset_control *reset;
        struct reset_control *reset_ecc;