[coreboot-gerrit] New patch to review for coreboot: google/pyro: Modify Wacom touchscreen IRQ type to level-triggered

Kevin Chiu (Kevin.Chiu@quantatw.com) gerrit at coreboot.org
Tue Jan 24 09:28:37 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/18217

-gerrit

commit d3bb7e36294829c493fcf7c1dc3b329d14ab740c
Author: Kevin Chiu <Kevin.Chiu at quantatw.com>
Date:   Tue Jan 24 16:24:30 2017 +0800

    google/pyro: Modify Wacom touchscreen IRQ type to level-triggered
    
    Follow i2c-hid spec definition, level trigger interrupt is required
    for i2c-hid device.
    
    BUG=chrome-os-partner:61513
    BRANCH=reef
    TEST=emerge-pyro coreboot
    Change-Id: Ia825bd0c898e71e2ee2bf411f117a49a8fb411b6
    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 f7551d6..193fdd8 100644
--- a/src/mainboard/google/reef/variants/pyro/devicetree.cb
+++ b/src/mainboard/google/reef/variants/pyro/devicetree.cb
@@ -170,7 +170,7 @@ chip soc/intel/apollolake
 					 .hid = WCOMNTN2_HID,
 					 .cid = PNP0C50_CID,
 					 .desc = WCOM_TS_DESC,
-					 .irq = IRQ_EDGE_LOW(GPIO_21_IRQ),
+					 .irq = IRQ_LEVEL_LOW(GPIO_21_IRQ),
 					 .probed = 1,
 				}"
 				register "hid_desc_reg_offset" = "0x1"



More information about the coreboot-gerrit mailing list