]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/usb/musb/musb_core.h
Merge 4.9-rc7 into usb-next
[karo-tx-linux.git] / drivers / usb / musb / musb_core.h
index 91817d77d59c8ecd226e25fb6ce9e07b5a597d3f..a611e2f67bdc9e3233e4d6efde27d8ce18fe0a67 100644 (file)
@@ -626,4 +626,10 @@ static inline void musb_platform_post_root_reset_end(struct musb *musb)
                musb->ops->post_root_reset_end(musb);
 }
 
+/*
+ * gets the "dr_mode" property from DT and converts it into musb_mode
+ * if the property is not found or not recognized returns MUSB_OTG
+ */
+extern enum musb_mode musb_get_mode(struct device *dev);
+
 #endif /* __MUSB_CORE_H__ */