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>
This commit is contained in:
parent
84c491a8c8
commit
2ef5d1af86
|
@ -105,17 +105,6 @@ chip soc/intel/cannonlake
|
||||||
register "hid_desc_reg_offset" = "0x01"
|
register "hid_desc_reg_offset" = "0x01"
|
||||||
device i2c 5d on end
|
device i2c 5d on end
|
||||||
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
|
end # I2C #1
|
||||||
device pci 15.2 off end # I2C #2
|
device pci 15.2 off end # I2C #2
|
||||||
device pci 15.3 off end # I2C #3
|
device pci 15.3 off end # I2C #3
|
||||||
|
|
Loading…
Reference in New Issue