| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0 |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * r8a7745 Clock Pulse Generator / Module Standby and Software Reset |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * 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. |
|---|
| 9 | 6 | */ |
|---|
| 10 | 7 | |
|---|
| 11 | 8 | #include <linux/device.h> |
|---|
| .. | .. |
|---|
| 93 | 90 | DEF_MOD("cmt0", 124, R8A7745_CLK_R), |
|---|
| 94 | 91 | DEF_MOD("tmu0", 125, R8A7745_CLK_CP), |
|---|
| 95 | 92 | DEF_MOD("vsp1du0", 128, R8A7745_CLK_ZS), |
|---|
| 96 | | - DEF_MOD("vsp1-sy", 131, R8A7745_CLK_ZS), |
|---|
| 93 | + DEF_MOD("vsps", 131, R8A7745_CLK_ZS), |
|---|
| 97 | 94 | DEF_MOD("scifa2", 202, R8A7745_CLK_MP), |
|---|
| 98 | 95 | DEF_MOD("scifa1", 203, R8A7745_CLK_MP), |
|---|
| 99 | 96 | DEF_MOD("scifa0", 204, R8A7745_CLK_MP), |
|---|