usb: dwc2: Remove reading in of invalid property
This property was mistakenly added, then removed, so don't read it in. Signed-off-by: John Youn <johnyoun@synopsys.com> Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
This commit is contained in:
parent
1ad528db1a
commit
8ad07335e8
1 changed files with 1 additions and 6 deletions
|
@ -1124,16 +1124,11 @@ static void dwc2_set_parameters(struct dwc2_hsotg *hsotg,
|
|||
|
||||
if ((hsotg->dr_mode == USB_DR_MODE_HOST) ||
|
||||
(hsotg->dr_mode == USB_DR_MODE_OTG)) {
|
||||
bool disable;
|
||||
|
||||
dev_dbg(hsotg->dev, "Setting HOST parameters\n");
|
||||
|
||||
disable = device_property_read_bool(hsotg->dev,
|
||||
"snps,host-dma-disable");
|
||||
|
||||
dwc2_set_param_bool(hsotg, &p->host_dma,
|
||||
false, "host-dma",
|
||||
!disable, false,
|
||||
true, false,
|
||||
dma_capable);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue