mb/google/hatch: Default I2C2 (digitizer) to off in baseboard
Default I2C2 (digitizer) to off in the baseboard, since all variants which use one already enable it in their override tree. This allows variants which do not use it (the majority) to drop it from their override trees. Change-Id: Ife42a6b849278362c1951b80b7a95363e68a2541 Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/78548 Reviewed-by: Yuchen He <yuchenhe126@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
This commit is contained in:
parent
b4eff88cbb
commit
331fa19dcf
10 changed files with 1 additions and 15 deletions
|
@ -217,7 +217,6 @@ chip soc/intel/cannonlake
|
|||
device i2c 5d on end
|
||||
end
|
||||
end # I2C #1
|
||||
device pci 15.2 off end # I2C #2
|
||||
device pci 15.3 off end # I2C #3
|
||||
device pci 19.0 on
|
||||
chip drivers/i2c/generic
|
||||
|
|
|
@ -292,7 +292,7 @@ chip soc/intel/cannonlake
|
|||
device pci 14.5 on end # SDCard
|
||||
device pci 15.0 on end # I2C #0
|
||||
device pci 15.1 on end # I2C #1
|
||||
device pci 15.2 on end # I2C #2
|
||||
device pci 15.2 off end # I2C #2
|
||||
device pci 15.3 on end # I2C #3
|
||||
device pci 16.0 on end # Management Engine Interface 1
|
||||
device pci 16.1 off end # Management Engine Interface 2
|
||||
|
|
|
@ -143,7 +143,6 @@ chip soc/intel/cannonlake
|
|||
device i2c 15 on end
|
||||
end
|
||||
end # I2C #1
|
||||
device pci 15.2 off end # I2C #2
|
||||
device pci 15.3 off end # I2C #3
|
||||
device pci 19.0 on
|
||||
chip drivers/i2c/generic
|
||||
|
|
|
@ -125,7 +125,6 @@ chip soc/intel/cannonlake
|
|||
device generic 0 on end
|
||||
end
|
||||
end # I2C #1
|
||||
device pci 15.2 off end # I2C #2
|
||||
device pci 15.3 on
|
||||
chip drivers/i2c/sx9310
|
||||
register "desc" = ""SAR Proximity Sensor""
|
||||
|
|
|
@ -136,9 +136,6 @@ chip soc/intel/cannonlake
|
|||
end
|
||||
end # I2C 1
|
||||
|
||||
# I2C #2 unused
|
||||
device pci 15.2 off end
|
||||
|
||||
# I2C #3 unused
|
||||
device pci 15.3 off end
|
||||
|
||||
|
|
|
@ -148,9 +148,6 @@ chip soc/intel/cannonlake
|
|||
end
|
||||
end # I2C 1
|
||||
|
||||
# I2C #2 unused
|
||||
device pci 15.2 off end
|
||||
|
||||
# I2C #3 unused
|
||||
device pci 15.3 off end
|
||||
|
||||
|
|
|
@ -167,7 +167,6 @@ chip soc/intel/cannonlake
|
|||
device i2c 15 on end
|
||||
end
|
||||
end # I2C #1
|
||||
device pci 15.2 off end # I2C #2
|
||||
device pci 15.3 off end # I2C #3
|
||||
device pci 19.0 on
|
||||
chip drivers/i2c/generic
|
||||
|
|
|
@ -186,7 +186,6 @@ chip soc/intel/cannonlake
|
|||
device generic 0 on end
|
||||
end
|
||||
end # I2C #1
|
||||
device pci 15.2 off end # I2C #2 unused
|
||||
device pci 15.3 off end # I2C #3 unused
|
||||
device pci 19.0 on
|
||||
chip drivers/i2c/generic
|
||||
|
|
|
@ -145,7 +145,6 @@ chip soc/intel/cannonlake
|
|||
device generic 0 on end
|
||||
end
|
||||
end # I2C #1
|
||||
device pci 15.2 off end # I2C #2
|
||||
device pci 15.3 on
|
||||
chip drivers/i2c/sx9310
|
||||
register "desc" = ""SAR Proximity Sensor""
|
||||
|
|
|
@ -219,8 +219,6 @@ chip soc/intel/cannonlake
|
|||
end
|
||||
end # I2C #1
|
||||
|
||||
device pci 15.2 off end # I2C #2
|
||||
|
||||
device pci 19.0 on
|
||||
chip drivers/i2c/da7219
|
||||
# TODO: these settings were copied from another board
|
||||
|
|
Loading…
Reference in a new issue