]> git.baikalelectronics.ru Git - uboot.git/commit
lpc32xx: i2c: finish DM/OF code
authorTrevor Woerner <twoerner@gmail.com>
Fri, 11 Jun 2021 02:37:07 +0000 (22:37 -0400)
committerTom Rini <trini@konsulko.com>
Tue, 6 Jul 2021 18:12:15 +0000 (14:12 -0400)
commit9fd3705cdcedfe3a078c63537628f98968df6652
tree25141d72e561234dbbfeb712ececa26c78dcaf91
parent61c08041db7c896fda6c00537a34eaceb4d23cc7
lpc32xx: i2c: finish DM/OF code

Add the of_match/compatible string to the lpc32xx i2c driver so it works
correctly with device-tree.

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