diff mbox series

[1/2] ARM: dts: imx6sx-sdb: Fix the phy-mode on fec2

Message ID 20200713142325.24601-1-festevam@gmail.com (mailing list archive)
State Mainlined
Commit c696afd331be1acb39206aba53048f2386b781fc
Headers show
Series [1/2] ARM: dts: imx6sx-sdb: Fix the phy-mode on fec2 | expand

Commit Message

Fabio Estevam July 13, 2020, 2:23 p.m. UTC
Commit 0672d22a1924 ("ARM: dts: imx: Fix the AR803X phy-mode") fixed the
phy-mode for fec1, but missed to fix it for the fec2 node.

Fix fec2 to also use "rgmii-id" as the phy-mode.

Cc: <stable@vger.kernel.org> 
Fixes: 0672d22a1924 ("ARM: dts: imx: Fix the AR803X phy-mode")
Signed-off-by: Fabio Estevam <festevam@gmail.com>
---
 arch/arm/boot/dts/imx6sx-sdb.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Shawn Guo July 20, 2020, 2:26 a.m. UTC | #1
On Mon, Jul 13, 2020 at 11:23:24AM -0300, Fabio Estevam wrote:
> Commit 0672d22a1924 ("ARM: dts: imx: Fix the AR803X phy-mode") fixed the
> phy-mode for fec1, but missed to fix it for the fec2 node.
> 
> Fix fec2 to also use "rgmii-id" as the phy-mode.
> 
> Cc: <stable@vger.kernel.org> 
> Fixes: 0672d22a1924 ("ARM: dts: imx: Fix the AR803X phy-mode")
> Signed-off-by: Fabio Estevam <festevam@gmail.com>

Applied both, thanks.
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/imx6sx-sdb.dtsi b/arch/arm/boot/dts/imx6sx-sdb.dtsi
index 3e5fb72f21fc..c99aa273c296 100644
--- a/arch/arm/boot/dts/imx6sx-sdb.dtsi
+++ b/arch/arm/boot/dts/imx6sx-sdb.dtsi
@@ -213,7 +213,7 @@ 
 &fec2 {
 	pinctrl-names = "default";
 	pinctrl-0 = <&pinctrl_enet2>;
-	phy-mode = "rgmii";
+	phy-mode = "rgmii-id";
 	phy-handle = <&ethphy2>;
 	status = "okay";
 };