]> git.ipfire.org Git - thirdparty/u-boot.git/commit
i2c: fsl: Use dev_read_addr
authorMario Six <mario.six@gdsys.cc>
Wed, 28 Mar 2018 12:37:43 +0000 (14:37 +0200)
committerHeiko Schocher <hs@denx.de>
Wed, 11 Apr 2018 09:34:46 +0000 (11:34 +0200)
commitd934832de6e62ca21c99a4fbad808175801f4018
treea0e9572e2538759399013cf6f7039a1be58bd32b
parent2df71d6d6a364f92510cfa657d7407cf7e516570
i2c: fsl: Use dev_read_addr

Since bus translations are now fully supported, use a plain
"dev_read_addr" to get the device address from the device tree.

Signed-off-by: Mario Six <mario.six@gdsys.cc>
drivers/i2c/fsl_i2c.c