Skip to content

Commit

Permalink
usb: gadget: lpc32xx_udc: Propagate devicetree to gadget drivers
Browse files Browse the repository at this point in the history
Fill dev.of_node of gadget drivers, so they can use devicetree

Signed-off-by: Alexandre Pereira da Silva <aletes.xgr@gmail.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
  • Loading branch information
Alexandre Pereira da Silva authored and Felipe Balbi committed Jul 2, 2012
1 parent 48a31af commit eebc0d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/usb/gadget/lpc32xx_udc.c
Original file line number Diff line number Diff line change
Expand Up @@ -3005,6 +3005,7 @@ static int lpc32xx_start(struct usb_gadget_driver *driver,

udc->driver = driver;
udc->gadget.dev.driver = &driver->driver;
udc->gadget.dev.of_node = udc->dev->of_node;
udc->enabled = 1;
udc->selfpowered = 1;
udc->vbus = 0;
Expand Down

0 comments on commit eebc0d3

Please sign in to comment.