lede/target/linux/mpc85xx/patches-5.4/100-powerpc-85xx-tl-wdr4900-v1-support.patch

84 lines
2.9 KiB
Diff
Raw Normal View History

2020-07-02 23:30:56 +08:00
From 1d9f596e572917772b87a2a37e1680902964782f Mon Sep 17 00:00:00 2001
2017-09-06 19:19:45 +08:00
From: Gabor Juhos <juhosg@openwrt.org>
Date: Wed, 20 Feb 2013 08:40:33 +0100
Subject: [PATCH] powerpc: 85xx: add support for the TP-Link TL-WDR4900 v1
board
This patch adds support for the TP-Link TL-WDR4900 v1
concurrent dual-band wireless router. The devices uses
the Freescale P1014 SoC.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
Signed-off-by: Pawel Dembicki <paweldembicki@gmail.com>
2017-09-06 19:19:45 +08:00
---
arch/powerpc/boot/Makefile | 3 ++-
arch/powerpc/boot/wrapper | 5 +++++
2020-07-02 23:30:56 +08:00
arch/powerpc/platforms/85xx/Kconfig | 12 ++++++++++++
arch/powerpc/platforms/85xx/Makefile | 1 +
2020-07-02 23:30:56 +08:00
4 files changed, 20 insertions(+), 1 deletion(-)
2017-09-06 19:19:45 +08:00
--- a/arch/powerpc/boot/Makefile
+++ b/arch/powerpc/boot/Makefile
@@ -162,6 +162,7 @@ src-plat-$(CONFIG_PPC_PSERIES) += pserie
2017-09-06 19:19:45 +08:00
src-plat-$(CONFIG_PPC_POWERNV) += pseries-head.S
src-plat-$(CONFIG_PPC_IBM_CELL_BLADE) += pseries-head.S
src-plat-$(CONFIG_MVME7100) += motload-head.S mvme7100.c
+src-plat-$(CONFIG_TL_WDR4900_V1) += simpleboot.c fixed-head.S
2017-09-06 19:19:45 +08:00
src-wlib := $(sort $(src-wlib-y))
src-plat := $(sort $(src-plat-y))
@@ -343,7 +344,7 @@ image-$(CONFIG_TQM8555) += cuImage.tqm
2017-09-06 19:19:45 +08:00
image-$(CONFIG_TQM8560) += cuImage.tqm8560
image-$(CONFIG_SBC8548) += cuImage.sbc8548
image-$(CONFIG_KSI8560) += cuImage.ksi8560
2018-10-16 16:25:06 +08:00
-
+image-$(CONFIG_TL_WDR4900_V1) += simpleImage.tl-wdr4900-v1
2017-09-06 19:19:45 +08:00
# Board ports in arch/powerpc/platform/86xx/Kconfig
image-$(CONFIG_MVME7100) += dtbImage.mvme7100
2018-10-16 16:25:06 +08:00
2017-09-06 19:19:45 +08:00
--- a/arch/powerpc/boot/wrapper
+++ b/arch/powerpc/boot/wrapper
2020-07-02 23:30:56 +08:00
@@ -323,6 +323,11 @@ adder875-redboot)
platformo="$object/fixed-head.o $object/redboot-8xx.o"
binary=y
;;
+simpleboot-tl-wdr4900-v1)
+ platformo="$object/fixed-head.o $object/simpleboot.o"
2018-10-16 16:25:06 +08:00
+ link_address='0x1000000'
+ binary=y
+ ;;
simpleboot-virtex405-*)
platformo="$object/virtex405-head.o $object/simpleboot.o $object/virtex.o"
binary=y
2017-09-06 19:19:45 +08:00
--- a/arch/powerpc/platforms/85xx/Kconfig
+++ b/arch/powerpc/platforms/85xx/Kconfig
2020-07-02 23:30:56 +08:00
@@ -170,6 +170,18 @@ config STX_GP3
2017-09-06 19:19:45 +08:00
select CPM2
select DEFAULT_UIMAGE
+config TL_WDR4900_V1
2018-10-16 16:25:06 +08:00
+ bool "TP-Link TL-WDR4900 v1"
+ select DEFAULT_UIMAGE
+ select ARCH_REQUIRE_GPIOLIB
+ select GPIO_MPC8XXX
2020-07-02 23:30:56 +08:00
+ select SWIOTLB
2018-10-16 16:25:06 +08:00
+ help
+ This option enables support for the TP-Link TL-WDR4900 v1 board.
2017-09-06 19:19:45 +08:00
+
2018-10-16 16:25:06 +08:00
+ This board is a Concurrent Dual-Band wireless router with a
+ Freescale P1014 SoC.
2017-09-06 19:19:45 +08:00
+
config TQM8540
bool "TQ Components TQM8540"
help
--- a/arch/powerpc/platforms/85xx/Makefile
+++ b/arch/powerpc/platforms/85xx/Makefile
2018-10-16 16:25:06 +08:00
@@ -26,6 +26,7 @@ obj-$(CONFIG_CORENET_GENERIC) += coren
obj-$(CONFIG_FB_FSL_DIU) += t1042rdb_diu.o
2017-09-06 19:19:45 +08:00
obj-$(CONFIG_STX_GP3) += stx_gp3.o
obj-$(CONFIG_TQM85xx) += tqm85xx.o
+obj-$(CONFIG_TL_WDR4900_V1) += tl_wdr4900_v1.o
obj-$(CONFIG_SBC8548) += sbc8548.o
obj-$(CONFIG_PPA8548) += ppa8548.o
obj-$(CONFIG_SOCRATES) += socrates.o socrates_fpga_pic.o