forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 093a6c67005148ae32a5c9e4553491b9f5c2457b
kernel/drivers/video/fbdev/omap2/omapfb/dss/hdmi4_core.c
....@@ -1,22 +1,11 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * ti_hdmi_4xxx_ip.c
34 *
45 * HDMI TI81xx, TI38xx, TI OMAP4 etc IP driver Library
5
- * Copyright (C) 2010-2011 Texas Instruments Incorporated - http://www.ti.com/
6
+ * Copyright (C) 2010-2011 Texas Instruments Incorporated - https://www.ti.com/
67 * Authors: Yong Zhi
78 * Mythri pk <mythripk@ti.com>
8
- *
9
- * This program is free software; you can redistribute it and/or modify it
10
- * under the terms of the GNU General Public License version 2 as published by
11
- * the Free Software Foundation.
12
- *
13
- * This program is distributed in the hope that it will be useful, but WITHOUT
14
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
15
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
16
- * more details.
17
- *
18
- * You should have received a copy of the GNU General Public License along with
19
- * this program. If not, see <http://www.gnu.org/licenses/>.
209 */
2110
2211 #define DSS_SUBSYS_NAME "HDMICORE"
....@@ -712,7 +701,7 @@
712701 else
713702 acore.i2s_cfg.justification = HDMI_AUDIO_JUSTIFY_RIGHT;
714703 /*
715
- * The I2S input word length is twice the lenght given in the IEC-60958
704
+ * The I2S input word length is twice the length given in the IEC-60958
716705 * status word. If the word size is greater than
717706 * 20 bits, increment by one.
718707 */