mb/google/zork: devicetree: Fix typo in *Coprocessor* in comment
Fixes: b3c41329fd
(mb/google/zork: Add Picasso based Zork mainboard and variants)
Change-Id: I68cd5ffc3117e714919bbce56e9af4c9982b3d54
Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/50385
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
This commit is contained in:
parent
94e4961a01
commit
79cc5e01b8
|
@ -264,7 +264,7 @@ chip soc/amd/picasso
|
|||
device pci 8.1 on # Internal GPP Bridge 0 to Bus A
|
||||
device pci 0.0 on end # Internal GPU
|
||||
device pci 0.1 on end # Display HDA
|
||||
device pci 0.2 on end # Crypto Coprocesor
|
||||
device pci 0.2 on end # Crypto Coprocessor
|
||||
device pci 0.3 on # USB 3.1
|
||||
chip drivers/usb/acpi
|
||||
register "desc" = ""Root Hub""
|
||||
|
|
|
@ -266,7 +266,7 @@ chip soc/amd/picasso
|
|||
device pci 8.1 on # Internal GPP Bridge 0 to Bus A
|
||||
device pci 0.0 on end # Internal GPU
|
||||
device pci 0.1 on end # Display HDA
|
||||
device pci 0.2 on end # Crypto Coprocesor
|
||||
device pci 0.2 on end # Crypto Coprocessor
|
||||
device pci 0.3 on # USB 3.1
|
||||
chip drivers/usb/acpi
|
||||
register "desc" = ""Root Hub""
|
||||
|
|
Loading…
Reference in New Issue