Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1679458

[PATCH 5/6] arm: sun8i: orangepipc: revert "use internal phy-mode"

From Corentin Labbe <clabbe.montjoie@gmail.com>
Newsgroups linux.kernel
Subject [PATCH 5/6] arm: sun8i: orangepipc: revert "use internal phy-mode"
Date 2017-07-02 14:40 +0200
Message-ID <tYMkq-1Qk-19@gated-at.bofh.it> (permalink)
References <tYMkp-1Qk-1@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Since internal phy-mode is reserved for non-xMII protocol we cannot use
it with dwmac-sun8i
This reverts commit 3432a86e641c ("arm: sun8i: orangepipc: use internal phy-mode")

Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com>
---
 arch/arm/boot/dts/sun8i-h3-orangepi-pc.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/sun8i-h3-orangepi-pc.dts b/arch/arm/boot/dts/sun8i-h3-orangepi-pc.dts
index 94edeb889e55..f5f0f15a2088 100644
--- a/arch/arm/boot/dts/sun8i-h3-orangepi-pc.dts
+++ b/arch/arm/boot/dts/sun8i-h3-orangepi-pc.dts
@@ -120,7 +120,7 @@
 
 &emac {
 	phy-handle = <&int_mii_phy>;
-	phy-mode = "internal";
+	phy-mode = "mii";
 	allwinner,leds-active-low;
 	status = "okay";
 };
-- 
2.13.0

Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 0/6] net: stmmac: revert "support future possible different internal phy mode" Corentin Labbe <clabbe.montjoie@gmail.com> - 2017-07-02 14:40 +0200
  [PATCH 4/6] arm: sun8i: orangepi-zero: revert "use internal phy-mode" Corentin Labbe <clabbe.montjoie@gmail.com> - 2017-07-02 14:40 +0200
  [PATCH 2/6] arm: sun8i: orangepi-2: revert "use internal phy-mode" Corentin Labbe <clabbe.montjoie@gmail.com> - 2017-07-02 14:40 +0200
  [PATCH 6/6] net: stmmac: revert "support future possible different internal phy mode" Corentin Labbe <clabbe.montjoie@gmail.com> - 2017-07-02 14:40 +0200
  [PATCH 5/6] arm: sun8i: orangepipc: revert "use internal phy-mode" Corentin Labbe <clabbe.montjoie@gmail.com> - 2017-07-02 14:40 +0200
  [PATCH 3/6] arm: sun8i: orangepi-one: revert "use internal phy-mode" Corentin Labbe <clabbe.montjoie@gmail.com> - 2017-07-02 14:40 +0200

csiph-web