summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/poppy/variants/rammus/devicetree.cb
diff options
context:
space:
mode:
authorKane Chenffd <kane_chen@pegatron.corp-partner.google.com>2018-12-12 15:57:04 +0800
committerPatrick Georgi <pgeorgi@google.com>2018-12-28 12:21:22 +0000
commitb3591f39823949acf90e1172f2632ec08f9620ed (patch)
tree9b831c921527ae36ff87625d69442e1c2ebc452f /src/mainboard/google/poppy/variants/rammus/devicetree.cb
parentc21df03ab675b91b35cdf16abcd6d560eb634121 (diff)
downloadcoreboot-b3591f39823949acf90e1172f2632ec08f9620ed.tar.gz
coreboot-b3591f39823949acf90e1172f2632ec08f9620ed.tar.bz2
coreboot-b3591f39823949acf90e1172f2632ec08f9620ed.zip
mainboard/google/poppy/variants/rammus: Fixed touchscreen function failed
According to issue tracker b:119238959 #4 & #6. Hardware modify design to make GPP_E3 to be a switch of touchscreen I2C CLK and SDA. Control GPP_E3 to make touchscreen I2C CLK and SDA keep low during power on initialization to avoid data transfer during this time. After touchscreen IC initial complete, control GPP_E3 to high to make touchscreen I2C CLK and SDA work normally. Depending on touchscreen IC specification, device take 105ms for power on initialization. Change delay time from 120ms to 105ms. BUG=b:119238959 BRANCH=firmware-rammus-11275.B TEST=emerge-rammus coreboot chromeos-ec chromeos-bootimage Flash FW to DUT, run S5 stress test and verify the result Signed-off-by: YanRu Chen <kane_chen@pegatron.corp-partner.google.com> Change-Id: I86452c1445243c499aeaf931dba286db169c5628 Reviewed-on: https://review.coreboot.org/c/30180 Reviewed-by: Patrick Rudolph <patrick.rudolph@9elements.com> Reviewed-by: Furquan Shaikh <furquan@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/poppy/variants/rammus/devicetree.cb')
-rw-r--r--src/mainboard/google/poppy/variants/rammus/devicetree.cb4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mainboard/google/poppy/variants/rammus/devicetree.cb b/src/mainboard/google/poppy/variants/rammus/devicetree.cb
index 3af712f5ecad..7159c02d862a 100644
--- a/src/mainboard/google/poppy/variants/rammus/devicetree.cb
+++ b/src/mainboard/google/poppy/variants/rammus/devicetree.cb
@@ -264,7 +264,9 @@ chip soc/intel/skylake
register "generic.irq" = "ACPI_IRQ_LEVEL_LOW(GPP_E7_IRQ)"
register "generic.probed" = "1"
register "generic.enable_gpio" = "ACPI_GPIO_OUTPUT_ACTIVE_HIGH(GPP_C22)"
- register "generic.enable_delay_ms" = "120"
+ register "generic.enable_delay_ms" = "105"
+ register "generic.stop_gpio" = "ACPI_GPIO_OUTPUT_ACTIVE_LOW(GPP_E3)"
+ register "generic.stop_off_delay_ms" = "1"
register "generic.has_power_resource" = "1"
register "generic.disable_gpio_export_in_crs" = "1"
register "hid_desc_reg_offset" = "0x0"