]> git.ipfire.org Git - people/ms/u-boot.git/commit
i2c: lpc32xx: Move definitions to header file
authorLiam Beguin <lbeguin@tycoint.com>
Tue, 14 Mar 2017 15:24:44 +0000 (11:24 -0400)
committerHeiko Schocher <hs@denx.de>
Tue, 28 Mar 2017 04:27:14 +0000 (06:27 +0200)
commitfb057880138447019945a6ab3b88038220226017
treeaad89817dfc04d907613a019b13e0a5d0c461ebf
parentddfd0821691d230b00f9690766aa6197ff628fd7
i2c: lpc32xx: Move definitions to header file

Since the lpc32xx i2c driver does not yet support the devicetree bindings,
this structure is also needed by the board file as the hardware description
is done there.

Signed-off-by: Liam Beguin <lbeguin@tycoint.com>
Signed-off-by: Sylvain Lemieux <slemieux@tycoint.com>
arch/arm/include/asm/arch-lpc32xx/i2c.h [new file with mode: 0644]
drivers/i2c/lpc32xx_i2c.c