kernel: bump 5.10 to 5.10.107
[openwrt/staging/chunkeey.git] / target / linux / mpc85xx / patches-5.10 / 107-powerpc-85xx-add-ws-ap3825i-support.patch
1 From 2fa1a7983ef30f3c7486f9b07c001bee87d1f6d6 Mon Sep 17 00:00:00 2001
2 From: Martin Kennedy <hurricos@gmail.com>
3 Date: Sat, 1 Jan 2022 11:01:37 -0500
4 Subject: [PATCH] PowerPC 85xx: Add WS-AP3825i support
5
6 This patch adds support for building Linux for the Extreme Networks
7 WS-AP3825i AP.
8
9 --- a/arch/powerpc/platforms/85xx/Kconfig
10 +++ b/arch/powerpc/platforms/85xx/Kconfig
11 @@ -82,6 +82,16 @@ config WS_AP3710I
12 This board is a Concurrent Dual-Band wireless access point with a
13 Freescale P1020 SoC.
14
15 +config WS_AP3825I
16 + bool "Extreme Networks WS-AP3825i"
17 + select DEFAULT_UIMAGE
18 + select ARCH_REQUIRE_GPIOLIB
19 + select GPIO_MPC8XXX
20 + help
21 + This option enables support for the Extreme Networks WS-AP3825i board.
22 + This board is a Concurrent Dual-Band wireless access point with a
23 + Freescale P1020 SoC.
24 +
25 config MPC8540_ADS
26 bool "Freescale MPC8540 ADS"
27 select DEFAULT_UIMAGE
28 --- a/arch/powerpc/platforms/85xx/Makefile
29 +++ b/arch/powerpc/platforms/85xx/Makefile
30 @@ -27,6 +27,7 @@ obj-$(CONFIG_P1023_RDB) += p1023_rdb.o
31 obj-$(CONFIG_PANDA) += panda.o
32 obj-$(CONFIG_TWR_P102x) += twr_p102x.o
33 obj-$(CONFIG_WS_AP3710I) += ws-ap3710i.o
34 +obj-$(CONFIG_WS_AP3825I) += ws-ap3825i.o
35 obj-$(CONFIG_CORENET_GENERIC) += corenet_generic.o
36 obj-$(CONFIG_FB_FSL_DIU) += t1042rdb_diu.o
37 obj-$(CONFIG_RED_15W_REV1) += red15w_rev1.o