Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Apr 2016 04:19:42 +0000 (UTC)
From:      Stanislav Galabov <sgalabov@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r298497 - head/sys/mips/mediatek
Message-ID:  <201604230419.u3N4JgV0007014@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sgalabov
Date: Sat Apr 23 04:19:42 2016
New Revision: 298497
URL: https://svnweb.freebsd.org/changeset/base/298497

Log:
  Minor pinctrl fixes for Mediatek/Ralink
  
  Approved by:	adrian (mentor)
  Sponsored by:	Smartcom - Bulgaria AD
  Differential Revision:	https://reviews.freebsd.org/D6041

Modified:
  head/sys/mips/mediatek/mtk_pinctrl.h

Modified: head/sys/mips/mediatek/mtk_pinctrl.h
==============================================================================
--- head/sys/mips/mediatek/mtk_pinctrl.h	Sat Apr 23 01:22:12 2016	(r298496)
+++ head/sys/mips/mediatek/mtk_pinctrl.h	Sat Apr 23 04:19:42 2016	(r298497)
@@ -168,7 +168,7 @@ DECL_FUNC(mt7628_i2s_func) = {
 };
 
 DECL_FUNC(mt7628_uart0_func) = {
-	FUNC("uart", 0), FUNC("gpio", 1), FUNC("-", 2), FUNC("-", 3)
+	FUNC("uart0", 0), FUNC("gpio", 1), FUNC("-", 2), FUNC("-", 3)
 };
 
 DECL_FUNC(mt7628_sd_func) = {
@@ -188,11 +188,11 @@ DECL_FUNC(mt7628_i2c_func) = {
 };
 
 DECL_FUNC(mt7628_uart1_func) = {
-	FUNC("uart", 0), FUNC("gpio", 1), FUNC("pwm", 2), FUNC("sw r", 3)
+	FUNC("uart1", 0), FUNC("gpio", 1), FUNC("pwm", 2), FUNC("sw r", 3)
 };
 
 DECL_FUNC(mt7628_uart2_func) = {
-	FUNC("uart", 0), FUNC("gpio", 1), FUNC("pwm", 2), FUNC("sdxc", 3)
+	FUNC("uart2", 0), FUNC("gpio", 1), FUNC("pwm", 2), FUNC("sdxc", 3)
 };
 
 DECL_FUNC(mt7628_pwm0_func) = {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604230419.u3N4JgV0007014>