From f80f38757623a1edee2c9c4975d268b38aaa5fba Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Fri, 24 Jun 2016 16:59:52 +0200 Subject: 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 --- target/linux/lantiq/dts/EASY80920.dtsi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ]; }; -- cgit v1.2.3