pinctrl: meson: Fix eth_tx_en bit index
authorAlexander Müller <serveralex@gmail.com>
Sun, 8 May 2016 17:59:49 +0000 (19:59 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 11 May 2016 12:18:10 +0000 (14:18 +0200)
Fix pinctrl eth_tx_en bit index according to Hardkernel ODROID-C1 datasheet.

Signed-off-by: Alexander Müller <serveralex@gmail.com>
Acked-by: Carlo Caione <carlo@endlessm.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/meson/pinctrl-meson8b.c

index a100bcf..874f2ed 100644 (file)
@@ -564,7 +564,7 @@ static struct meson_pmx_group meson8b_cbus_groups[] = {
        GROUP(eth_rx_clk,       6,      3),
        GROUP(eth_txd0_1,       6,      4),
        GROUP(eth_txd1_1,       6,      5),
-       GROUP(eth_tx_en,        6,      0),
+       GROUP(eth_tx_en,        6,      6),
        GROUP(eth_ref_clk,      6,      8),
        GROUP(eth_mdc,          6,      9),
        GROUP(eth_mdio_en,      6,      10),