diff options
author | Duncan Laurie <dlaurie@google.com> | 2020-11-11 13:01:27 -0800 |
---|---|---|
committer | Duncan Laurie <dlaurie@chromium.org> | 2020-11-20 00:28:02 +0000 |
commit | bd04995cdf474058d4d5c9a8c46084ef70aed65b (patch) | |
tree | 1843b617fc67494a09b3ceb26aa946d6709d2c6a /src/mainboard/google/volteer | |
parent | 3b70ad8ecfadcc393a15f98cbf476a34dd6b135c (diff) | |
download | coreboot-bd04995cdf474058d4d5c9a8c46084ef70aed65b.tar.xz |
mb/google/volteer: Add keyboard layout to fw_config
A new field was defined for different keyboard layouts, so add this field
to the list and provide the two options that were defined.
Change-Id: Ic357446725e34221040705929d54cbce94c5ab8b
Signed-off-by: Duncan Laurie <dlaurie@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/47478
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Furquan Shaikh <furquan@google.com>
Diffstat (limited to 'src/mainboard/google/volteer')
-rw-r--r-- | src/mainboard/google/volteer/variants/baseboard/devicetree.cb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainboard/google/volteer/variants/baseboard/devicetree.cb b/src/mainboard/google/volteer/variants/baseboard/devicetree.cb index bc93ec96bd..1590415d96 100644 --- a/src/mainboard/google/volteer/variants/baseboard/devicetree.cb +++ b/src/mainboard/google/volteer/variants/baseboard/devicetree.cb @@ -38,6 +38,10 @@ fw_config option SD_GL9755S 1 option SD_RTS5261 2 end + field KB_LAYOUT 20 21 + option KB_LAYOUT_DEFAULT 0 + option KB_LAYOUT_1 1 + end end chip soc/intel/tigerlake |