Eran Mitrani has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/78318?usp=email )
Change subject: mb/google/rex/variant/rex0: HID over SPI - change frequency to 30MHZ ......................................................................
mb/google/rex/variant/rex0: HID over SPI - change frequency to 30MHZ
BUG=NONE TEST=Tested on Rex, touch over SPI works properly.
Signed-off-by: Eran Mitrani mitrani@google.com Change-Id: If339f7a010fa51bf73b8898a55643b5e921d93b1 --- M src/mainboard/google/rex/variants/rex0/include/variant/acpi/hid_spi_elan.asl 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/18/78318/1
diff --git a/src/mainboard/google/rex/variants/rex0/include/variant/acpi/hid_spi_elan.asl b/src/mainboard/google/rex/variants/rex0/include/variant/acpi/hid_spi_elan.asl index 5421a0a..6db87ac 100644 --- a/src/mainboard/google/rex/variants/rex0/include/variant/acpi/hid_spi_elan.asl +++ b/src/mainboard/google/rex/variants/rex0/include/variant/acpi/hid_spi_elan.asl @@ -32,7 +32,7 @@ FourWireMode, /* WireMode */ 8, /* DataBitLength */ ControllerInitiated, /* SlaveMode */ - 0x0B71B00, /* ConnectionSpeed (12MHz) */ + 0x1C9C380, /* ConnectionSpeed (30MHz) */ ClockPolarityLow, /* ClockPolarity */ ClockPhaseFirst, /* ClockPhase */ "\_SB.PCI0.SPI0", /* ResourceSource */