forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb
kernel/drivers/iio/pressure/mpl115_spi.c
....@@ -1,11 +1,8 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Freescale MPL115A1 pressure/temperature sensor
34 *
45 * Copyright (c) 2016 Akinobu Mita <akinobu.mita@gmail.com>
5
- *
6
- * This file is subject to the terms and conditions of version 2 of
7
- * the GNU General Public License. See the file COPYING in the main
8
- * directory of this archive for more details.
96 *
107 * Datasheet: http://www.nxp.com/files/sensors/doc/data_sheet/MPL115A1.pdf
118 */