projects
/
openwrt
/
staging
/
stintel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bbd8f9c
)
ramips: add wmac to mt7620n device tree
author
John Crispin
<john@openwrt.org>
Tue, 1 Jul 2014 10:26:30 +0000
(10:26 +0000)
committer
John Crispin
<john@openwrt.org>
Tue, 1 Jul 2014 10:26:30 +0000
(10:26 +0000)
Signed-off-by: Roman Yeryomin <roman@advem.lv>
SVN-Revision: 41444
target/linux/ramips/dts/mt7620n.dtsi
patch
|
blob
|
history
diff --git
a/target/linux/ramips/dts/mt7620n.dtsi
b/target/linux/ramips/dts/mt7620n.dtsi
index 1dedea588f7d724be0d9f89c353b494be7364a80..a88d9dc41989bf1ec04d888fb244ab52d285acc7 100644
(file)
--- a/
target/linux/ramips/dts/mt7620n.dtsi
+++ b/
target/linux/ramips/dts/mt7620n.dtsi
@@
-279,4
+279,14
@@
status = "disabled";
};
+
+ wmac@10180000 {
+ compatible = "ralink,rt7620-wmac", "ralink,rt2880-wmac";
+ reg = <0x10180000 40000>;
+
+ interrupt-parent = <&cpuintc>;
+ interrupts = <6>;
+
+ ralink,eeprom = "soc_wmac.eeprom";
+ };
};