diff options
author | John Crispin <john@openwrt.org> | 2014-10-26 17:18:41 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-10-26 17:18:41 +0000 |
commit | 4d7ae64b730259ee65912f53c169952f6fe13e3e (patch) | |
tree | 790075f340807ed1b9dfa1c000878caadbae2929 /target | |
parent | 27570407f491fe156f022be438d70f440e29abbb (diff) | |
download | upstream-4d7ae64b730259ee65912f53c169952f6fe13e3e.tar.gz upstream-4d7ae64b730259ee65912f53c169952f6fe13e3e.tar.bz2 upstream-4d7ae64b730259ee65912f53c169952f6fe13e3e.zip |
vgv7519: support more recent board release with vrx288 v1.2
The existance of this new board has been confirmed and tested by the guy on this commit
https://github.com/openwrt-vgv7519/uboot-bin/commit/76fdd8e638f81e324ffe77856481bd147398f6e8
SVN-Revision: 43072
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/lantiq/dts/VGV7519.dtsi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/lantiq/dts/VGV7519.dtsi b/target/linux/lantiq/dts/VGV7519.dtsi index e67c07f417..7a7fddb8ed 100644 --- a/target/linux/lantiq/dts/VGV7519.dtsi +++ b/target/linux/lantiq/dts/VGV7519.dtsi @@ -219,7 +219,8 @@ gphy-xrx200 { compatible = "lantiq,phy-xrx200"; - firmware = "lantiq/vr9_phy11g_a1x.bin"; + firmware1 = "lantiq/vr9_phy11g_a1x.bin"; /*VR9 1.1*/ + firmware2 = "lantiq/vr9_phy11g_a2x.bin"; /*VR9 1.2*/ phys = [ 00 01 ]; }; |