diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2016-06-19 00:17:39 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2016-06-21 21:58:59 +0200 |
commit | 84b3d92180143001e6968db11ce431208d55b5bc (patch) | |
tree | a5c3f1d1ce5005f6e7d7a30b838143c4d7406a62 /target/linux/lantiq/dts | |
parent | 7f5b8cc3764bec28168a6e90fbf07adac23c6a90 (diff) | |
download | upstream-84b3d92180143001e6968db11ce431208d55b5bc.tar.gz upstream-84b3d92180143001e6968db11ce431208d55b5bc.tar.bz2 upstream-84b3d92180143001e6968db11ce431208d55b5bc.zip |
lantiq: make EASY80920 work with both chip versions
The EASY80920 is available with the A1X and the A2X chip version
depending on the board version. Add both firmware versions to device
tree and make the driver load the correct version depending on the chip
version.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/lantiq/dts')
-rw-r--r-- | target/linux/lantiq/dts/EASY80920.dtsi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/lantiq/dts/EASY80920.dtsi b/target/linux/lantiq/dts/EASY80920.dtsi index e8cbc42980..4e649976a2 100644 --- a/target/linux/lantiq/dts/EASY80920.dtsi +++ b/target/linux/lantiq/dts/EASY80920.dtsi @@ -145,7 +145,8 @@ gphy-xrx200 { compatible = "lantiq,phy-xrx200"; - firmware = "lantiq/vr9_phy11g_a2x.bin"; + firmware1 = "lantiq/vr9_phy11g_a1x.bin"; + firmware2 = "lantiq/vr9_phy11g_a2x.bin"; phys = [ 00 01 ]; }; |