[coreboot-gerrit] New patch to review for coreboot: google/pyro: Disable Wacom touchscreen probed

Kevin Chiu (Kevin.Chiu@quantatw.com) gerrit at coreboot.org
Wed Jan 25 09:43:43 CET 2017


Kevin Chiu (Kevin.Chiu at quantatw.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/18227

-gerrit

commit 702d07530b52eae4bc50f700fcb15a04196ffb7f
Author: Kevin Chiu <Kevin.Chiu at quantatw.com>
Date:   Wed Jan 25 16:20:26 2017 +0800

    google/pyro: Disable Wacom touchscreen probed
    
    Wacom touchscreen is i2c hid device and i2c-hid driver will be loaded
    automatically by kernel.
    There is no need to enable "probe" flag for Wacom i2c hid device
    support.
    
    BUG=chrome-os-partner:61513
    BRANCH=reef
    TEST=emerge-pyro coreboot
    Change-Id: I27fe18ceadd03029b826e0237f80132eda1089b0
    Signed-off-by: Kevin Chiu <Kevin.Chiu at 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



More information about the coreboot-gerrit mailing list