kernel: bump 4.19 to 4.19.50
[openwrt/openwrt.git] / target / linux / ath79 / patches-4.19 / 0011-MIPS-ath79-select-the-PINCTRL-subsystem.patch
1 From 0c8856211d26f84277f7fcb0b9595e5c646bc464 Mon Sep 17 00:00:00 2001
2 From: John Crispin <john@phrozen.org>
3 Date: Tue, 6 Mar 2018 10:00:55 +0100
4 Subject: [PATCH 11/33] MIPS: ath79: select the PINCTRL subsystem
5
6 The pinmux on QCA SoCs is controlled by a single register. The
7 "pinctrl-single" driver can be used but requires the target
8 to select PINCTRL.
9
10 Signed-off-by: John Crispin <john@phrozen.org>
11 ---
12 arch/mips/Kconfig | 1 +
13 1 file changed, 1 insertion(+)
14
15 --- a/arch/mips/Kconfig
16 +++ b/arch/mips/Kconfig
17 @@ -288,6 +288,7 @@ config BCM63XX
18 select SYS_HAS_EARLY_PRINTK
19 select SWAP_IO_SPACE
20 select GPIOLIB
21 + select PINCTRL
22 select HAVE_CLK
23 select MIPS_L1_CACHE_SHIFT_4
24 select CLKDEV_LOOKUP