]> git.dujemihanovic.xyz Git - u-boot.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)
commitd705527a89ddbc30766b6ca9fe2eebf715a3ceda
treeca53d6048f8fb25d9365e0ec08bd4a474b82558c
parent77115a5526f0893f55041e217a1ce36bb1e596b1
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