aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google
diff options
context:
space:
mode:
authorFrank Chu <Frank_Chu@pegatron.corp-partner.google.com>2022-12-07 12:34:51 +0800
committerFelix Held <felix-coreboot@felixheld.de>2022-12-13 14:34:08 +0000
commit4e37a8dad27476873222eb0f9b6730f1d4e5a7e1 (patch)
treeac91e9cb03d1b5a2320e6b57076fb0ea45d35926 /src/mainboard/google
parent12149ec0a3b22a7038df5886a6fb71a155f2d5f1 (diff)
mb/google/brya/var/marasov: Enable PIXA touchpad
Correct touchpad setting to make touchpad function workable. BUG=b:261393412 BRANCH=firmware-brya-14505.B TEST=Built and verified touchpad function Signed-off-by: Frank Chu <Frank_Chu@pegatron.corp-partner.google.com> Change-Id: I3c816ce4293ae362f0e5c18171f296d42b4307c7 Reviewed-on: https://review.coreboot.org/c/coreboot/+/70440 Reviewed-by: Frank Chu <frank_chu@pegatron.corp-partner.google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Diffstat (limited to 'src/mainboard/google')
-rw-r--r--src/mainboard/google/brya/variants/marasov/overridetree.cb12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/mainboard/google/brya/variants/marasov/overridetree.cb b/src/mainboard/google/brya/variants/marasov/overridetree.cb
index 6a5ad49e70..ddea94a2bd 100644
--- a/src/mainboard/google/brya/variants/marasov/overridetree.cb
+++ b/src/mainboard/google/brya/variants/marasov/overridetree.cb
@@ -159,12 +159,12 @@ chip soc/intel/alderlake
end
end #I2C3
device ref i2c5 on
- chip drivers/i2c/generic
- register "hid" = ""PIXA2342""
- register "desc" = ""PIXART Touchpad""
- register "irq" = "ACPI_IRQ_WAKE_LEVEL_LOW(GPP_F14_IRQ)"
- register "wake" = "GPE0_DW2_14"
- register "detect" = "1"
+ chip drivers/i2c/hid
+ register "generic.hid" = ""PIXA2342""
+ register "generic.desc" = ""PIXA Touchpad""
+ register "generic.irq" = "ACPI_IRQ_WAKE_LEVEL_LOW(GPP_F14_IRQ)"
+ register "generic.wake" = "GPE0_DW2_14"
+ register "hid_desc_reg_offset" = "0x1"
device i2c 15 on end
end
end #I2C5