Linux 3.5-rc5
[deliverable/linux.git] / arch / arm / mach-omap2 / clockdomains_common_data.c
1 /*
2 * OMAP2+-common clockdomain data
3 *
4 * Copyright (C) 2008-2012 Texas Instruments, Inc.
5 * Copyright (C) 2008-2010 Nokia Corporation
6 *
7 * Paul Walmsley, Jouni Högander
8 */
9
10 #include <linux/kernel.h>
11 #include <linux/io.h>
12
13 #include "clockdomain.h"
14
15 /* These are implicit clockdomains - they are never defined as such in TRM */
16 struct clockdomain prm_common_clkdm = {
17 .name = "prm_clkdm",
18 .pwrdm = { .name = "wkup_pwrdm" },
19 };
20
21 struct clockdomain cm_common_clkdm = {
22 .name = "cm_clkdm",
23 .pwrdm = { .name = "core_pwrdm" },
24 };
This page took 0.031374 seconds and 5 git commands to generate.