]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: dts: at91: fix typo in sama5d2 PIN_PD24 description
authorFlorian Vallee <fvallee@eukrea.fr>
Tue, 19 Apr 2016 15:50:05 +0000 (17:50 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 8 Jun 2016 01:14:32 +0000 (18:14 -0700)
commit b1f3a3b03eb5f61b4051e2da9aa15653e705e111 upstream.

Fix a typo on PIN_PD24 for UTXD2 and FLEXCOM4_IO3 which were
wrongly linked to PIN_PD23).

Signed-off-by: Florian Vallee <fvallee@eukrea.fr>
Fixes: 7f16cb676c00 ("ARM: at91/dt: add sama5d2 pinmux")
[nicolas.ferre@atmel.com: add commit message, changed subject]
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arm/boot/dts/sama5d2-pinfunc.h

index b0c912feaa2f0e016b65ff27e272b82c2b0795ed..8a394f3360034455dc942d900d3054f45453c92a 100644 (file)
 #define PIN_PD23__ISC_FIELD            PINMUX_PIN(PIN_PD23, 6, 4)
 #define PIN_PD24                       120
 #define PIN_PD24__GPIO                 PINMUX_PIN(PIN_PD24, 0, 0)
-#define PIN_PD24__UTXD2                        PINMUX_PIN(PIN_PD23, 1, 2)
-#define PIN_PD24__FLEXCOM4_IO3         PINMUX_PIN(PIN_PD23, 3, 3)
+#define PIN_PD24__UTXD2                        PINMUX_PIN(PIN_PD24, 1, 2)
+#define PIN_PD24__FLEXCOM4_IO3         PINMUX_PIN(PIN_PD24, 3, 3)
 #define PIN_PD25                       121
 #define PIN_PD25__GPIO                 PINMUX_PIN(PIN_PD25, 0, 0)
 #define PIN_PD25__SPI1_SPCK            PINMUX_PIN(PIN_PD25, 1, 3)