projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5094a89
)
ramips: add wmac to mt7620a device tree
author
John Crispin
<blogic@openwrt.org>
Tue, 1 Jul 2014 10:26:33 +0000
(10:26 +0000)
committer
John Crispin
<blogic@openwrt.org>
Tue, 1 Jul 2014 10:26:33 +0000
(10:26 +0000)
Signed-off-by: Roman Yeryomin <roman@advem.lv>
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41445
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
target/linux/ramips/dts/mt7620a.dtsi
patch
|
blob
|
history
diff --git
a/target/linux/ramips/dts/mt7620a.dtsi
b/target/linux/ramips/dts/mt7620a.dtsi
index
b990ed3
..
b2c2779
100644
(file)
--- a/
target/linux/ramips/dts/mt7620a.dtsi
+++ b/
target/linux/ramips/dts/mt7620a.dtsi
@@
-442,4
+442,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";
+ };
};