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

x86: coral: Update smbios tables to latest definition



The accepted binding uses multiple nodes, one for each table type. Update
coral accordingly.
Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
Reviewed-by: default avatarBin Meng <bmeng.cn@gmail.com>
parent 6486eaa0
...@@ -55,12 +55,27 @@ ...@@ -55,12 +55,27 @@
write-protect-gpios = <&gpio_nw GPIO_75 GPIO_ACTIVE_HIGH>; write-protect-gpios = <&gpio_nw GPIO_75 GPIO_ACTIVE_HIGH>;
phase-enforce-gpios = <&gpio_n GPIO_10 GPIO_ACTIVE_HIGH>; phase-enforce-gpios = <&gpio_n GPIO_10 GPIO_ACTIVE_HIGH>;
smbios { smbios {
manufacturer = "Google"; /* Type 1 table */
product = "Coral"; system {
version = "rev2"; manufacturer = "Google";
serial = "123456789"; product = "Coral";
sku = "sku3"; version = "rev2";
family = "Google_Coral"; serial = "123456789";
sku = "sku3";
family = "Google_Coral";
};
/* Type 2 table */
baseboard {
manufacturer = "Google";
product = "Coral";
asset-tag = "ABC123";
};
/* Type 3 table */
chassis {
manufacturer = "Google";
};
}; };
}; };
......
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