commit | 4fc5d4cedbbb567322849736bdee2687407add3f | [log] [tgz] |
---|---|---|
author | Sam Shih <sam.shih@mediatek.com> | Fri Mar 05 10:22:11 2021 +0800 |
committer | Tom Rini <trini@konsulko.com> | Sat Mar 20 16:24:27 2021 -0400 |
tree | 8c9800b1bae860bfc5d7a445086bf3dad50bca9f | |
parent | e96bedf146bdb5ae980ab228165f5f06ef5a168d [diff] |
pinctrl: mediatek: fix wrong assignment in mtk_get_pin_name This is a bug fix for mtk pinctrl common part. Appearently pins should be used instead of grps in mtk_get_pin_name(). Signed-off-by: Sam Shih <sam.shih@mediatek.com>