diff options
author | Subrata Banik <subratabanik@google.com> | 2024-09-22 16:56:11 +0000 |
---|---|---|
committer | Subrata Banik <subratabanik@google.com> | 2024-09-24 02:10:44 +0000 |
commit | ccf67fd9718e1eeb46d52dcd3aeba028305a44c7 (patch) | |
tree | e2b16a5f1922e4b55a92e170c2621540bd1702c5 /src/mainboard | |
parent | 279946792dd83eece29011a11a463a05a30fda7f (diff) |
mb/google/brya/var/vell: Disable I2C6 controller
This patch disables unused I2C6 controller for the 'vell' variant of
the 'brya' mainboard.
BUG=b:352330495
TEST=Able to build and boot google/vell.
Change-Id: I5b39e44bb64bf2285c962249c0d94a8d5325f0c7
Signed-off-by: Subrata Banik <subratabanik@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/84490
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Eric Lai <ericllai@google.com>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/google/brya/variants/vell/overridetree.cb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/brya/variants/vell/overridetree.cb b/src/mainboard/google/brya/variants/vell/overridetree.cb index 01ded8ef06..719d2f4b40 100644 --- a/src/mainboard/google/brya/variants/vell/overridetree.cb +++ b/src/mainboard/google/brya/variants/vell/overridetree.cb @@ -90,6 +90,7 @@ chip soc/intel/alderlake [PchSerialIoIndexI2C3] = PchSerialIoPci, [PchSerialIoIndexI2C4] = PchSerialIoDisabled, [PchSerialIoIndexI2C5] = PchSerialIoPci, + [PchSerialIoIndexI2C6] = PchSerialIoDisabled, [PchSerialIoIndexI2C7] = PchSerialIoPci, }" device domain 0 on |