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

scripts: dts/Generate compatible flags #9974

Merged
merged 2 commits into from
Sep 14, 2018

Commits on Sep 13, 2018

  1. dts/bindings: Add 'generation' directive on for 'compatible' property

    Add 'generation: define' directive to 'compatible' property.
    When existing for a type of device, move compatible property
    description in device base structure (eg: i2c.yaml)
    
    Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
    erwango committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    4c6968a View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2018

  1. scripts: extract_dts_includes.py: generate 'compatible' CONFIG flags

    Generate CONFIG_DT_COMPAT flags using available nodes
    'compatible' property.
    Store them in a bogus node_address key of defs dict so
    duplicates could be removed.
    
    Signed-off-by: Bobby Noelte <b0661n0e17e@gmail.com>
    Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
    erwango committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    f958a24 View commit details
    Browse the repository at this point in the history