mirror of
https://xff.cz/git/u-boot/
synced 2025-10-18 08:23:24 +02:00
Rather than using a variable in various places, add a single function, tegra_i2c_get_bus(), which returns a pointer to information about a bus. This will make it easier to move to the new i2c framework. Signed-off-by: Simon Glass <sjg@chromium.org>