mb/google/fatcat/var/felino: Add Focal touchpad to devicetree
Update device tree to support Focal touchpad. BUG=b:404363997 TEST=emerge-fatcat coreboot and Focal touchpad can work well. Change-Id: I515eb63a9e5b8e4ebc7d6828ae3da47caa997ea3 Signed-off-by: Tongtong Pan <pantongtong@huaqin.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/86979 Reviewed-by: Pranava Y N <pranavayn@google.com> Reviewed-by: Jayvik Desai <jayvik@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
a8f52bdc9c
commit
a129f85b7f
1 changed files with 10 additions and 0 deletions
|
|
@ -289,6 +289,16 @@ device ref tbt_pcie_rp0 on end
|
|||
register "detect" = "1"
|
||||
device i2c 0x15 on end
|
||||
end
|
||||
chip drivers/i2c/hid
|
||||
register "generic.hid" = ""FTCS0038""
|
||||
register "generic.cid" = ""PNP0C50""
|
||||
register "generic.desc" = ""Focal Touchpad""
|
||||
register "generic.irq" = "ACPI_IRQ_WAKE_LEVEL_LOW(GPP_E18_IRQ)"
|
||||
register "generic.wake" = "GPE0_DW2_18"
|
||||
register "generic.detect" = "1"
|
||||
register "hid_desc_reg_offset" = "0x20"
|
||||
device i2c 0x38 on end
|
||||
end
|
||||
end # I2C4
|
||||
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue