hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/clk/renesas/r8a7790-cpg-mssr.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0
12 /*
23 * r8a7790 Clock Pulse Generator / Module Standby and Software Reset
34 *
....@@ -6,10 +7,6 @@
67 * Based on clk-rcar-gen2.c
78 *
89 * Copyright (C) 2013 Ideas On Board SPRL
9
- *
10
- * This program is free software; you can redistribute it and/or modify
11
- * it under the terms of the GNU General Public License as published by
12
- * the Free Software Foundation; version 2 of the License.
1310 */
1411
1512 #include <linux/device.h>
....@@ -111,8 +108,8 @@
111108 DEF_MOD("tmu0", 125, R8A7790_CLK_CP),
112109 DEF_MOD("vsp1du1", 127, R8A7790_CLK_ZS),
113110 DEF_MOD("vsp1du0", 128, R8A7790_CLK_ZS),
114
- DEF_MOD("vsp1-rt", 130, R8A7790_CLK_ZS),
115
- DEF_MOD("vsp1-sy", 131, R8A7790_CLK_ZS),
111
+ DEF_MOD("vspr", 130, R8A7790_CLK_ZS),
112
+ DEF_MOD("vsps", 131, R8A7790_CLK_ZS),
116113 DEF_MOD("scifa2", 202, R8A7790_CLK_MP),
117114 DEF_MOD("scifa1", 203, R8A7790_CLK_MP),
118115 DEF_MOD("scifa0", 204, R8A7790_CLK_MP),