diff options
author | Julius Werner <jwerner@chromium.org> | 2018-03-27 16:22:00 -0700 |
---|---|---|
committer | Julius Werner <jwerner@chromium.org> | 2018-04-03 00:34:46 +0000 |
commit | ffeee420912eecf525564bb35b095b6bfa5d0de6 (patch) | |
tree | 9e4fc2fac9c7480171bcad7d61d16ce2376bc878 /payloads/Makefile.inc | |
parent | e7e35674d667c4cdbbf5b433be29776c2cd46625 (diff) |
rockchip: Add gpio_set() function
The <gpio.h> API is supposed to include a gpio_set() function that just
toggles the state of a GPIO already configured as an output, even though
we rarely need it since gpio_output() can already be used to initialze a
GPIO to a default value while configuring it as an output. This function
was forgotten on Rockchip, so this patch adds it now.
Change-Id: I201288139a2870e71f55a7af0d79d4a460b30a0c
Signed-off-by: Julius Werner <jwerner@chromium.org>
Reviewed-on: https://review.coreboot.org/25393
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'payloads/Makefile.inc')
0 files changed, 0 insertions, 0 deletions