aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/avr32/mach-at32ap/at32ap700x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/avr32/mach-at32ap/at32ap700x.c b/arch/avr32/mach-at32ap/at32ap700x.c
index 813b6844cdf..8c435a6f4a6 100644
--- a/arch/avr32/mach-at32ap/at32ap700x.c
+++ b/arch/avr32/mach-at32ap/at32ap700x.c
@@ -1470,7 +1470,7 @@ at32_add_device_lcdc(unsigned int id, struct atmel_lcdfb_info *data,
1470 pin_mask = ATMEL_LCDC_PRI_24BIT | ATMEL_LCDC_PRI_CONTROL; 1470 pin_mask = ATMEL_LCDC_PRI_24BIT | ATMEL_LCDC_PRI_CONTROL;
1471 1471
1472 /* LCDC on port C */ 1472 /* LCDC on port C */
1473 portc_mask = (pin_mask & 0xfff80000) >> 19; 1473 portc_mask = pin_mask & 0xfff80000;
1474 select_peripheral(PIOC, portc_mask, PERIPH_A, 0); 1474 select_peripheral(PIOC, portc_mask, PERIPH_A, 0);
1475 1475
1476 /* LCDC on port D */ 1476 /* LCDC on port D */