X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=blobdiff_plain;f=target%2Flinux%2Flantiq%2Fpatches-3.7%2F0005-MIPS-lantiq-adds-code-for-booting-GPHY.patch;h=deb5016aa6c9f8595ed4d9943074cae51edc4fa8;hp=84aa965231488d19f950dae37f56532ea340f7c5;hb=8fe271d96f670b86e0d77659edbb769cb3bee49d;hpb=2883efeff7bb4b7aad1ff37ba7be22ae7b099f7b diff --git a/target/linux/lantiq/patches-3.7/0005-MIPS-lantiq-adds-code-for-booting-GPHY.patch b/target/linux/lantiq/patches-3.7/0005-MIPS-lantiq-adds-code-for-booting-GPHY.patch index 84aa965231..deb5016aa6 100644 --- a/target/linux/lantiq/patches-3.7/0005-MIPS-lantiq-adds-code-for-booting-GPHY.patch +++ b/target/linux/lantiq/patches-3.7/0005-MIPS-lantiq-adds-code-for-booting-GPHY.patch @@ -13,8 +13,6 @@ Patchwork: http://patchwork.linux-mips.org/patch/4522 arch/mips/lantiq/xway/reset.c | 36 ++++++++++++++++++++ 2 files changed, 39 insertions(+) -diff --git a/arch/mips/include/asm/mach-lantiq/xway/lantiq_soc.h b/arch/mips/include/asm/mach-lantiq/xway/lantiq_soc.h -index 6a2df70..133336b 100644 --- a/arch/mips/include/asm/mach-lantiq/xway/lantiq_soc.h +++ b/arch/mips/include/asm/mach-lantiq/xway/lantiq_soc.h @@ -82,6 +82,9 @@ extern __iomem void *ltq_cgu_membase; @@ -27,8 +25,6 @@ index 6a2df70..133336b 100644 /* request a non-gpio and set the PIO config */ #define PMU_PPE BIT(13) extern void ltq_pmu_enable(unsigned int module); -diff --git a/arch/mips/lantiq/xway/reset.c b/arch/mips/lantiq/xway/reset.c -index 2799212..544dbb7 100644 --- a/arch/mips/lantiq/xway/reset.c +++ b/arch/mips/lantiq/xway/reset.c @@ -28,9 +28,15 @@ @@ -84,6 +80,3 @@ index 2799212..544dbb7 100644 /* reset a io domain for u micro seconds */ void ltq_reset_once(unsigned int module, ulong u) { --- -1.7.10.4 -