Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1560497 > unrolled thread
| Started by | Masahiro Yamada <yamada.masahiro@socionext.com> |
|---|---|
| First post | 2017-01-17 12:00 +0100 |
| Last post | 2017-01-18 13:30 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] pinctrl: uniphier: fix Ethernet (RMII) pin-mux setting for LD20 Masahiro Yamada <yamada.masahiro@socionext.com> - 2017-01-17 12:00 +0100
Re: [PATCH] pinctrl: uniphier: fix Ethernet (RMII) pin-mux setting for LD20 Linus Walleij <linus.walleij@linaro.org> - 2017-01-18 13:30 +0100
| From | Masahiro Yamada <yamada.masahiro@socionext.com> |
|---|---|
| Date | 2017-01-17 12:00 +0100 |
| Subject | [PATCH] pinctrl: uniphier: fix Ethernet (RMII) pin-mux setting for LD20 |
| Message-ID | <t0zEC-63y-19@gated-at.bofh.it> |
Fix the pin-mux values for the MDC, MDIO, MDIO_INTL, PHYRSTL pins.
Fixes: 1e359ab1285e ("pinctrl: uniphier: add Ethernet pin-mux settings")
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---
drivers/pinctrl/uniphier/pinctrl-uniphier-ld20.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/pinctrl/uniphier/pinctrl-uniphier-ld20.c b/drivers/pinctrl/uniphier/pinctrl-uniphier-ld20.c
index aa8bd97..9668633 100644
--- a/drivers/pinctrl/uniphier/pinctrl-uniphier-ld20.c
+++ b/drivers/pinctrl/uniphier/pinctrl-uniphier-ld20.c
@@ -561,7 +561,7 @@ static const int ether_rgmii_muxvals[] = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0};
static const unsigned ether_rmii_pins[] = {30, 31, 32, 33, 34, 35, 36, 37, 39,
41, 42, 45};
-static const int ether_rmii_muxvals[] = {1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1};
+static const int ether_rmii_muxvals[] = {0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1};
static const unsigned i2c0_pins[] = {63, 64};
static const int i2c0_muxvals[] = {0, 0};
static const unsigned i2c1_pins[] = {65, 66};
--
2.7.4
[toc] | [next] | [standalone]
| From | Linus Walleij <linus.walleij@linaro.org> |
|---|---|
| Date | 2017-01-18 13:30 +0100 |
| Subject | Re: [PATCH] pinctrl: uniphier: fix Ethernet (RMII) pin-mux setting for LD20 |
| Message-ID | <t0Xxg-430-21@gated-at.bofh.it> |
| In reply to | #1560497 |
On Tue, Jan 17, 2017 at 11:52 AM, Masahiro Yamada
<yamada.masahiro@socionext.com> wrote:
> Fix the pin-mux values for the MDC, MDIO, MDIO_INTL, PHYRSTL pins.
>
> Fixes: 1e359ab1285e ("pinctrl: uniphier: add Ethernet pin-mux settings")
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Applied for fixes.
Yours,
Linus Walleij
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web