Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
fork

Configure Feed

Select the types of activity you want to include in your feed.

ARM: dts: at91: Fix typo in ISC_D0 on PC9

The function argument for the ISC_D0 on PC9 was incorrect. According to
the documentation it should be 'C' aka 3.

Signed-off-by: David Engraf <david.engraf@sysgo.com>
Reviewed-by: Nicolas Ferre <nicolas.ferre@microchip.com>
Signed-off-by: Ludovic Desroches <ludovic.desroches@microchip.com>
Fixes: 7f16cb676c00 ("ARM: at91/dt: add sama5d2 pinmux")
Cc: <stable@vger.kernel.org> # v4.4+

authored by

David Engraf and committed by
Ludovic Desroches
e7dfb6d0 9e98c678

+1 -1
+1 -1
arch/arm/boot/dts/sama5d2-pinfunc.h
··· 518 518 #define PIN_PC9__GPIO PINMUX_PIN(PIN_PC9, 0, 0) 519 519 #define PIN_PC9__FIQ PINMUX_PIN(PIN_PC9, 1, 3) 520 520 #define PIN_PC9__GTSUCOMP PINMUX_PIN(PIN_PC9, 2, 1) 521 - #define PIN_PC9__ISC_D0 PINMUX_PIN(PIN_PC9, 2, 1) 521 + #define PIN_PC9__ISC_D0 PINMUX_PIN(PIN_PC9, 3, 1) 522 522 #define PIN_PC9__TIOA4 PINMUX_PIN(PIN_PC9, 4, 2) 523 523 #define PIN_PC10 74 524 524 #define PIN_PC10__GPIO PINMUX_PIN(PIN_PC10, 0, 0)