linux-usb.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [v2,3/3] dwc3: Intel Merrifield can be host
@ 2018-07-23 13:12 Andy Shevchenko
  0 siblings, 0 replies; 2+ messages in thread
From: Andy Shevchenko @ 2018-07-23 13:12 UTC (permalink / raw)
  To: Felipe Balbi, linux-usb, Greg Kroah-Hartman, Ferry Toth; +Cc: Andy Shevchenko

On Intel Edison board the OTG function is enabled, thus,
USB can switch to the host mode.

Allow that by changing dr_mode property to "otg" for Intel Merrifield.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
 drivers/usb/dwc3/dwc3-pci.c | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/drivers/usb/dwc3/dwc3-pci.c b/drivers/usb/dwc3/dwc3-pci.c
index 9d3fff91e1bc..ec43fe81ad2a 100644
--- a/drivers/usb/dwc3/dwc3-pci.c
+++ b/drivers/usb/dwc3/dwc3-pci.c
@@ -82,6 +82,12 @@ static const struct property_entry dwc3_pci_intel_properties[] = {
 	{}
 };
 
+static const struct property_entry dwc3_pci_mrfld_properties[] = {
+	PROPERTY_ENTRY_STRING("dr_mode", "otg"),
+	PROPERTY_ENTRY_BOOL("linux,sysdev_is_parent"),
+	{}
+};
+
 static const struct property_entry dwc3_pci_amd_properties[] = {
 	PROPERTY_ENTRY_BOOL("snps,has-lpm-erratum"),
 	PROPERTY_ENTRY_U8("snps,lpm-nyet-threshold", 0xf),
@@ -258,7 +264,7 @@ static const struct pci_device_id dwc3_pci_id_table[] = {
 	DWC3_PCI_DEV(SYNOPSYS, SYNOPSYS_HAPSUSB31, dwc3_pci_synopsys_properties),
 	DWC3_PCI_DEV(INTEL, INTEL_BSW, dwc3_pci_intel_properties),
 	DWC3_PCI_DEV(INTEL, INTEL_BYT, dwc3_pci_intel_properties),
-	DWC3_PCI_DEV(INTEL, INTEL_MRFLD, dwc3_pci_intel_properties),
+	DWC3_PCI_DEV(INTEL, INTEL_MRFLD, dwc3_pci_mrfld_properties),
 	DWC3_PCI_DEV(INTEL, INTEL_SPTLP, dwc3_pci_intel_properties),
 	DWC3_PCI_DEV(INTEL, INTEL_SPTH, dwc3_pci_intel_properties),
 	DWC3_PCI_DEV(INTEL, INTEL_BXT, dwc3_pci_intel_properties),

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [v2,3/3] dwc3: Intel Merrifield can be host
@ 2018-07-26 11:08 Felipe Balbi
  0 siblings, 0 replies; 2+ messages in thread
From: Felipe Balbi @ 2018-07-26 11:08 UTC (permalink / raw)
  To: Andy Shevchenko, linux-usb, Greg Kroah-Hartman, Ferry Toth

Andy Shevchenko <andriy.shevchenko@linux.intel.com> writes:

> On Intel Edison board the OTG function is enabled, thus,
> USB can switch to the host mode.
>
> Allow that by changing dr_mode property to "otg" for Intel Merrifield.
>
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>

this will need rebasing too

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-07-26 11:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-26 11:08 [v2,3/3] dwc3: Intel Merrifield can be host Felipe Balbi
  -- strict thread matches above, loose matches on Subject: below --
2018-07-23 13:12 Andy Shevchenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).