projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37f5929
)
ARM: dts: imx6: edmqmx6: set phy-mode to RGMII-ID
author
Oleksij Rempel
<o.rempel@pengutronix.de>
Tue, 11 May 2021 04:30:38 +0000
(06:30 +0200)
committer
Shawn Guo
<shawnguo@kernel.org>
Sun, 23 May 2021 03:24:36 +0000
(11:24 +0800)
Latest kernel is actually using phy-mode property, so set proper value to make
fec interface work again.
Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6q-dmo-edmqmx6.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/imx6q-dmo-edmqmx6.dts
b/arch/arm/boot/dts/imx6q-dmo-edmqmx6.dts
index fa2307d8ce8610aad082e38a8d5ad6b30666c45b..c713ac03b3b92d7b9fa89e2010ab31b934be472b 100644
(file)
--- a/
arch/arm/boot/dts/imx6q-dmo-edmqmx6.dts
+++ b/
arch/arm/boot/dts/imx6q-dmo-edmqmx6.dts
@@
-112,7
+112,7
@@
&fec {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_enet>;
- phy-mode = "rgmii";
+ phy-mode = "rgmii
-id
";
phy-reset-gpios = <&gpio1 25 GPIO_ACTIVE_LOW>;
phy-supply = <&vgen2_1v2_eth>;
status = "okay";