commit | ac3bfe99a72582327df0ea1f8940b935ad56b9de | [log] [tgz] |
---|---|---|
author | Claudiu Beznea <claudiu.beznea@microchip.com> | Mon Mar 25 10:33:56 2019 +0000 |
committer | Eugen Hristev <eugen.hristev@microchip.com> | Tue Apr 09 09:28:50 2019 +0300 |
tree | 26ddd6224221b1d3f5f2b6ee5fbe548ee16bf0d3 | |
parent | dadede59f42b05c83e3587b5b92e10e89e9cece9 [diff] |
pinctrl: at91: add option to use drive strength bits SAM9X60 uses high and low drive strengths. To implement this, in at91_pinctrl_mux_ops::set_drivestrength we need bit numbers of drive strengths (1 for low, 2 for high), thus change the code to allow the usage of drive strength bit numbers. Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>