diff options
author | David Wu <david_wu@quanta.corp-partner.google.com> | 2022-05-31 17:43:05 +0800 |
---|---|---|
committer | Paul Fagerburg <pfagerburg@chromium.org> | 2022-06-02 15:59:57 +0000 |
commit | fd7a6946d76829bbf46a1fc96bbdbc4079e2b249 (patch) | |
tree | f0b48da25dc48ea448ca59d5cda46d08e27fe086 /src/mainboard | |
parent | 596d5bc0fde61304d41b8bb2f1694371a498f00f (diff) |
mb/google/brya/variants/osiris: Remove KB_MT from overridetree
All Osiris SKUs use the new RGB gaming keyboard,
so don't need the fw_config to decide keyboard matrix.
BUG=b:220800586
TEST=FW_NAME="osiris" emerge-brya coreboot chromeos-bootimage
Signed-off-by: David Wu <david_wu@quanta.corp-partner.google.com>
Change-Id: I19211c345de0b315d65ec64efc70826e81315810
Reviewed-on: https://review.coreboot.org/c/coreboot/+/64813
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Ren Kuo <ren.kuo@quanta.corp-partner.google.com>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/google/brya/variants/osiris/overridetree.cb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mainboard/google/brya/variants/osiris/overridetree.cb b/src/mainboard/google/brya/variants/osiris/overridetree.cb index fbbca28835..6200daae85 100644 --- a/src/mainboard/google/brya/variants/osiris/overridetree.cb +++ b/src/mainboard/google/brya/variants/osiris/overridetree.cb @@ -3,10 +3,6 @@ fw_config option KB_BL_ABSENT 0 option KB_BL_PRESENT 1 end - field KB_MT 1 1 - option KB_MT_CROS 0 - option KB_MT_RGB 1 - end field AUDIO 2 3 option AUDIO_UNKNOWN 0 option MAX98360_NAU88L25B_I2S 1 |