Skip to content
Snippets Groups Projects
Commit 02d7afb7 authored by Mikhail Vanyulin's avatar Mikhail Vanyulin Committed by Jonas Höppner
Browse files

dto: ldb: Set status for the node to okay


As the ldb node may be disabled in device tree/overlay, set its status
to "okay", if an LVDS entry is present in config.xml.

Signed-off-by: default avatarMikhail Vanyulin <mikhail.vanyulin@rtsoft.de>
parent 8bbfa9ff
No related branches found
No related tags found
1 merge request!88dto: ldb: Set status for the node to okay
Pipeline #53120 passed with stage
in 9 seconds
......@@ -518,6 +518,8 @@ static int create_ldb_frag(void *dto_mem, const struct guf_xml_data *config)
"fsl,dual-channel");
DTO_ERR(err);
}
err = fdt_setprop_string(dto_mem, offs, "status", "okay");
DTO_ERR(err);
}
return 0;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment