commit | d705527a89ddbc30766b6ca9fe2eebf715a3ceda | [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 | 77115a5526f0893f55041e217a1ce36bb1e596b1 [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>