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) = { _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"