commit | 94fcf2efa166c63a6d179529ad92ccfb32b0cf2b | [log] [tgz] |
---|---|---|
author | Kumar Gala <kumar.gala@linaro.org> | Tue Apr 21 21:13:16 2020 -0500 |
committer | Kumar Gala <kumar.gala@gmail.com> | Thu Apr 23 06:11:26 2020 -0500 |
tree | 90464e331e84fba0993d32d803b5deabbff5e4da | |
parent | 085747e5fba97a9400ad51bade79a5c6592bb589 [diff] |
drivers: adc: adc_sam_afec: rework device tree support Reworked adc_sam_afec 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>