]> git.baikalelectronics.ru Git - uboot.git/commit
lpc32xx: i2c: fix base address
authorTrevor Woerner <twoerner@gmail.com>
Fri, 11 Jun 2021 02:37:06 +0000 (22:37 -0400)
committerTom Rini <trini@konsulko.com>
Tue, 6 Jul 2021 18:12:15 +0000 (14:12 -0400)
commit61c08041db7c896fda6c00537a34eaceb4d23cc7
treeb9e97248435375204d19f22f0b462eeba69f6728
parent32039936114318fc93e30a4dda01186acb9ea86f
lpc32xx: i2c: fix base address

The lpc32xx driver was not obtaining the per-device base address correctly
from the device tree. Fix the FIXME in order to get the correct base address.

Signed-off-by: Trevor Woerner <twoerner@gmail.com>
drivers/i2c/lpc32xx_i2c.c