Searched refs:status_cell (Results 1 – 1 of 1) sorted by relevance
138 const char *status_cell; in get_node_status() local141 status_cell = fdt_getprop(dtb, node, "status", NULL); in get_node_status()142 if (!status_cell || strcmp(status_cell, "okay") == 0) { in get_node_status()