hc
2024-05-10 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb
kernel/drivers/media/i2c/et8ek8/et8ek8_mode.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * et8ek8_mode.c
34 *
....@@ -5,15 +6,6 @@
56 *
67 * Contact: Sakari Ailus <sakari.ailus@iki.fi>
78 * Tuukka Toivonen <tuukkat76@gmail.com>
8
- *
9
- * This program is free software; you can redistribute it and/or
10
- * modify it under the terms of the GNU General Public License
11
- * version 2 as published by the Free Software Foundation.
12
- *
13
- * This program is distributed in the hope that it will be useful, but
14
- * WITHOUT ANY WARRANTY; without even the implied warranty of
15
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16
- * General Public License for more details.
179 */
1810
1911 #include "et8ek8_reg.h"
....@@ -79,7 +71,7 @@
7971 { ET8EK8_REG_8BIT, 0x1258, 0x00 },
8072 /* From parallel out to serial out */
8173 { ET8EK8_REG_8BIT, 0x125D, 0x88 },
82
- /* From w/ embeded data to w/o embeded data */
74
+ /* From w/ embedded data to w/o embedded data */
8375 { ET8EK8_REG_8BIT, 0x125E, 0xC0 },
8476 /* CCP2 out is from STOP to ACTIVE */
8577 { ET8EK8_REG_8BIT, 0x1263, 0x98 },