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

Convert NXP EDMA compats by version to property #79872

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Oct 14, 2024

  1. scripts: Add dt_compat_any_has_prop value param

    Add optional value parameter to dt_compat_any_has_prop
    kconfig preprocessor function, which puts an additional constraint on
    the truth of the function in that the property value must match the
    parameter value.
    
    Signed-off-by: Declan Snyder <[email protected]>
    decsny committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    537b74e View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. drivers: dma_mcux_edma: Fix bool prop checks

    Fix bool property checking from DT_INST_NODE_HAS_PROP to DT_INST_PROP as
    it should be.
    
    Also remove an unneeded function prototype.
    
    Signed-off-by: Declan Snyder <[email protected]>
    decsny committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    dc02c36 View commit details
    Browse the repository at this point in the history
  2. dts: nxp,mcux-edma: Convert compats to prop

    Convert the numerous revision compatibles to a DT property for the
    revision called nxp,version (inspired from a linux DT property from
    st called st,version on their DMA).
    
    Signed-off-by: Declan Snyder <[email protected]>
    decsny committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    8a83eeb View commit details
    Browse the repository at this point in the history