summaryrefslogtreecommitdiff
path: root/drivers/i2c
diff options
context:
space:
mode:
authorSylvain Lemieux <slemieux@tycoint.com>2017-03-14 11:24:43 -0400
committerHeiko Schocher <hs@denx.de>2017-03-28 06:27:08 +0200
commitddfd0821691d230b00f9690766aa6197ff628fd7 (patch)
tree103d2e31733ad242b5174cb985c2ba9eb7fc832c /drivers/i2c
parentd61c7adbff36066575b5d8bc9173811b2fa793a1 (diff)
i2c: lpc32xx: Remove note for DM conversation
Removed note in the LPC32xx I2C driver for DM conversation. Signed-off-by: Sylvain Lemieux <slemieux@tycoint.com>
Diffstat (limited to 'drivers/i2c')
-rw-r--r--drivers/i2c/lpc32xx_i2c.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/i2c/lpc32xx_i2c.c b/drivers/i2c/lpc32xx_i2c.c
index b4d1014b8d..cacbe87641 100644
--- a/drivers/i2c/lpc32xx_i2c.c
+++ b/drivers/i2c/lpc32xx_i2c.c
@@ -5,9 +5,6 @@
* Written-by: Albert ARIBAUD - 3ADEV <albert.aribaud@3adev.fr>
*
* SPDX-License-Identifier: GPL-2.0+
- *
- * NOTE: This driver should be converted to driver model before June 2017.
- * Please see doc/driver-model/i2c-howto.txt for instructions.
*/
#include <common.h>