]> git.baikalelectronics.ru Git - uboot.git/commit
arm: am335x: add support for i2c2 bus
authorKory Maincent <kory.maincent@bootlin.com>
Tue, 4 May 2021 17:31:29 +0000 (19:31 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 13 May 2021 17:09:09 +0000 (13:09 -0400)
commit9ba368e1c96f26b75b0445ba48db98950cf2471f
treeca53d6048f8fb25d9365e0ec08bd4a474b82558c
parenteb48dbd86c96eff2936c284bd51bec5e7e9cc6a8
arm: am335x: add support for i2c2 bus

The am335x from BeagleBone use i2c EEPROM to detect capes.
The memory is wired to i2c bus 2 therefore it need to be enabled.

Add i2c2 clock, pinmux description and pinmux enable function.

Signed-off-by: Kory Maincent <kory.maincent@bootlin.com>
arch/arm/mach-omap2/am33xx/clock_am33xx.c
board/ti/am335x/board.c
board/ti/am335x/board.h
board/ti/am335x/mux.c