diff options
author | Jon Murphy <jpmurphy@google.com> | 2023-04-06 10:06:07 -0600 |
---|---|---|
committer | Martin L Roth <gaumless@gmail.com> | 2023-04-24 15:41:48 +0000 |
commit | 8f3f0cb0e71819adb9be54fd8bd388e6f7542ec2 (patch) | |
tree | fa50fd13933f7ecda3bcd775781eb2eaf5751235 /src/mainboard/google/myst | |
parent | 137742225de3d03c9f22c0c33218c0404fd86efa (diff) |
mb/google/myst: Enable crypto in devicetree
Add the crypto device to the devicetree.
BUG=b:277214359
TEST=builds
Change-Id: I5394c5f9df64642d8633af84cf662652bd1a5cb2
Signed-off-by: Jon Murphy <jpmurphy@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/74275
Reviewed-by: Karthik Ramasubramanian <kramasub@google.com>
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/myst')
-rw-r--r-- | src/mainboard/google/myst/variants/baseboard/devicetree.cb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/myst/variants/baseboard/devicetree.cb b/src/mainboard/google/myst/variants/baseboard/devicetree.cb index 9fc5bfe571..39583a025f 100644 --- a/src/mainboard/google/myst/variants/baseboard/devicetree.cb +++ b/src/mainboard/google/myst/variants/baseboard/devicetree.cb @@ -76,6 +76,7 @@ chip soc/amd/phoenix device domain 0 on device ref gpp_bridge_a on # Internal GPP Bridge 0 to Bus A device ref gfx on end # Internal GPU (GFX) + device ref crypto on end # Crypto Coprocessor device ref xhci_0 on # USB 3.1 (USB0) chip drivers/usb/acpi device ref xhci_0_root_hub on |