mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-09 06:43:09 +00:00
pinctrl: meson: Fix eth_tx_en bit index
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>
This commit is contained in:
parent
1d18a3f0f0
commit
d6d5c12535
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user