mb/google/poppy/var/nautilus/acpi: Fix CI02 comment
The camera ACPI code was likely copy/pasted from another board, and while the ACPI itself is correct, the comment is not. Fix the comment to match the code / actual board config. TEST=n/a; this change is non-functional. Change-Id: I10eb20d9f51e1bc0cd4589c11ac39d23ed836bf4 Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/90157 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@mailbox.org> Reviewed-by: Sean Rhodes <sean@starlabs.systems>
This commit is contained in:
parent
4dc03c54fc
commit
e15895b5c4
1 changed files with 3 additions and 3 deletions
|
|
@ -2,9 +2,9 @@
|
|||
|
||||
Scope (\_SB.PCI0.CIO2)
|
||||
{
|
||||
/* Define two ports for CIO2 device where endpoint of port0
|
||||
is connected to CAM0 and endpoint of port1 is connected to CAM1
|
||||
Endpoints can be customized by the variants of the based board */
|
||||
/* Define the port for CIO2 device where endpoint of port0
|
||||
* is connected to CAM0.
|
||||
* Endpoints can be customized by the variants of the based board */
|
||||
|
||||
Name (_DSD, Package () {
|
||||
ToUUID ("dbb8e3e6-5886-4ba6-8795-1319f52a966b"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue