summaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/dts/VG3503J_V2.dts
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-04-07 15:10:22 +0000
committerJohn Crispin <john@openwrt.org>2014-04-07 15:10:22 +0000
commit858b972e66f4f215fcf9774525a5c71bd80be90f (patch)
tree894cb9c1f92eded5b231cff66bb8d8d6f8b43647 /target/linux/lantiq/dts/VG3503J_V2.dts
parent1978620045a5b482a5e8ba61e588992b8f57acab (diff)
downloadmaster-31e0f0ae-858b972e66f4f215fcf9774525a5c71bd80be90f.tar.gz
master-31e0f0ae-858b972e66f4f215fcf9774525a5c71bd80be90f.tar.bz2
master-31e0f0ae-858b972e66f4f215fcf9774525a5c71bd80be90f.zip
lantiq: there is a V2 of VG3503J that needs a newer fe phy firmware
this should really be auto detected by the kernel, lets used this workaround until the real solution is ready Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 40418
Diffstat (limited to 'target/linux/lantiq/dts/VG3503J_V2.dts')
-rw-r--r--target/linux/lantiq/dts/VG3503J_V2.dts11
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/lantiq/dts/VG3503J_V2.dts b/target/linux/lantiq/dts/VG3503J_V2.dts
new file mode 100644
index 0000000000..005d5bc1ad
--- /dev/null
+++ b/target/linux/lantiq/dts/VG3503J_V2.dts
@@ -0,0 +1,11 @@
+/dts-v1/;
+
+/include/ "VG3503J.dtsi"
+
+/ {
+ gphy-xrx200 {
+ compatible = "lantiq,phy-xrx200";
+ firmware = "lantiq/vr9_phy22f_a2x.bin";
+ phys = [ 00 01 ];
+ };
+};