mb/gogle/skyrim/devicetree: enable crypto device

The crypro device on bus A device 0 function 2 wasn't enabled, so it
didn't get resources assigned resulting in this the Linux kernel error:

[   38.582036] pci 0000:04:00.2: attach allowed to drvr ccp [internal device]
[   38.582064] ccp 0000:04:00.2: enabling device (0000 -> 0002)
[   38.582175] ccp 0000:04:00.2: ioremap failed
[   38.582178] ccp 0000:04:00.2: initialization failed
[   38.582181] ccp: probe of 0000:04:00.2 failed with error -12

Enable the crypto device to fix this.

Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Change-Id: Ia812df6e59f3767dcbaa908fa620b62619590f85
Reviewed-on: https://review.coreboot.org/c/coreboot/+/64552
Reviewed-by: Jon Murphy <jpmurphy@google.com>
Reviewed-by: Raul Rangel <rrangel@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Felix Held 2022-05-20 20:27:21 +02:00
parent 5b3ccc253f
commit b29f7d3f8d
1 changed files with 1 additions and 0 deletions

View File

@ -72,6 +72,7 @@ chip soc/amd/sabrina
device ref gpp_bridge_a on # Internal GPP Bridge 0 to Bus A device ref gpp_bridge_a on # Internal GPP Bridge 0 to Bus A
device ref gfx on end # Internal GPU (GFX) device ref gfx on end # Internal GPU (GFX)
device ref crypto on end # Crypto Coprocessor
device ref xhci_0 on # USB 3.1 (USB0) device ref xhci_0 on # USB 3.1 (USB0)
chip drivers/usb/acpi chip drivers/usb/acpi
device ref xhci_0_root_hub on device ref xhci_0_root_hub on