Kevin Chiu (Kevin.Chiu@quantatw.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/18227
-gerrit
commit e1d0a8e4c2c79ca72bb3624543306950aed27527 Author: Kevin Chiu Kevin.Chiu@quantatw.com Date: Wed Jan 25 16:20:26 2017 +0800
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 kernel before init it.
BUG=chrome-os-partner:61513 BRANCH=reef TEST=emerge-pyro coreboot Change-Id: I27fe18ceadd03029b826e0237f80132eda1089b0 Signed-off-by: Kevin Chiu Kevin.Chiu@quantatw.com --- src/mainboard/google/reef/variants/pyro/devicetree.cb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/mainboard/google/reef/variants/pyro/devicetree.cb b/src/mainboard/google/reef/variants/pyro/devicetree.cb index 193fdd8..076679c 100644 --- a/src/mainboard/google/reef/variants/pyro/devicetree.cb +++ b/src/mainboard/google/reef/variants/pyro/devicetree.cb @@ -171,7 +171,7 @@ chip soc/intel/apollolake .cid = PNP0C50_CID, .desc = WCOM_TS_DESC, .irq = IRQ_LEVEL_LOW(GPIO_21_IRQ), - .probed = 1, + .probed = 0, }" register "hid_desc_reg_offset" = "0x1" device i2c 0xA on end