commit | b0a688ddcc5015eb26000c63841db7c46cfb380a | [log] [tgz] |
---|---|---|
author | Felipe Balbi <balbi@ti.com> | Thu Aug 06 10:51:29 2015 -0500 |
committer | Felipe Balbi <balbi@ti.com> | Thu Aug 06 10:51:29 2015 -0500 |
tree | 6b7a661a89049655059fb35faf2b837f4bfdd424 | |
parent | 03840fad004ce8a56bc8b3bb60a2df10f6f9481e [diff] |
usb: musb: cppi41: allow it to work again 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>