0011-MIPS-ath79-select-the-PINCTRL-subsystem.patch 706 B

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