| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0 |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * r8a7791 Clock Pulse Generator / Module Standby and Software Reset |
|---|
| 3 | 4 | * |
|---|
| .. | .. |
|---|
| 6 | 7 | * Based on clk-rcar-gen2.c |
|---|
| 7 | 8 | * |
|---|
| 8 | 9 | * 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. |
|---|
| 13 | 10 | */ |
|---|
| 14 | 11 | |
|---|
| 15 | 12 | #include <linux/device.h> |
|---|
| .. | .. |
|---|
| 105 | 102 | DEF_MOD("tmu0", 125, R8A7791_CLK_CP), |
|---|
| 106 | 103 | DEF_MOD("vsp1du1", 127, R8A7791_CLK_ZS), |
|---|
| 107 | 104 | DEF_MOD("vsp1du0", 128, R8A7791_CLK_ZS), |
|---|
| 108 | | - DEF_MOD("vsp1-sy", 131, R8A7791_CLK_ZS), |
|---|
| 105 | + DEF_MOD("vsps", 131, R8A7791_CLK_ZS), |
|---|
| 109 | 106 | DEF_MOD("scifa2", 202, R8A7791_CLK_MP), |
|---|
| 110 | 107 | DEF_MOD("scifa1", 203, R8A7791_CLK_MP), |
|---|
| 111 | 108 | DEF_MOD("scifa0", 204, R8A7791_CLK_MP), |
|---|