]> git.ipfire.org Git - thirdparty/u-boot.git/commit
i2c: Add support for the Arm's Versatile Express I2C controller.
authorLiviu Dudau <Liviu.Dudau@foss.arm.com>
Fri, 28 Sep 2018 12:46:48 +0000 (13:46 +0100)
committerHeiko Schocher <hs@denx.de>
Wed, 3 Oct 2018 04:08:06 +0000 (06:08 +0200)
commit86c83e8400fd3d7f5393e569b2b9e164204a88fe
tree3635c85f620988c99f58b7a0a11a32627f782d86
parent592cd5defd4f71d34ffcbd8dd3326bc10f662e20
i2c: Add support for the Arm's Versatile Express I2C controller.

The Arm Versatile Express I2C controller is a simple register-based
controller that uses a register to control the state of the SCL and
SDA lines. Add support for it.

Signed-off-by: Liviu Dudau <liviu.dudau@foss.arm.com>
Reviewed-by: Heiko Schocher <hs@denx.de>
drivers/i2c/i2c-versatile.c [new file with mode: 0644]