aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/dts/VG3503J_V2.dts
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2014-04-07 15:10:22 +0000
committerJohn Crispin <blogic@openwrt.org>2014-04-07 15:10:22 +0000
commite720d5f69df7f01d8733de91544c8f3af83775cf (patch)
tree513b71a8b3472e8537981ca6015607d5c47964ee /target/linux/lantiq/dts/VG3503J_V2.dts
parentc3f869a05f27793755b371f6cdad1a2741c76cc7 (diff)
downloadmaster-187ad058-e720d5f69df7f01d8733de91544c8f3af83775cf.tar.gz
master-187ad058-e720d5f69df7f01d8733de91544c8f3af83775cf.tar.bz2
master-187ad058-e720d5f69df7f01d8733de91544c8f3af83775cf.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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40418 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 ];
+ };
+};