projects
/
openwrt
/
staging
/
florian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76871a8
)
ramips: ZTE-Q7: fix switch driver initialization in DTS (FS#716)
author
Jo-Philipp Wich
<jo@mein.io>
Tue, 25 Apr 2017 12:56:57 +0000
(14:56 +0200)
committer
Jo-Philipp Wich
<jo@mein.io>
Thu, 27 Apr 2017 08:44:28 +0000
(10:44 +0200)
Add the changes suggested by FS#716 to fix the switch driver initialization
on the ZTE Q7.
Also remove the `pinctrl-names` field obsoleted by the changes.
Reported-by: Harry Lau <harrylwc@gmail.com>
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
target/linux/ramips/dts/ZTE-Q7.dts
patch
|
blob
|
history
diff --git
a/target/linux/ramips/dts/ZTE-Q7.dts
b/target/linux/ramips/dts/ZTE-Q7.dts
index 9ec1d89a415336b42143bdf82e4983b54ce4f263..c2db43e3cdf21a387a8a4a3b79b47126e74427c4 100644
(file)
--- a/
target/linux/ramips/dts/ZTE-Q7.dts
+++ b/
target/linux/ramips/dts/ZTE-Q7.dts
@@
-89,8
+89,6
@@
};
ðernet {
- pinctrl-names = "default";
- pinctrl-0 = <&ephy_pins>;
mtd-mac-address = <&factory 0x4>;
mediatek,portmap = "wllll";
};
@@
-110,3
+108,7
@@
&ohci {
status = "okay";
};
+
+&gsw {
+ mediatek,port4 = "ephy";
+};