diff options
author | Mathias Kresin <dev@kresin.me> | 2016-05-21 12:16:37 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-05-23 11:03:25 +0200 |
commit | abfdddfb3c0bac10e7cf503743e1dacf6c3c2891 (patch) | |
tree | dfad912fc0af18db662958f99361195e75cfce06 | |
parent | 9d0608eef3e5b9fca19ece2c5fcc90659f8630a6 (diff) | |
download | upstream-abfdddfb3c0bac10e7cf503743e1dacf6c3c2891.tar.gz upstream-abfdddfb3c0bac10e7cf503743e1dacf6c3c2891.tar.bz2 upstream-abfdddfb3c0bac10e7cf503743e1dacf6c3c2891.zip |
lantiq: VG3503J - use the 11G firmware
Use the 11G firmware for the phys as the oem firmware does.
Signed-off-by: Mathias Kresin <dev@kresin.me>
-rw-r--r-- | target/linux/lantiq/dts/VG3503J.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/lantiq/dts/VG3503J.dts b/target/linux/lantiq/dts/VG3503J.dts index 36c772d34b..c7b8125267 100644 --- a/target/linux/lantiq/dts/VG3503J.dts +++ b/target/linux/lantiq/dts/VG3503J.dts @@ -101,8 +101,8 @@ gphy-xrx200 { compatible = "lantiq,phy-xrx200"; - firmware1 = "lantiq/vr9_phy22f_a1x.bin"; /*VR9 1.1*/ - firmware2 = "lantiq/vr9_phy22f_a2x.bin"; /*VR9 1.2*/ + firmware1 = "lantiq/vr9_phy11g_a1x.bin"; /*VR9 1.1*/ + firmware2 = "lantiq/vr9_phy11g_a2x.bin"; /*VR9 1.2*/ phys = [ 00 01 ]; }; |