aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/dts
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2020-11-04 09:57:22 -0700
committerBin Meng <bmeng.cn@gmail.com>2020-11-05 14:58:45 +0800
commitcac9c6a38f7828ae049c9c38af4a6d1d6d8e12d7 (patch)
tree54629d40522d51d0740b8b9fbc5c5183d33a5640 /arch/x86/dts
parent726310166b3585ee8a0936f88e7e1c12c3180013 (diff)
downloadu-boot-cac9c6a38f7828ae049c9c38af4a6d1d6d8e12d7.zip
u-boot-cac9c6a38f7828ae049c9c38af4a6d1d6d8e12d7.tar.gz
u-boot-cac9c6a38f7828ae049c9c38af4a6d1d6d8e12d7.tar.bz2
x86: Add SMBIOS info for Coral
This is required by Chrome OS so that the audio and other unibuild features work correctly. Add it. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'arch/x86/dts')
-rw-r--r--arch/x86/dts/chromebook_coral.dts8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/x86/dts/chromebook_coral.dts b/arch/x86/dts/chromebook_coral.dts
index 8801b58..92f70b1 100644
--- a/arch/x86/dts/chromebook_coral.dts
+++ b/arch/x86/dts/chromebook_coral.dts
@@ -54,6 +54,14 @@
recovery-gpios = <&gpio_nw (-1) GPIO_ACTIVE_LOW>;
write-protect-gpios = <&gpio_nw GPIO_75 GPIO_ACTIVE_HIGH>;
phase-enforce-gpios = <&gpio_n GPIO_10 GPIO_ACTIVE_HIGH>;
+ smbios {
+ manufacturer = "Google";
+ product = "Coral";
+ version = "rev2";
+ serial = "123456789";
+ sku = "sku3";
+ family = "Google_Coral";
+ };
};
config {