]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/usb/host/xhci.h
usb: host: xhci-plat: add clock support
[karo-tx-linux.git] / drivers / usb / host / xhci.h
index 2774526449a67d57d595f54724fa03992b68f5e6..9ffecd56600d4d69fe99decf48801e7ba6a1ee57 100644 (file)
@@ -1472,6 +1472,8 @@ struct xhci_hcd {
        /* msi-x vectors */
        int             msix_count;
        struct msix_entry       *msix_entries;
+       /* optional clock */
+       struct clk              *clk;
        /* data structures */
        struct xhci_device_context_array *dcbaa;
        struct xhci_ring        *cmd_ring;