.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /* |
---|
2 | 3 | * |
---|
3 | 4 | * arch/arm/mach-u300/core.c |
---|
4 | 5 | * |
---|
5 | | - * |
---|
6 | 6 | * Copyright (C) 2007-2012 ST-Ericsson SA |
---|
7 | | - * License terms: GNU General Public License (GPL) version 2 |
---|
8 | 7 | * Core platform support, IRQ handling and device definitions. |
---|
9 | 8 | * Author: Linus Walleij <linus.walleij@stericsson.com> |
---|
10 | 9 | */ |
---|
.. | .. |
---|
202 | 201 | }; |
---|
203 | 202 | |
---|
204 | 203 | /* Pin control settings */ |
---|
205 | | -static struct pinctrl_map __initdata u300_pinmux_map[] = { |
---|
| 204 | +static const struct pinctrl_map u300_pinmux_map[] = { |
---|
206 | 205 | /* anonymous maps for chip power and EMIFs */ |
---|
207 | 206 | PIN_MAP_MUX_GROUP_HOG_DEFAULT("pinctrl-u300", NULL, "power"), |
---|
208 | 207 | PIN_MAP_MUX_GROUP_HOG_DEFAULT("pinctrl-u300", NULL, "emif0"), |
---|