2 * This file is produced by tools!!
4 * Copyright (C) 2012 Spreadtrum Communications Inc.
6 * This software is licensed under the terms of the GNU General Public
7 * License version 2, as published by the Free Software Foundation, and
8 * may be copied, distributed, and modified under those terms.
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
17 #include <asm/arch/pinmap.h>
19 static pinmap_t ctrl[] = {
20 {REG_PIN_CTRL0,(1<<20)|(1<<26)|(3<<16)|0},
26 void pinctrl_init(void)
29 for (i = 0; i < sizeof(ctrl)/sizeof(ctrl[0]); i++) {
30 __raw_writel(ctrl[i].val, CTL_PIN_BASE + ctrl[i].reg);