]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/usb/chipidea.h
usb: allow to supply the PHY in the drivers when using HCD
[karo-tx-linux.git] / include / linux / usb / chipidea.h
index e14c09a45c5acd342fcf7816600b1aab9ca69e85..4fe161a84c7dc36c76e98a5dc781f819cb2d97d5 100644 (file)
@@ -13,7 +13,7 @@ struct ci_hdrc_platform_data {
        /* offset of the capability registers */
        uintptr_t        capoffset;
        unsigned         power_budget;
-       struct usb_phy  *phy;
+       struct usb_phy  *usb_phy;
        enum usb_phy_interface phy_mode;
        unsigned long    flags;
 #define CI_HDRC_REGS_SHARED            BIT(0)