x86: Add SMBIOS info for Coral
authorSimon Glass <sjg@chromium.org>
Wed, 4 Nov 2020 16:57:22 +0000 (09:57 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Thu, 5 Nov 2020 06:58:45 +0000 (14:58 +0800)
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>
arch/x86/dts/chromebook_coral.dts

index 8801b58..92f70b1 100644 (file)
                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 {