aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvmem/lpc18xx_otp.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/nvmem/lpc18xx_otp.c')
-rw-r--r--drivers/nvmem/lpc18xx_otp.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/nvmem/lpc18xx_otp.c b/drivers/nvmem/lpc18xx_otp.c
index 549b5298ac4c..16c92ea85d49 100644
--- a/drivers/nvmem/lpc18xx_otp.c
+++ b/drivers/nvmem/lpc18xx_otp.c
@@ -1,3 +1,4 @@
1// SPDX-License-Identifier: GPL-2.0-only
1/* 2/*
2 * NXP LPC18xx/43xx OTP memory NVMEM driver 3 * NXP LPC18xx/43xx OTP memory NVMEM driver
3 * 4 *
@@ -6,10 +7,6 @@
6 * Based on the imx ocotp driver, 7 * Based on the imx ocotp driver,
7 * Copyright (c) 2015 Pengutronix, Philipp Zabel <p.zabel@pengutronix.de> 8 * Copyright (c) 2015 Pengutronix, Philipp Zabel <p.zabel@pengutronix.de>
8 * 9 *
9 * This program is free software; you can redistribute it and/or modify
10 * it under the terms of the GNU General Public License version 2
11 * as published by the Free Software Foundation.
12 *
13 * TODO: add support for writing OTP register via API in boot ROM. 10 * TODO: add support for writing OTP register via API in boot ROM.
14 */ 11 */
15 12