2 * OMAP3 voltage domain data
4 * Copyright (C) 2007, 2010 Texas Instruments, Inc.
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License version 2 as
8 * published by the Free Software Foundation.
10 #include <linux/kernel.h>
11 #include <linux/init.h>
15 static struct voltagedomain omap2_voltdm_core
= {
19 static struct voltagedomain omap2_voltdm_wkup
= {
23 static struct voltagedomain
*voltagedomains_omap2
[] __initdata
= {
29 void __init
omap2xxx_voltagedomains_init(void)
31 voltdm_init(voltagedomains_omap2
);