usb: musb: dsps: don't fake of_node to musb core
authorFelipe Balbi <balbi@ti.com>
Tue, 10 Mar 2015 15:42:12 +0000 (10:42 -0500)
committerFelipe Balbi <balbi@ti.com>
Wed, 11 Mar 2015 15:19:35 +0000 (10:19 -0500)
commit33c300cb90a6c0072507a949f78c4728238a81f0
treefc87ff45566c2c0d48920c1ab11bacb2721b5084
parent983f3cabf6677340dd5b9aec5440b427b8c47ad9
usb: musb: dsps: don't fake of_node to musb core

If we pass our own of_node to musb_core, at least
pinctrl settings will be duplicated, meaning that
pinctrl framework will try to select default pin
state for musb_core when they were already requested
by musb-dsps.

A Warning will be printed however things will still
work.

Reported-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/musb/musb_dsps.c