lantiq: make EASY80920 work with both chip versions
authorHauke Mehrtens <hauke@hauke-m.de>
Sat, 18 Jun 2016 22:17:39 +0000 (00:17 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Tue, 21 Jun 2016 19:58:59 +0000 (21:58 +0200)
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>
target/linux/lantiq/dts/EASY80920.dtsi

index e8cbc429800f2659addce661eda40ef6dfde1c7d..4e649976a250e63b58d6087aab166e7bb0a47cc0 100644 (file)
 
        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 ];
        };