diff options
Diffstat (limited to 'drivers/pinctrl')
-rw-r--r-- | drivers/pinctrl/pinmux-sirf.c | 2 | ||||
-rw-r--r-- | drivers/pinctrl/pinmux-u300.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/pinctrl/pinmux-sirf.c b/drivers/pinctrl/pinmux-sirf.c index ddcea1820935..ba735230d91e 100644 --- a/drivers/pinctrl/pinmux-sirf.c +++ b/drivers/pinctrl/pinmux-sirf.c | |||
@@ -30,7 +30,7 @@ | |||
30 | * pad list for the pinmux subsystem | 30 | * pad list for the pinmux subsystem |
31 | * refer to CS-131858-DC-6A.xls | 31 | * refer to CS-131858-DC-6A.xls |
32 | */ | 32 | */ |
33 | static const struct pinctrl_pin_desc __refdata sirfsoc_pads[] = { | 33 | static const struct pinctrl_pin_desc sirfsoc_pads[] = { |
34 | PINCTRL_PIN(4, "pwm0"), | 34 | PINCTRL_PIN(4, "pwm0"), |
35 | PINCTRL_PIN(5, "pwm1"), | 35 | PINCTRL_PIN(5, "pwm1"), |
36 | PINCTRL_PIN(6, "pwm2"), | 36 | PINCTRL_PIN(6, "pwm2"), |
diff --git a/drivers/pinctrl/pinmux-u300.c b/drivers/pinctrl/pinmux-u300.c index 71d23b736ff5..4858a64131f8 100644 --- a/drivers/pinctrl/pinmux-u300.c +++ b/drivers/pinctrl/pinmux-u300.c | |||
@@ -179,7 +179,7 @@ | |||
179 | #define U300_NUM_PADS 467 | 179 | #define U300_NUM_PADS 467 |
180 | 180 | ||
181 | /* Pad names for the pinmux subsystem */ | 181 | /* Pad names for the pinmux subsystem */ |
182 | static const struct pinctrl_pin_desc __refdata u300_pads[] = { | 182 | static const struct pinctrl_pin_desc u300_pads[] = { |
183 | /* Pads along the top edge of the chip */ | 183 | /* Pads along the top edge of the chip */ |
184 | PINCTRL_PIN(0, "P PAD VDD 28"), | 184 | PINCTRL_PIN(0, "P PAD VDD 28"), |
185 | PINCTRL_PIN(1, "P PAD GND 28"), | 185 | PINCTRL_PIN(1, "P PAD GND 28"), |