These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / drivers / phy / phy-samsung-usb2.h
index 44bead9..6563e7c 100644 (file)
@@ -17,6 +17,7 @@
 #include <linux/device.h>
 #include <linux/regmap.h>
 #include <linux/spinlock.h>
+#include <linux/regulator/consumer.h>
 
 #define KHZ 1000
 #define MHZ (KHZ * KHZ)
@@ -37,6 +38,7 @@ struct samsung_usb2_phy_driver {
        const struct samsung_usb2_phy_config *cfg;
        struct clk *clk;
        struct clk *ref_clk;
+       struct regulator *vbus;
        unsigned long ref_rate;
        u32 ref_reg_val;
        struct device *dev;