commit | dbeb3ba32e9789add12076e94558d19be05fd8d6 | [log] [tgz] |
---|---|---|
author | Kumar Gala <kumar.gala@linaro.org> | Thu Apr 23 07:06:55 2020 -0500 |
committer | Kumar Gala <kumar.gala@gmail.com> | Sat Apr 25 09:29:54 2020 -0500 |
tree | 77b20a80482f31b0c69be4c8d7d972b74e617c03 | |
parent | cb8ee73692ff41c1712aa0bf3d5507547a06d2f2 [diff] |
drivers: spi: spi_sam: rework device tree support Reworked spi_sam driver to utilize new DT_INST macros as part of this rework we also now get pin ctrl/mux configuration information from the device tree instead of via Kconfig and defines in soc_pinmap.h We remove defines from dts_fixup.h and soc_pinmap.h and associated Kconfig symbols that are no longer needed due to getting all that information from devicetree. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>