usb: phy: isp1301: Export I2C module alias information
authorJavier Martinez Canillas <javier@osg.samsung.com>
Sat, 12 Sep 2015 08:54:26 +0000 (10:54 +0200)
committerFelipe Balbi <balbi@ti.com>
Mon, 21 Sep 2015 19:42:36 +0000 (14:42 -0500)
commit8fb7ab504381b8ce4f443129e102a713bd76dfe2
treef46aec023d2153d05ef9a41da1795eba423ea7ca
parent51b91b7e6c1516c7d3ea70acc91aac9b32ae3e72
usb: phy: isp1301: Export I2C module alias information

The I2C core always reports the MODALIAS uevent as "i2c:<client name"
regardless if the device was registered using OF or platform code so
So the driver needs to export the I2C table and this be built into
the module or udev won't have the necessary information to auto load
the module when the device is added.

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/phy/phy-isp1301.c