summaryrefslogtreecommitdiffstats
path: root/sys/mips
diff options
context:
space:
mode:
authorsgalabov <sgalabov@FreeBSD.org>2016-04-23 04:19:42 +0000
committersgalabov <sgalabov@FreeBSD.org>2016-04-23 04:19:42 +0000
commit48c1e63370fc7f32a05b47db060f319f77b95d74 (patch)
tree07f5e63352fb80be18307d1bea1c44e7b08f0b68 /sys/mips
parentb16303b307854618ac0977b0acff87fc3f60176d (diff)
downloadFreeBSD-src-48c1e63370fc7f32a05b47db060f319f77b95d74.zip
FreeBSD-src-48c1e63370fc7f32a05b47db060f319f77b95d74.tar.gz
Minor pinctrl fixes for Mediatek/Ralink
Approved by: adrian (mentor) Sponsored by: Smartcom - Bulgaria AD Differential Revision: https://reviews.freebsd.org/D6041
Diffstat (limited to 'sys/mips')
-rw-r--r--sys/mips/mediatek/mtk_pinctrl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/mips/mediatek/mtk_pinctrl.h b/sys/mips/mediatek/mtk_pinctrl.h
index a6dc6d6..ea01c82 100644
--- a/sys/mips/mediatek/mtk_pinctrl.h
+++ b/sys/mips/mediatek/mtk_pinctrl.h
@@ -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) = {
OpenPOWER on IntegriCloud