aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/platform/chrome/chromeos_laptop.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/platform/chrome/chromeos_laptop.c b/drivers/platform/chrome/chromeos_laptop.c
index a53fe76de5d1..15b1b162890f 100644
--- a/drivers/platform/chrome/chromeos_laptop.c
+++ b/drivers/platform/chrome/chromeos_laptop.c
@@ -419,6 +419,8 @@ static struct chromeos_laptop acer_ac700 = {
419 419
420static struct chromeos_laptop acer_c720 = { 420static struct chromeos_laptop acer_c720 = {
421 .i2c_peripherals = { 421 .i2c_peripherals = {
422 /* Touchscreen. */
423 { .add = setup_atmel_1664s_ts, I2C_ADAPTER_DESIGNWARE_1 },
422 /* Touchpad. */ 424 /* Touchpad. */
423 { .add = setup_cyapa_tp, I2C_ADAPTER_DESIGNWARE_0 }, 425 { .add = setup_cyapa_tp, I2C_ADAPTER_DESIGNWARE_0 },
424 /* Light Sensor. */ 426 /* Light Sensor. */