mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
UPSTREAM: google/pyro: Disable Wacom touchscreen probed
Wacom touchscreen is i2c hid device and it's the device that always
exists.
So no need to set "probed" property for it.
BUG=chrome-os-partner:61513
BRANCH=reef
TEST=emerge-pyro coreboot
Change-Id: I6715126e4aaa9e133fefc2eaa9c7457654e99af3
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Original-Commit-Id: fe8a01b01a
Original-Change-Id: I27fe18ceadd03029b826e0237f80132eda1089b0
Original-Signed-off-by: Kevin Chiu <Kevin.Chiu@quantatw.com>
Original-Reviewed-on: https://review.coreboot.org/18227
Original-Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Original-Tested-by: build bot (Jenkins)
Original-Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-on: https://chromium-review.googlesource.com/433878
This commit is contained in:
parent
336ff5659e
commit
282007f52b
1 changed files with 0 additions and 1 deletions
|
@ -171,7 +171,6 @@ chip soc/intel/apollolake
|
|||
.cid = PNP0C50_CID,
|
||||
.desc = WCOM_TS_DESC,
|
||||
.irq = IRQ_LEVEL_LOW(GPIO_21_IRQ),
|
||||
.probed = 1,
|
||||
}"
|
||||
register "hid_desc_reg_offset" = "0x1"
|
||||
device i2c 0xA on end
|
||||
|
|
Loading…
Add table
Reference in a new issue