summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathias Kresin <dev@kresin.me>2017-04-09 09:12:55 +0200
committerMathias Kresin <dev@kresin.me>2017-04-12 10:13:37 +0200
commitf3dc2ffdd4462dd08220fbafc4ac2971f7ef43b0 (patch)
tree004a3a7c48ad1180056fe32da50da3fd1f27b400
parentcaaa214eae5ddf25fd0796724331c217deb3f845 (diff)
downloadmtk-20170518-f3dc2ffdd4462dd08220fbafc4ac2971f7ef43b0.zip
mtk-20170518-f3dc2ffdd4462dd08220fbafc4ac2971f7ef43b0.tar.gz
mtk-20170518-f3dc2ffdd4462dd08220fbafc4ac2971f7ef43b0.tar.bz2
ramips: fix WHR-600D eeprom dt property
Fix the PCIe 5GHz wireless by using the ralink mtd-eeprom property as this board have a RT5592 and uses the rt2x00 driver. The mediathek device tree bindings do not work here. Fixes: FS#691 Fixes: d8dd207ea6f2 ("ramips: use the ralink,mtd-eeprom device tree property") Signed-off-by: Mathias Kresin <dev@kresin.me>
-rw-r--r--target/linux/ramips/dts/WHR-600D.dts6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/ramips/dts/WHR-600D.dts b/target/linux/ramips/dts/WHR-600D.dts
index bea67a9..ec91989 100644
--- a/target/linux/ramips/dts/WHR-600D.dts
+++ b/target/linux/ramips/dts/WHR-600D.dts
@@ -149,10 +149,10 @@
status = "okay";
pcie-bridge {
- wifi@1814,3091 {
- compatible = "pci1814,3091";
+ wifi@1814,5592 {
+ compatible = "pci1814,5592";
reg = <0x0000 0 0 0 0>;
- mediatek,mtd-eeprom = <&factory 0x8000>;
+ ralink,mtd-eeprom = <&factory 0x8000>;
};
};
};