diff options
author | Matt DeVillier <matt.devillier@gmail.com> | 2023-09-04 12:19:11 -0500 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2023-09-07 15:13:27 +0000 |
commit | ea8b45e840e64bb895daf68aa4833b12b51e5697 (patch) | |
tree | 000c1e020805ac45a70e1394e4ff601a4682bf51 /src/mainboard/google/guybrush/variants | |
parent | b60f7ead81958fc224d1934e9a9c91a8ac4f00b1 (diff) |
mb/google/guybrush: Set i2c3 to hidden in devicetree
Allows ACPI SSDT generator to hide the device from Windows via _STA
Change-Id: I22b3ccc2c89a3f7ababd0eaf4e35604880aa0ce7
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/77674
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/mainboard/google/guybrush/variants')
-rw-r--r-- | src/mainboard/google/guybrush/variants/baseboard/devicetree.cb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/guybrush/variants/baseboard/devicetree.cb b/src/mainboard/google/guybrush/variants/baseboard/devicetree.cb index 03030598d8..8d816046e6 100644 --- a/src/mainboard/google/guybrush/variants/baseboard/devicetree.cb +++ b/src/mainboard/google/guybrush/variants/baseboard/devicetree.cb @@ -360,7 +360,7 @@ chip soc/amd/cezanne end end # domain - device ref i2c_3 on + device ref i2c_3 hidden chip drivers/i2c/tpm register "hid" = ""GOOG0005"" register "desc" = ""Cr50 TPM"" |