|
@@ -1,10 +1,7 @@
|
|
|
|
+// SPDX-License-Identifier: GPL-2.0
|
|
/*
|
|
/*
|
|
* simple driver for PWM (Pulse Width Modulator) controller
|
|
* simple driver for PWM (Pulse Width Modulator) controller
|
|
*
|
|
*
|
|
- * This program is free software; you can redistribute it and/or modify
|
|
|
|
- * it under the terms of the GNU General Public License version 2 as
|
|
|
|
- * published by the Free Software Foundation.
|
|
|
|
- *
|
|
|
|
* Derived from pxa PWM driver by eric miao <eric.miao@marvell.com>
|
|
* Derived from pxa PWM driver by eric miao <eric.miao@marvell.com>
|
|
*/
|
|
*/
|
|
|
|
|