diff options
Diffstat (limited to 'drivers/gpu/drm/i2c/tda9950.c')
-rw-r--r-- | drivers/gpu/drm/i2c/tda9950.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/gpu/drm/i2c/tda9950.c b/drivers/gpu/drm/i2c/tda9950.c index 250b5e02a314..8039fc0d83db 100644 --- a/drivers/gpu/drm/i2c/tda9950.c +++ b/drivers/gpu/drm/i2c/tda9950.c | |||
@@ -1,10 +1,7 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * TDA9950 Consumer Electronics Control driver | 3 | * TDA9950 Consumer Electronics Control driver |
3 | * | 4 | * |
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License version 2 as | ||
6 | * published by the Free Software Foundation. | ||
7 | * | ||
8 | * The NXP TDA9950 implements the HDMI Consumer Electronics Control | 5 | * The NXP TDA9950 implements the HDMI Consumer Electronics Control |
9 | * interface. The host interface is similar to a mailbox: the data | 6 | * interface. The host interface is similar to a mailbox: the data |
10 | * registers starting at REG_CDR0 are written to send a command to the | 7 | * registers starting at REG_CDR0 are written to send a command to the |