diff options
author | John Crispin <blogic@openwrt.org> | 2014-10-26 17:59:55 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-10-26 17:59:55 +0000 |
commit | b31fd6353aaf88d1e9ce72a5309abd274ad6e842 (patch) | |
tree | d07e51b24aff4d528562a2966c298f6fbd6fbe5d /target/linux/lantiq | |
parent | 93779c875603dfb27e8a7497be265150a3dbe160 (diff) | |
download | upstream-b31fd6353aaf88d1e9ce72a5309abd274ad6e842.tar.gz upstream-b31fd6353aaf88d1e9ce72a5309abd274ad6e842.tar.bz2 upstream-b31fd6353aaf88d1e9ce72a5309abd274ad6e842.zip |
BB: 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
git-svn-id: svn://svn.openwrt.org/openwrt/branches/barrier_breaker@43075 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq')
-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 9af08a7873..1ab3a267de 100644 --- a/target/linux/lantiq/dts/VGV7519.dtsi +++ b/target/linux/lantiq/dts/VGV7519.dtsi @@ -214,7 +214,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 ]; }; |