commit | 8f0018663fdaf871d56e41647d869e5e5f13c3fd | [log] [tgz] |
---|---|---|
author | Kumar Gala <kumar.gala@linaro.org> | Fri Apr 03 12:08:55 2020 -0500 |
committer | Kumar Gala <kumar.gala@gmail.com> | Fri Apr 10 14:38:04 2020 -0500 |
tree | ba7b5e0ff4e74b2c2e1ce61ff18db261d6fcd0e1 | |
parent | ec048128ae8b8977c78b0c972eac6797b672f30b [diff] |
drivers: pinmux: rv32m1: Convert driver to new DT_INST macros Convert driver to use DT_INST macros and remove related board per instance Kconfig symbol usage. Updated the openisa,rv32m1_vega-pinmux binding to require the label property and updated the rv32m1.dtsi to add label properties for the pinmux nodes. Also update gpio_basic_api test to use DT_NODELABEL. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>