提交 e10481be 编写于 作者: A Artem Lapkin 提交者: Neil Armstrong

ARM: dts: meson: Use devicetree for SMBIOS settings for Khadas VIM boards

Khadas vim series: Use devicetree for SMBIOS settings
Add settings and enable the default sysinfo driver so that these can come
from the device tree.
Reviewed-by: NNeil Armstrong <narmstrong@baylibre.com>
Signed-off-by: NArtem Lapkin <art@khadas.com>
Signed-off-by: NNeil Armstrong <narmstrong@baylibre.com>
上级 a3f1eaa7
......@@ -6,3 +6,26 @@
#include "meson-g12-common-u-boot.dtsi"
#include "meson-khadas-vim3-u-boot.dtsi"
/ {
smbios {
compatible = "u-boot,sysinfo-smbios";
smbios {
system {
manufacturer = "khadas";
product = "VIM3";
};
baseboard {
manufacturer = "khadas";
product = "VIM3";
};
chassis {
manufacturer = "khadas";
product = "VIM3";
};
};
};
};
......@@ -5,3 +5,26 @@
*/
#include "meson-gxl-u-boot.dtsi"
/ {
smbios {
compatible = "u-boot,sysinfo-smbios";
smbios {
system {
manufacturer = "khadas";
product = "VIM";
};
baseboard {
manufacturer = "khadas";
product = "VIM";
};
chassis {
manufacturer = "khadas";
product = "VIM";
};
};
};
};
......@@ -10,6 +10,27 @@
aliases {
spi0 = &spifc;
};
smbios {
compatible = "u-boot,sysinfo-smbios";
smbios {
system {
manufacturer = "khadas";
product = "VIM2";
};
baseboard {
manufacturer = "khadas";
product = "VIM2";
};
chassis {
manufacturer = "khadas";
product = "VIM2";
};
};
};
};
&sd_emmc_c {
......
......@@ -6,3 +6,26 @@
#include "meson-sm1-u-boot.dtsi"
#include "meson-khadas-vim3-u-boot.dtsi"
/ {
smbios {
compatible = "u-boot,sysinfo-smbios";
smbios {
system {
manufacturer = "khadas";
product = "VIM3L";
};
baseboard {
manufacturer = "khadas";
product = "VIM3L";
};
chassis {
manufacturer = "khadas";
product = "VIM3L";
};
};
};
};
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册