Skip to content
Commit b6488caa authored by Ilias Apalodimas's avatar Ilias Apalodimas Committed by Tom Rini
Browse files

smbios: fix matching issues for table types



commit 738b3466 ("smbios: Fallback to the default DT if sysinfo nodes are missing")
allowed the code to fallback and fill in SMBIOS tables with properties
from the compatible and product nodes of the DT, in case the
'smbios,sysinfo' node is missing.
That works fine for Type1/2 tables, but for other types we need to
match the smbios,sysinfo subnode name as well. So add it to the
smbios_ctx and check it during the sysinfo <-> DT mathcing

Signed-off-by: default avatarIlias Apalodimas <ilias.apalodimas@linaro.org>
parent 5e2b472b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment