From e15895b5c4566ddcd7ee1f1e10a4b92e2d95465a Mon Sep 17 00:00:00 2001 From: Matt DeVillier Date: Mon, 17 Nov 2025 15:16:16 -0600 Subject: [PATCH] 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/90157 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Sean Rhodes --- .../nautilus/include/variant/acpi/ipu_mainboard.asl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/mainboard/google/poppy/variants/nautilus/include/variant/acpi/ipu_mainboard.asl b/src/mainboard/google/poppy/variants/nautilus/include/variant/acpi/ipu_mainboard.asl index 453b7d333e..0a81bc45bc 100644 --- a/src/mainboard/google/poppy/variants/nautilus/include/variant/acpi/ipu_mainboard.asl +++ b/src/mainboard/google/poppy/variants/nautilus/include/variant/acpi/ipu_mainboard.asl @@ -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"),