pinctrl: mediatek: add generic driving setup property on mt8192
authorGuodong Liu <guodong.liu@mediatek.com>
Fri, 24 Jun 2022 13:36:56 +0000 (21:36 +0800)
committerLinus Walleij <linus.walleij@linaro.org>
Sat, 25 Jun 2022 23:25:13 +0000 (01:25 +0200)
commita36474f59ace0122fa739df99408dcb77c50d6ed
treecc9ab3723a11e1e3c4db9dc8f11b37515355cbbc
parent08752e0749ba3c3d830d1899ea4ca8cf1980d584
pinctrl: mediatek: add generic driving setup property on mt8192

1. The dt-binding expects that drive-strength arguments be passed
in mA, but the driver was expecting raw values. And that this
commit changes the driver so that it is aligned with the binding.
2. This commit provides generic driving setup, which support
2/4/6/8/10/12/14/16mA driving, original driver just set raw data
setup setting when use drive-strength property.

Signed-off-by: Guodong Liu <guodong.liu@mediatek.com>
Reviewed-by: NĂ­colas F. R. A. Prado <nfraprado@collabora.com>
Tested-by: NĂ­colas F. R. A. Prado <nfraprado@collabora.com>
Link: https://lore.kernel.org/r/20220624133700.15487-2-guodong.liu@mediatek.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/mediatek/pinctrl-mt8192.c