forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-02-20 ea08eeccae9297f7aabd2ef7f0c2517ac4549acc
kernel/drivers/misc/eeprom/digsy_mtc_eeprom.c
....@@ -1,12 +1,9 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * EEPROMs access control driver for display configuration EEPROMs
34 * on DigsyMTC board.
45 *
56 * (C) 2011 DENX Software Engineering, Anatolij Gustschin <agust@denx.de>
6
- *
7
- * This program is free software; you can redistribute it and/or modify
8
- * it under the terms of the GNU General Public License version 2 as
9
- * published by the Free Software Foundation.
107 *
118 * FIXME: this driver is used on a device-tree probed platform: it
129 * should be defined as a bit-banged SPI device and probed from the device