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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/78318 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nick Vaccaro <nvaccaro@google.com>
This commit is contained in:
parent
4067adb8f7
commit
92809f4042
|
@ -32,7 +32,7 @@ Device(TCSC) {
|
|||
FourWireMode, /* WireMode */
|
||||
8, /* DataBitLength */
|
||||
ControllerInitiated, /* SlaveMode */
|
||||
0x0B71B00, /* ConnectionSpeed (12MHz) */
|
||||
0x1C9C380, /* ConnectionSpeed (30MHz) */
|
||||
ClockPolarityLow, /* ClockPolarity */
|
||||
ClockPhaseFirst, /* ClockPhase */
|
||||
"\\_SB.PCI0.SPI0", /* ResourceSource */
|
||||
|
|
Loading…
Reference in New Issue