200-rt3883-fix-pinctrl-typo.patch 962 B

123456789101112131415161718192021
  1. From 2583143af8111d430bdca0268b6cdb7ccc7c3f9d Mon Sep 17 00:00:00 2001
  2. From: Daniel Golle <daniel@makrotopia.org>
  3. Date: Fri, 13 Jan 2017 05:40:04 +0100
  4. Subject: [PATCH] mips: ralink/rt3883: fix typo in pinctrl lna_g_func
  5. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
  6. ---
  7. arch/mips/ralink/rt3883.c | 2 +-
  8. 1 file changed, 1 insertion(+), 1 deletion(-)
  9. --- a/arch/mips/ralink/rt3883.c
  10. +++ b/arch/mips/ralink/rt3883.c
  11. @@ -36,7 +36,7 @@ static struct rt2880_pmx_func uartlite_f
  12. static struct rt2880_pmx_func jtag_func[] = { FUNC("jtag", 0, 17, 5) };
  13. static struct rt2880_pmx_func mdio_func[] = { FUNC("mdio", 0, 22, 2) };
  14. static struct rt2880_pmx_func lna_a_func[] = { FUNC("lna a", 0, 32, 3) };
  15. -static struct rt2880_pmx_func lna_g_func[] = { FUNC("lna a", 0, 35, 3) };
  16. +static struct rt2880_pmx_func lna_g_func[] = { FUNC("lna g", 0, 35, 3) };
  17. static struct rt2880_pmx_func pci_func[] = {
  18. FUNC("pci-dev", 0, 40, 32),
  19. FUNC("pci-host2", 1, 40, 32),