1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-18 15:30:21 +00:00

Add pnp info to the imx_i2c driver.

This commit is contained in:
Ian Lepore 2019-05-22 21:47:26 +00:00
parent 26c4978843
commit 134399fcde
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=348123

View File

@ -194,6 +194,7 @@ DRIVER_MODULE(imx_i2c, simplebus, i2c_driver, i2c_devclass, 0, 0);
DRIVER_MODULE(ofw_iicbus, imx_i2c, ofw_iicbus_driver, ofw_iicbus_devclass, 0, 0);
MODULE_DEPEND(imx_i2c, iicbus, 1, 1, 1);
MODULE_DEPEND(imx_i2c, ofw_iicbus, 1, 1, 1);
SIMPLEBUS_PNP_INFO(compat_data);
static phandle_t
i2c_get_node(device_t bus, device_t dev)