Karthik Ramasubramanian has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/46056 )
Change subject: acpi/device: Add GPIO binding property for an array of GPIOs ......................................................................
Patch Set 2:
(2 comments)
https://review.coreboot.org/c/coreboot/+/46056/1/src/include/acpi/acpi_devic... File src/include/acpi/acpi_device.h:
https://review.coreboot.org/c/coreboot/+/46056/1/src/include/acpi/acpi_devic... PS1, Line 550: index
Might be good to call this "start_index" and add a comment that it must match the defined GPIOs in t […]
Now with the updated function signature, one can pass indices for individual GPIO resource.
https://review.coreboot.org/c/coreboot/+/46056/1/src/include/acpi/acpi_devic... PS1, Line 550: pin
I was thinking if we should allow the caller to provide details about each GPIO separately since we […]
Done