aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/dts/P2812HNUF1.dts
diff options
context:
space:
mode:
authorMathias Kresin <dev@kresin.me>2016-07-14 18:15:48 +0200
committerMathias Kresin <dev@kresin.me>2016-11-09 20:02:18 +0100
commit7fd5171a3445b1f0b3aaa45f6c43550758547f2c (patch)
treeede211812ef412757afb524d51008f1994194088 /target/linux/lantiq/dts/P2812HNUF1.dts
parent13208e89d033b7f9f6f09b76106def4cad890813 (diff)
downloadupstream-7fd5171a3445b1f0b3aaa45f6c43550758547f2c.tar.gz
upstream-7fd5171a3445b1f0b3aaa45f6c43550758547f2c.tar.bz2
upstream-7fd5171a3445b1f0b3aaa45f6c43550758547f2c.zip
lantiq: use the device tree bindings from rt2x00 driver
Set a device specific wireless mac address for ARV7506PW11, VGV7519 and VGV7510KW22. The one from the EEPROM is a generic one and the same on all boards. Use the wifi@0,0 label and the pci0,0 compatible string for the ARV7519PW and ARV7525PW since the pci vendor and device id is unknown. It should work anyway since the compatible string isn't evaluated (yet). Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/lantiq/dts/P2812HNUF1.dts')
-rw-r--r--target/linux/lantiq/dts/P2812HNUF1.dts13
1 files changed, 8 insertions, 5 deletions
diff --git a/target/linux/lantiq/dts/P2812HNUF1.dts b/target/linux/lantiq/dts/P2812HNUF1.dts
index 53ffbdd56c..b1d9eedb35 100644
--- a/target/linux/lantiq/dts/P2812HNUF1.dts
+++ b/target/linux/lantiq/dts/P2812HNUF1.dts
@@ -50,11 +50,6 @@
};
};
- ralink_eep {
- compatible = "ralink,eeprom";
- ralink,eeprom = "RT3062.eeprom";
- };
-
gpio-leds {
usb1: usb1 {
label = "p2812hnuf1:green:usb1";
@@ -66,3 +61,11 @@
};
};
};
+
+&pci0 {
+ wifi@1814,3062 {
+ compatible = "pci1814,3062";
+ reg = <0x7000 0 0 0 0>;
+ ralink,eeprom = "RT3062.eeprom";
+ };
+};