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:
parent
331fa19dcf
commit
c5a22f173b
|
@ -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""
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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""
|
||||
|
|
|
@ -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""
|
||||
|
|
|
@ -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""
|
||||
|
|
|
@ -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""
|
||||
|
|
|
@ -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""
|
||||
|
|
|
@ -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""
|
||||
|
|
Loading…
Reference in New Issue