Re: [PATCH 01/34] x86: coral: Free the ACPI GPIOs after using them

2021-03-26 Thread Simon Glass
These GPIOs are needed later if Chromium OS verified boot is running, so free them after use. Signed-off-by: Simon Glass --- board/google/chromebook_coral/coral.c | 2 ++ 1 file changed, 2 insertions(+) Applied to u-boot-dm/next, thanks!

[PATCH 01/34] x86: coral: Free the ACPI GPIOs after using them

2021-03-14 Thread Simon Glass
These GPIOs are needed later if Chromium OS verified boot is running, so free them after use. Signed-off-by: Simon Glass --- board/google/chromebook_coral/coral.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/board/google/chromebook_coral/coral.c b/board/google/chromebook_coral/coral.c