mb/google/hatch: Default I2C3 (proximity sensor) to off in baseboard

Default I2C3 (proximity sensor) to off in 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: If17cb4538a7f64d019e4e28285fb8977de72252f
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/78549
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Reviewed-by: Yuchen He <yuchenhe126@gmail.com>
This commit is contained in:
Matt DeVillier 2023-10-22 13:32:28 -05:00 committed by Matt DeVillier
parent 331fa19dcf
commit c5a22f173b
8 changed files with 1 additions and 15 deletions

View File

@ -217,7 +217,6 @@ chip soc/intel/cannonlake
device i2c 5d on end
end
end # I2C #1
device pci 15.3 off end # I2C #3
device pci 19.0 on
chip drivers/i2c/generic
register "hid" = ""10EC5682""

View File

@ -293,7 +293,7 @@ chip soc/intel/cannonlake
device pci 15.0 on end # I2C #0
device pci 15.1 on end # I2C #1
device pci 15.2 off end # I2C #2
device pci 15.3 on end # I2C #3
device pci 15.3 off end # I2C #3
device pci 16.0 on end # Management Engine Interface 1
device pci 16.1 off end # Management Engine Interface 2
device pci 16.2 off end # Management Engine IDE-R

View File

@ -143,7 +143,6 @@ chip soc/intel/cannonlake
device i2c 15 on end
end
end # I2C #1
device pci 15.3 off end # I2C #3
device pci 19.0 on
chip drivers/i2c/generic
register "hid" = ""10EC5682""

View File

@ -136,9 +136,6 @@ chip soc/intel/cannonlake
end
end # I2C 1
# I2C #3 unused
device pci 15.3 off end
device pci 19.0 on
chip drivers/i2c/generic
register "hid" = ""10EC5682""

View File

@ -148,9 +148,6 @@ chip soc/intel/cannonlake
end
end # I2C 1
# I2C #3 unused
device pci 15.3 off end
device pci 19.0 on
chip drivers/i2c/generic
register "hid" = ""10EC5682""

View File

@ -167,7 +167,6 @@ chip soc/intel/cannonlake
device i2c 15 on end
end
end # I2C #1
device pci 15.3 off end # I2C #3
device pci 19.0 on
chip drivers/i2c/generic
register "hid" = ""10EC5682""

View File

@ -186,7 +186,6 @@ chip soc/intel/cannonlake
device generic 0 on end
end
end # I2C #1
device pci 15.3 off end # I2C #3 unused
device pci 19.0 on
chip drivers/i2c/generic
register "hid" = ""10EC5682""

View File

@ -151,10 +151,6 @@ chip soc/intel/cannonlake
device i2c 10 on end
end
end #I2C 2
# I2C #3 unused
device pci 15.3 off end
device pci 19.0 on
chip drivers/i2c/generic
register "hid" = ""10EC5682""