commit | 4c1a71da8a710aa414686307d86e4f468a8057e0 | [log] [tgz] |
---|---|---|
author | Kory Maincent <kory.maincent@bootlin.com> | Tue May 04 19:31:29 2021 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu May 13 13:09:09 2021 -0400 |
tree | ca53d6048f8fb25d9365e0ec08bd4a474b82558c | |
parent | ff446d5dfd19a187df8ad07a2f63bd0eb93558d5 [diff] |
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>