Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

drivers: adc: adc_sam_afec: rework device tree support #24580

Merged
merged 1 commit into from
Apr 23, 2020

Commits on Apr 22, 2020

  1. 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 <[email protected]>
    galak committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    e55d411 View commit details
    Browse the repository at this point in the history