samus: Change touchscreen bootloader mode i2c address
This value apparently changed to 0x27 in the hardware but was never adjusted in firmware. BUG=chrome-os-partner:33790 BRANCH=samus TEST=build and boot on samus Change-Id: I10ca7b77068491e143f8bf2463b481eada910618 Signed-off-by: Duncan Laurie <dlaurie@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/230232 Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
21000496bb
commit
e01d3b47bf
1 changed files with 1 additions and 1 deletions
|
|
@ -266,7 +266,7 @@ Scope (\_SB.PCI0.I2C1)
|
|||
Name (_CRS, ResourceTemplate()
|
||||
{
|
||||
I2cSerialBus (
|
||||
0x25, // SlaveAddress
|
||||
0x27, // SlaveAddress
|
||||
ControllerInitiated, // SlaveMode
|
||||
400000, // ConnectionSpeed
|
||||
AddressingMode7Bit, // AddressingMode
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue