commit | d1afd83df0f0f8f9fd992cc1965900e3d3fd4cbe | [log] [tgz] |
---|---|---|
author | Erwan Gouriou <erwan.gouriou@linaro.org> | Fri Jun 05 10:55:20 2020 +0200 |
committer | Kumar Gala <kumar.gala@gmail.com> | Thu Oct 01 11:08:42 2020 -0500 |
tree | b9e564aa8fec84e9917f2169e3956695727c3cc4 | |
parent | ccd6b72bc0208b1de68995325d69828976542b2e [diff] |
drivers/pinmux: stm32: provide dt pinctrl to gpio driver interface Provides tool set to be used by device drivers in order to be able to configure device signals. This does not involve the implementation of a dedicated pinctrl driver. In this regard, this is equivalent to implementation used for treatment of current pinmux.c files. Since STM32F1 uses a different GPIO configuration scheme, its support is exlcuded for now. Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>