summaryrefslogtreecommitdiff
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorHeiko Schocher <hs@denx.de>2018-10-11 07:26:33 +0200
committerHeiko Schocher <hs@denx.de>2018-10-12 07:25:39 +0200
commite3bc4bb861c5c2e6676deaf158801398d39a3f48 (patch)
tree05feb9eb8cace44fac757a9bcfcdd9dea0beaa1b /MAINTAINERS
parent3d5ced9e22d32112a20f9dc0f5fb1f22ef088079 (diff)
i2c: fix: Add support for the Arm's Versatile Express I2C controller
accidentially while fixing merge errors for patch: https://lists.denx.de/pipermail/u-boot/2018-September/342278.html missed to add files: MAINTAINERS drivers/i2c/Kconfig drivers/i2c/Makefile add them with this patch. Signed-off-by: Heiko Schocher <hs@denx.de> Acked-by: Liviu Dudau <liviu.dudau@foss.arm.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index ace7d9a4b6..cc71a8f6be 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -453,6 +453,7 @@ M: Liviu Dudau <liviu.dudau@foss.arm.com>
S: Supported
T: git git://github.com/ARM-software/u-boot.git
F: drivers/video/mali_dp.c
+F: drivers/i2c/i2c-versatile.c
MICROBLAZE
M: Michal Simek <monstr@monstr.eu>