From: blogic Date: Mon, 2 Nov 2015 10:18:24 +0000 (+0000) Subject: uboot-lantiq: Add SoC version 1.2 support for Arcadyan VGV7510KW22 X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=8d3a0c64ae748fd1bd6a97452ee05b4962c13834;p=openwrt.git uboot-lantiq: Add SoC version 1.2 support for Arcadyan VGV7510KW22 This fixes #20409 Signed-off-by: Martin Blumenstingl git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47352 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/boot/uboot-lantiq/patches/0043-MIPS-add-board-support-for-Arcadyan-VGV7510KW22.patch b/package/boot/uboot-lantiq/patches/0043-MIPS-add-board-support-for-Arcadyan-VGV7510KW22.patch index a4910323ce..adb894f018 100644 --- a/package/boot/uboot-lantiq/patches/0043-MIPS-add-board-support-for-Arcadyan-VGV7510KW22.patch +++ b/package/boot/uboot-lantiq/patches/0043-MIPS-add-board-support-for-Arcadyan-VGV7510KW22.patch @@ -30,7 +30,7 @@ +######################################################################### --- /dev/null +++ b/board/arcadyan/vgv7510kw22/vgv7510kw22.c -@@ -0,0 +1,133 @@ +@@ -0,0 +1,136 @@ +/* + * Copyright (C) 2015 Martin Blumenstingl + * @@ -122,7 +122,10 @@ + const enum ltq_gphy_clk clk = LTQ_GPHY_CLK_25MHZ_PLL0; + const ulong fw_addr = 0x80FF0000; + -+ ltq_gphy_phy22f_a1x_load(fw_addr); ++ if (ltq_chip_version_get() == 1) ++ ltq_gphy_phy22f_a1x_load(fw_addr); ++ else ++ ltq_gphy_phy22f_a2x_load(fw_addr); + + ltq_cgu_gphy_clk_src(clk); +