Commit c0697c1f authored by Simon Glass's avatar Simon Glass Committed by Bin Meng
Browse files

imx: Use devicetree for SMBIOS settings on MYiR MYS-6ULX



Add settings and enable the default sysinfo driver so that these can come
from the device tree.
Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
Reviewed-by: default avatarBin Meng <bmeng.cn@gmail.com>
parent 70190f82
// SPDX-License-Identifier: GPL-2.0
/*
* Copyright (C) 2020 Linumiz
* Author: Parthiban Nallathambi <parthiban@linumiz.com>
*/
/ {
smbios {
compatible = "u-boot,sysinfo-smbios";
smbios {
system {
manufacturer = "MYiR";
};
baseboard {
manufacturer = "MYiR";
};
chassis {
manufacturer = "MYiR";
};
};
};
};
...@@ -67,4 +67,5 @@ CONFIG_MXC_UART=y ...@@ -67,4 +67,5 @@ CONFIG_MXC_UART=y
CONFIG_USB=y CONFIG_USB=y
CONFIG_DM_USB=y CONFIG_DM_USB=y
CONFIG_USB_GADGET=y CONFIG_USB_GADGET=y
CONFIG_SMBIOS_MANUFACTURER="MYiR" CONFIG_SYSINFO=y
CONFIG_SYSINFO_SMBIOS=y
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment