1
0

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

123456789101112131415161718192021222324
  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. 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 <john@phrozen.org>
  9. ---
  10. arch/mips/Kconfig | 1 +
  11. 1 file changed, 1 insertion(+)
  12. --- a/arch/mips/Kconfig
  13. +++ b/arch/mips/Kconfig
  14. @@ -193,6 +193,7 @@ config ATH79
  15. select CSRC_R4K
  16. select DMA_NONCOHERENT
  17. select GPIOLIB
  18. + select PINCTRL
  19. select HAVE_CLK
  20. select COMMON_CLK
  21. select CLKDEV_LOOKUP