[coreboot-gerrit] New patch to review for coreboot: google/reef: Mark touchpad and touchscreen as probed devices

Duncan Laurie (dlaurie@chromium.org) gerrit at coreboot.org
Mon Sep 26 19:35:44 CEST 2016


Duncan Laurie (dlaurie at chromium.org) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/16743

-gerrit

commit 5437dacdeaa1deb366a150da1e5fecc5174939e4
Author: Duncan Laurie <dlaurie at chromium.org>
Date:   Mon Sep 26 10:33:51 2016 -0700

    google/reef: Mark touchpad and touchscreen as probed devices
    
    Add the 'probed' flag to the touchpad and touchscreen devices so they
    are probed by the kernel before being loaded, in case they do not exist
    or are replaced with another vendor.
    
    BUG=chrome-os-partner:57686
    
    Change-Id: I0a61964e6874cd99fab0c21fa404a43548fc8ab5
    Signed-off-by: Duncan Laurie <dlaurie at chromium.org>
---
 src/mainboard/google/reef/variants/baseboard/devicetree.cb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/mainboard/google/reef/variants/baseboard/devicetree.cb b/src/mainboard/google/reef/variants/baseboard/devicetree.cb
index f1ce8c5..087f858 100644
--- a/src/mainboard/google/reef/variants/baseboard/devicetree.cb
+++ b/src/mainboard/google/reef/variants/baseboard/devicetree.cb
@@ -135,6 +135,7 @@ chip soc/intel/apollolake
 				register "hid" = ""ELAN0001""
 				register "desc" = ""ELAN Touchscreen""
 				register "irq" = "IRQ_EDGE_LOW(GPIO_21_IRQ)"
+				register "probed" = "1"
 				device i2c 10 on end
 			end
 		end	# - I2C 3
@@ -144,6 +145,7 @@ chip soc/intel/apollolake
 				register "desc" = ""ELAN Touchpad""
 				register "irq" = "IRQ_EDGE_LOW(GPIO_18_IRQ)"
 				register "wake" = "GPE0_DW1_15"
+				register "probed" = "1"
 				device i2c 15 on end
 			end
 		end # - I2C 4



More information about the coreboot-gerrit mailing list