Name

of_flat_dt_match_machine — Iterate match tables to find matching machine

Synopsis

const void * of_flat_dt_match_machine (const void * default_match,
 const void * (*get_next_compat) (const char * const**));
 

Arguments

default_match

Machine specific ptr to return in case of no match

get_next_compat

Callback function to return next compatible match table

Description

Iterate through machine match tables to find the best match for the machine compatible string in the FDT.