diff mbox series

[v3] arm: dts: imx6qdl-udoo: fix rgmii phy-mode for ksz9031 phy

Message ID 20201024201120.3582-1-geomatsi@gmail.com (mailing list archive)
State New, archived
Headers show
Series [v3] arm: dts: imx6qdl-udoo: fix rgmii phy-mode for ksz9031 phy | expand

Commit Message

Sergey Matyukevich Oct. 24, 2020, 8:11 p.m. UTC
Commit bcf3440c6dd7 ("net: phy: micrel: add phy-mode support for the
KSZ9031 PHY") fixed micrel phy driver adding proper support for phy
modes. Adapt imx6q-udoo board phy settings : explicitly set required
delay configuration using "rgmii-id".

Fixes: cbd54fe0b2bc ("ARM: dts: imx6dl-udoo: Add board support based
off imx6q-udoo").

Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com>
---

v1 -> v2
- add Fixes tag to commit message
v2 -> v3
- fix Fixes tag in commit message


 arch/arm/boot/dts/imx6qdl-udoo.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Fabio Estevam Oct. 24, 2020, 8:15 p.m. UTC | #1
On Sat, Oct 24, 2020 at 5:05 PM Sergey Matyukevich <geomatsi@gmail.com> wrote:
>
> Commit bcf3440c6dd7 ("net: phy: micrel: add phy-mode support for the
> KSZ9031 PHY") fixed micrel phy driver adding proper support for phy
> modes. Adapt imx6q-udoo board phy settings : explicitly set required
> delay configuration using "rgmii-id".
>
> Fixes: cbd54fe0b2bc ("ARM: dts: imx6dl-udoo: Add board support based
> off imx6q-udoo").
>
> Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com>

Reviewed-by: Fabio Estevam <festevam@gmail.com>
Shawn Guo Nov. 1, 2020, 9:01 a.m. UTC | #2
On Sat, Oct 24, 2020 at 11:11:20PM +0300, Sergey Matyukevich wrote:
> Commit bcf3440c6dd7 ("net: phy: micrel: add phy-mode support for the
> KSZ9031 PHY") fixed micrel phy driver adding proper support for phy
> modes. Adapt imx6q-udoo board phy settings : explicitly set required
> delay configuration using "rgmii-id".
> 
> Fixes: cbd54fe0b2bc ("ARM: dts: imx6dl-udoo: Add board support based
> off imx6q-udoo").
> 
> Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com>

Applied, thanks.
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/imx6qdl-udoo.dtsi b/arch/arm/boot/dts/imx6qdl-udoo.dtsi
index c9e122865312..050642d7c582 100644
--- a/arch/arm/boot/dts/imx6qdl-udoo.dtsi
+++ b/arch/arm/boot/dts/imx6qdl-udoo.dtsi
@@ -98,7 +98,7 @@  sound {
 &fec {
 	pinctrl-names = "default";
 	pinctrl-0 = <&pinctrl_enet>;
-	phy-mode = "rgmii";
+	phy-mode = "rgmii-id";
 	status = "okay";
 };