diff options
author | Kevin Chiu <Kevin.Chiu@quantatw.com> | 2017-01-25 16:20:26 +0800 |
---|---|---|
committer | Aaron Durbin <adurbin@chromium.org> | 2017-01-26 19:41:49 +0100 |
commit | fe8a01b01aea9aaeae67e5d03c699eedc1fc611f (patch) | |
tree | 8b6a93d4ed9002c9028089594fb743fa13aae237 /src | |
parent | ec74f45e725c046423ecb6a7608678f22a8d7224 (diff) | |
download | coreboot-fe8a01b01aea9aaeae67e5d03c699eedc1fc611f.tar.xz |
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: I27fe18ceadd03029b826e0237f80132eda1089b0
Signed-off-by: Kevin Chiu <Kevin.Chiu@quantatw.com>
Reviewed-on: https://review.coreboot.org/18227
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/google/reef/variants/pyro/devicetree.cb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/google/reef/variants/pyro/devicetree.cb b/src/mainboard/google/reef/variants/pyro/devicetree.cb index 193fdd803d..43e4c3d53c 100644 --- a/src/mainboard/google/reef/variants/pyro/devicetree.cb +++ b/src/mainboard/google/reef/variants/pyro/devicetree.cb @@ -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 |