Skip to content
Commit 2526c151 authored by Jon Smirl's avatar Jon Smirl Committed by Grant Likely
Browse files

drivers/of: Add the of_find_i2c_device_by_node function.



The of_find_i2c_device_by_node function allows you to follow a
reference in the device tree to an i2c device node and then locate
the linux device instantiated by the device tree. Example use: an I2S
bus driver finding the i2c_device instance for a codec described by
a device tree node.

This was waiting for Anton's i2c patches that were just added.

Signed-off-by: default avatarJon Smirl <jonsmirl@gmail.com>
Signed-off-by: default avatarGrant Likely <grant.likely@secretlab.ca>
parent f5020384
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment