projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b223c9f
)
ARM: at91/dt: fix typo in sama5d2 pinmux descriptions
author
Ludovic Desroches
<
[email protected]
>
Fri, 19 Feb 2016 19:21:17 +0000
(20:21 +0100)
committer
Olof Johansson
<
[email protected]
>
Wed, 24 Feb 2016 08:08:19 +0000
(
00:08
-0800)
PIN_PA15 macro has the same value as PIN_PA14 so we were overriding PA14
mux/configuration.
Signed-off-by: Ludovic Desroches <
[email protected]
>
Reported-by: Cyrille Pitchen <
[email protected]
>
Fixes: 7f16cb676c00 ("ARM: at91/dt: add sama5d2 pinmux")
Cc: <
[email protected]
> # v4.4+
Signed-off-by: Alexandre Belloni <
[email protected]
>
Signed-off-by: Olof Johansson <
[email protected]
>
arch/arm/boot/dts/sama5d2-pinfunc.h
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/sama5d2-pinfunc.h
b/arch/arm/boot/dts/sama5d2-pinfunc.h
index 1afe24629d1f85de2a9ec3f8ef62c6372d014abd..b0c912feaa2f0e016b65ff27e272b82c2b0795ed 100644
(file)
--- a/
arch/arm/boot/dts/sama5d2-pinfunc.h
+++ b/
arch/arm/boot/dts/sama5d2-pinfunc.h
@@
-90,7
+90,7
@@
#define PIN_PA14__I2SC1_MCK PINMUX_PIN(PIN_PA14, 4, 2)
#define PIN_PA14__FLEXCOM3_IO2 PINMUX_PIN(PIN_PA14, 5, 1)
#define PIN_PA14__D9 PINMUX_PIN(PIN_PA14, 6, 2)
-#define PIN_PA15 1
4
+#define PIN_PA15 1
5
#define PIN_PA15__GPIO PINMUX_PIN(PIN_PA15, 0, 0)
#define PIN_PA15__SPI0_MOSI PINMUX_PIN(PIN_PA15, 1, 1)
#define PIN_PA15__TF1 PINMUX_PIN(PIN_PA15, 2, 1)