]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
ARM: dts: pandaboard: fix pinmux for gpio user button of Pandaboard ES
authorH. Nikolaus Schaller <hns@goldelico.com>
Sat, 3 Oct 2020 14:10:00 +0000 (16:10 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 30 Dec 2020 10:26:12 +0000 (11:26 +0100)
commit df9dbaf2c415cd94ad520067a1eccfee62f00a33 upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arm/boot/dts/omap4-panda-es.dts

index 19d02df8d8a5921156fb3c1a6948e0e34e8a85d4..70fd28120c2756931dc2fcf630e332c3cb396208 100644 (file)
@@ -49,7 +49,7 @@
 
        button_pins: pinmux_button_pins {
                pinctrl-single,pins = <
-                       OMAP4_IOPAD(0x11b, PIN_INPUT_PULLUP | MUX_MODE3) /* gpio_113 */
+                       OMAP4_IOPAD(0x0fc, PIN_INPUT_PULLUP | MUX_MODE3) /* gpio_113 */
                >;
        };
 };