aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatt DeVillier <matt.devillier@gmail.com>2023-09-06 10:56:46 -0500
committerFelix Held <felix-coreboot@felixheld.de>2023-09-07 15:58:44 +0000
commit5445d4c02139940aaef7ee7278620cf54170530f (patch)
treeacbec59848a7122bde80f1c6a23ad7f686c2fdac /src
parent95b614c0b8995ed2e37f5063fec0bfed23e77a95 (diff)
mb/google/zork: Set i2c3 to hidden in devicetree
Allows ACPI SSDT generator to hide the device from Windows via _STA Change-Id: I19f0a5a72ec409b306be7bc4bb53425870fc6298 Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/77680 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src')
-rw-r--r--src/mainboard/google/zork/variants/baseboard/dalboz/devicetree.cb2
-rw-r--r--src/mainboard/google/zork/variants/baseboard/trembyle/devicetree.cb2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/google/zork/variants/baseboard/dalboz/devicetree.cb b/src/mainboard/google/zork/variants/baseboard/dalboz/devicetree.cb
index 68eb6ea588..ac4bdcf6d8 100644
--- a/src/mainboard/google/zork/variants/baseboard/dalboz/devicetree.cb
+++ b/src/mainboard/google/zork/variants/baseboard/dalboz/devicetree.cb
@@ -377,7 +377,7 @@ chip soc/amd/picasso
end
end # domain
- device ref i2c_3 on
+ device ref i2c_3 hidden
chip drivers/i2c/tpm
register "hid" = ""GOOG0005""
register "desc" = ""Cr50 TPM""
diff --git a/src/mainboard/google/zork/variants/baseboard/trembyle/devicetree.cb b/src/mainboard/google/zork/variants/baseboard/trembyle/devicetree.cb
index 4bb42dea1c..572427e5f8 100644
--- a/src/mainboard/google/zork/variants/baseboard/trembyle/devicetree.cb
+++ b/src/mainboard/google/zork/variants/baseboard/trembyle/devicetree.cb
@@ -425,7 +425,7 @@ chip soc/amd/picasso
device generic 0.1 on end
end
- device ref i2c_3 on
+ device ref i2c_3 hidden
chip drivers/i2c/tpm
register "hid" = ""GOOG0005""
register "desc" = ""Cr50 TPM""