diff options
Diffstat (limited to 'drivers/i2c/busses/i2c-img-scb.c')
-rw-r--r-- | drivers/i2c/busses/i2c-img-scb.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/i2c/busses/i2c-img-scb.c b/drivers/i2c/busses/i2c-img-scb.c index f038858b6c54..20a4fbc53007 100644 --- a/drivers/i2c/busses/i2c-img-scb.c +++ b/drivers/i2c/busses/i2c-img-scb.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * I2C adapter for the IMG Serial Control Bus (SCB) IP block. | 3 | * I2C adapter for the IMG Serial Control Bus (SCB) IP block. |
3 | * | 4 | * |
4 | * Copyright (C) 2009, 2010, 2012, 2014 Imagination Technologies Ltd. | 5 | * Copyright (C) 2009, 2010, 2012, 2014 Imagination Technologies Ltd. |
5 | * | 6 | * |
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License version 2 as | ||
8 | * published by the Free Software Foundation. | ||
9 | * | ||
10 | * There are three ways that this I2C controller can be driven: | 7 | * There are three ways that this I2C controller can be driven: |
11 | * | 8 | * |
12 | * - Raw control of the SDA and SCK signals. | 9 | * - Raw control of the SDA and SCK signals. |