svn commit: r298497 - head/sys/mips/mediatek

Stanislav Galabov sgalabov at FreeBSD.org
Sat Apr 23 04:19:44 UTC 2016


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) = {


More information about the svn-src-head mailing list