forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f70575805708cabdedea7498aaa3f710fde4d920
kernel/drivers/clk/renesas/r8a7745-cpg-mssr.c
....@@ -1,11 +1,8 @@
1
+// SPDX-License-Identifier: GPL-2.0
12 /*
23 * r8a7745 Clock Pulse Generator / Module Standby and Software Reset
34 *
45 * Copyright (C) 2016 Cogent Embedded Inc.
5
- *
6
- * This program is free software; you can redistribute it and/or modify it
7
- * under the terms of the GNU General Public License version 2 as published
8
- * by the Free Software Foundation; of the License.
96 */
107
118 #include <linux/device.h>
....@@ -93,7 +90,7 @@
9390 DEF_MOD("cmt0", 124, R8A7745_CLK_R),
9491 DEF_MOD("tmu0", 125, R8A7745_CLK_CP),
9592 DEF_MOD("vsp1du0", 128, R8A7745_CLK_ZS),
96
- DEF_MOD("vsp1-sy", 131, R8A7745_CLK_ZS),
93
+ DEF_MOD("vsps", 131, R8A7745_CLK_ZS),
9794 DEF_MOD("scifa2", 202, R8A7745_CLK_MP),
9895 DEF_MOD("scifa1", 203, R8A7745_CLK_MP),
9996 DEF_MOD("scifa0", 204, R8A7745_CLK_MP),