| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * OMAP3/4 Voltage Controller (VC) structure and macro definitions |
|---|
| 3 | 4 | * |
|---|
| .. | .. |
|---|
| 9 | 10 | * Copyright (C) 2008, 2011 Nokia Corporation |
|---|
| 10 | 11 | * Kalle Jokiniemi |
|---|
| 11 | 12 | * Paul Walmsley |
|---|
| 12 | | - * |
|---|
| 13 | | - * This program is free software; you can redistribute it and/or |
|---|
| 14 | | - * modify it under the terms of the GNU General Public License version |
|---|
| 15 | | - * 2 as published by the Free Software Foundation. |
|---|
| 16 | 13 | */ |
|---|
| 17 | 14 | #ifndef __ARCH_ARM_MACH_OMAP2_VC_H |
|---|
| 18 | 15 | #define __ARCH_ARM_MACH_OMAP2_VC_H |
|---|
| .. | .. |
|---|
| 120 | 117 | extern struct omap_vc_param omap4_core_vc_data; |
|---|
| 121 | 118 | |
|---|
| 122 | 119 | void omap3_vc_set_pmic_signaling(int core_next_state); |
|---|
| 123 | | - |
|---|
| 120 | +void omap4_vc_set_pmic_signaling(int core_next_state); |
|---|
| 124 | 121 | |
|---|
| 125 | 122 | void omap_vc_init_channel(struct voltagedomain *voltdm); |
|---|
| 126 | 123 | int omap_vc_pre_scale(struct voltagedomain *voltdm, |
|---|