]> www.infradead.org Git - users/jedix/linux-maple.git/commit
usb: musb: cppi41: allow it to work again
authorFelipe Balbi <balbi@ti.com>
Thu, 6 Aug 2015 15:51:29 +0000 (10:51 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 22 Oct 2015 21:43:23 +0000 (14:43 -0700)
commit4cd1e73994526a6647e16b631ba76bbb4944660c
tree99a3cac4fc1aaf8518274f82fe760e00f45480ea
parent860964cd6311e32b217a180c262c938d366a28b4
usb: musb: cppi41: allow it to work again

commit b0a688ddcc5015eb26000c63841db7c46cfb380a upstream.

since commit 33c300cb90a6 ("usb: musb: dsps:
don't fake of_node to musb core") we have been
preventing CPPI 4.1 from probing due to NULL
of_node. We can't revert said commit otherwise
a different regression would show up, so the fix
is to look for the parent device's (glue layer's)
of_node instead, since that's the thing which
is actually described in DTS.

Signed-off-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/musb/musb_cppi41.c