projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50e3659
)
lantiq: fix typo in EASY80920.dtsi
author
Mathias Kresin
<dev@kresin.me>
Fri, 7 Jul 2017 05:18:14 +0000
(07:18 +0200)
committer
Mathias Kresin
<dev@kresin.me>
Fri, 7 Jul 2017 05:18:14 +0000
(07:18 +0200)
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>
target/linux/lantiq/dts/EASY80920.dtsi
patch
|
blob
|
history
diff --git
a/target/linux/lantiq/dts/EASY80920.dtsi
b/target/linux/lantiq/dts/EASY80920.dtsi
index aa646c8746c1fc95b70f97a7236329b0717f5064..220916266039be1292c51e2cf875be878ef36e7f 100644
(file)
--- a/
target/linux/lantiq/dts/EASY80920.dtsi
+++ b/
target/linux/lantiq/dts/EASY80920.dtsi
@@
-230,7
+230,7
@@
ethernet@4 {
compatible = "lantiq,xrx200-pdi-port";
reg = <4>;
- phy
nmode0
= "gmii";
+ phy
-mode
= "gmii";
phy-handle = <&phy13>;
};
ethernet@2 {