summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWisley Chen <wisley.chen@quantatw.com>2019-10-07 10:32:41 +0800
committerPatrick Georgi <pgeorgi@google.com>2019-10-09 22:16:51 +0000
commit2ef5d1af867678318cac28bb948f152de9c01c49 (patch)
treee38938df2869d455cd98f8b0d7c05aea6d188523
parent84c491a8c8948c3f174947aa8e8b9c2d2ca90739 (diff)
downloadcoreboot-2ef5d1af867678318cac28bb948f152de9c01c49.tar.gz
coreboot-2ef5d1af867678318cac28bb948f152de9c01c49.tar.bz2
coreboot-2ef5d1af867678318cac28bb948f152de9c01c49.zip
mb/google/hatch: Remove pen device for dratini/dragonair
Dratini/Dragonair doesn't support pen insertion/ejection feature, so remove it. BUG=b:142159117 TEST=emerge-hatch coreboot Change-Id: I64859a162d8dc75ffe55d98b72a056dd72e8de75 Signed-off-by: Wisley Chen <wisley.chen@quantatw.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/35844 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Fagerburg <pfagerburg@chromium.org> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org> Reviewed-by: Shelley Chen <shchen@google.com>
-rw-r--r--src/mainboard/google/hatch/variants/dratini/overridetree.cb11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/mainboard/google/hatch/variants/dratini/overridetree.cb b/src/mainboard/google/hatch/variants/dratini/overridetree.cb
index 1af822d43f8e..f1e8239ad7c6 100644
--- a/src/mainboard/google/hatch/variants/dratini/overridetree.cb
+++ b/src/mainboard/google/hatch/variants/dratini/overridetree.cb
@@ -105,17 +105,6 @@ chip soc/intel/cannonlake
register "hid_desc_reg_offset" = "0x01"
device i2c 5d on end
end
- chip drivers/generic/gpio_keys
- register "name" = ""PENH""
- register "gpio" = "ACPI_GPIO_IRQ_EDGE_BOTH(GPP_A8)"
- register "key.wake" = "GPE0_DW0_08"
- register "key.wakeup_event_action" = "EV_ACT_ASSERTED"
- register "key.dev_name" = ""EJCT""
- register "key.linux_code" = "SW_PEN_INSERTED"
- register "key.linux_input_type" = "EV_SW"
- register "key.label" = ""pen_eject""
- device generic 0 on end
- end
end # I2C #1
device pci 15.2 off end # I2C #2
device pci 15.3 off end # I2C #3