diff options
author | Simon Glass <sjg@chromium.org> | 2020-11-05 06:32:12 -0700 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2020-11-06 10:18:20 +0800 |
commit | 70190f82cb3b469e327a274ba523e4453c4c4402 (patch) | |
tree | c8bfb16452cc29f30eed37647428cdba848f9038 /arch/arm/dts/rk3328-roc-cc-u-boot.dtsi | |
parent | 44c74bdd5828c885b97a1518b9d85239a1020c6c (diff) | |
download | u-boot-70190f82cb3b469e327a274ba523e4453c4c4402.tar.gz |
rockchip: Use devicetree for SMBIOS settings
Add settings and enable the default sysinfo driver so that these can come
from the device tree.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'arch/arm/dts/rk3328-roc-cc-u-boot.dtsi')
-rw-r--r-- | arch/arm/dts/rk3328-roc-cc-u-boot.dtsi | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/arch/arm/dts/rk3328-roc-cc-u-boot.dtsi b/arch/arm/dts/rk3328-roc-cc-u-boot.dtsi index e929d86e30..08806dfc0f 100644 --- a/arch/arm/dts/rk3328-roc-cc-u-boot.dtsi +++ b/arch/arm/dts/rk3328-roc-cc-u-boot.dtsi @@ -9,6 +9,27 @@ chosen { u-boot,spl-boot-order = "same-as-spl", &sdmmc, &emmc; }; + + smbios { + compatible = "u-boot,sysinfo-smbios"; + + smbios { + system { + manufacturer = "firefly"; + product = "roc-rk3328-cc"; + }; + + baseboard { + manufacturer = "firefly"; + product = "roc-rk3328-cc"; + }; + + chassis { + manufacturer = "firefly"; + product = "roc-rk3328-cc"; + }; + }; + }; }; &gpio0 { |