projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3650b22
)
ARM: dts: pandaboard: fix pinmux for gpio user button of Pandaboard ES
author
H. Nikolaus Schaller
<hns@goldelico.com>
Sat, 3 Oct 2020 14:10:00 +0000
(16:10 +0200)
committer
Tony Lindgren
<tony@atomide.com>
Tue, 10 Nov 2020 13:14:36 +0000
(15:14 +0200)
The pinmux control register offset passed to OMAP4_IOPAD is odd.
Fixes: ab9a13665e7c ("ARM: dts: pandaboard: add gpio user button")
Cc: stable@vger.kernel.org
Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/omap4-panda-es.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/omap4-panda-es.dts
b/arch/arm/boot/dts/omap4-panda-es.dts
index cfa85aa3da085ec4b98fa8d26ff20d91a924d6c5..6afa8fd7c412de0ddfa7d60a024a82f7dd1a9cf2 100644
(file)
--- a/
arch/arm/boot/dts/omap4-panda-es.dts
+++ b/
arch/arm/boot/dts/omap4-panda-es.dts
@@
-46,7
+46,7
@@
button_pins: pinmux_button_pins {
pinctrl-single,pins = <
- OMAP4_IOPAD(0x
11b
, PIN_INPUT_PULLUP | MUX_MODE3) /* gpio_113 */
+ OMAP4_IOPAD(0x
0fc
, PIN_INPUT_PULLUP | MUX_MODE3) /* gpio_113 */
>;
};
};