mfd: omap-usb-host: Fix dts probe of children
authorTony Lindgren <tony@atomide.com>
Wed, 25 Apr 2018 14:29:22 +0000 (07:29 -0700)
committerLee Jones <lee.jones@linaro.org>
Tue, 11 Sep 2018 15:47:33 +0000 (16:47 +0100)
commit10492ee8ed9188d6d420e1f79b2b9bdbc0624e65
tree7218217bc89e6ad92d5c5f23bd3e266e087c5d19
parenta318c2432218d3cd189ec8228b8a795666899c2a
mfd: omap-usb-host: Fix dts probe of children

It currently only works if the parent bus uses "simple-bus". We
currently try to probe children with non-existing compatible values.
And we're missing .probe.

I noticed this while testing devices configured to probe using ti-sysc
interconnect target module driver. For that we also may want to rebind
the driver, so let's remove __init and __exit.

Signed-off-by: Tony Lindgren <tony@atomide.com>
Acked-by: Roger Quadros <rogerq@ti.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/omap-usb-host.c