mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-02-03 21:32:58 +00:00
lantiq: fix typo in EASY80920.dtsi
There is no device tree property named phynmode0. Use phy-mode as it is done for the other ethernet nodes. Signed-off-by: Mathias Kresin <dev@kresin.me>
This commit is contained in:
parent
50e3659703
commit
3dc757856c
@ -230,7 +230,7 @@
|
|||||||
ethernet@4 {
|
ethernet@4 {
|
||||||
compatible = "lantiq,xrx200-pdi-port";
|
compatible = "lantiq,xrx200-pdi-port";
|
||||||
reg = <4>;
|
reg = <4>;
|
||||||
phynmode0 = "gmii";
|
phy-mode = "gmii";
|
||||||
phy-handle = <&phy13>;
|
phy-handle = <&phy13>;
|
||||||
};
|
};
|
||||||
ethernet@2 {
|
ethernet@2 {
|
||||||
|
Loading…
Reference in New Issue
Block a user