usb: dwc3: Separate field holding multiple properties
authorThinh Nguyen <Thinh.Nguyen@synopsys.com>
Tue, 20 Aug 2019 01:35:58 +0000 (18:35 -0700)
committerFelipe Balbi <felipe.balbi@linux.intel.com>
Wed, 28 Aug 2019 10:04:59 +0000 (13:04 +0300)
commit16fe4f304015c39aa3a7aeef1beeac2ed585c7c6
tree2a5b5c15903d139f415e57f333c0b731fa0e72f3
parent05f0b20b67f4185cc0022e49de08e1b9b2dbeb36
usb: dwc3: Separate field holding multiple properties

dwc->hird_threshold field should store "snps,hird_threshold" property
only and not a combination of multiple properties. Remove the value of
"snps,is-utmi-l1-suspend" property from the field dwc->hird_threshold.

Signed-off-by: Thinh Nguyen <thinhn@synopsys.com>
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
drivers/usb/dwc3/core.c
drivers/usb/dwc3/gadget.c