diff options
author | Duncan Laurie <dlaurie@chromium.org> | 2016-09-26 10:33:51 -0700 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-09-28 22:17:57 +0200 |
commit | 6d16e1ff87f31ff558cea76741f5675763d4ab44 (patch) | |
tree | 9bab3466a5f6c1be9ac07a8c5bd7d867adaa360f /src/mainboard/google | |
parent | fbf2c79b489a526e5ab7359ce56be0b4b66c854b (diff) |
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@chromium.org>
Reviewed-on: https://review.coreboot.org/16743
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/mainboard/google')
-rw-r--r-- | src/mainboard/google/reef/variants/baseboard/devicetree.cb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/google/reef/variants/baseboard/devicetree.cb b/src/mainboard/google/reef/variants/baseboard/devicetree.cb index f1ce8c58e0..087f85845e 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 |