
28 Sep
2019
28 Sep
'19
1:28 a.m.
On Fri, 6 Sep 2019 at 16:08, Kayla Theil kayla.theil@mixed-mode.de wrote:
The reset function sets the pin to 0 then 1 but if the pin is marked ACTIVE_LOW in the DT it gets inverted and leaves the TPM in reset. Let the gpio driver take care of the reset polarity.
Signed-off-by: Kayla Theil kayla.theil@mixed-mode.de
drivers/tpm/tpm2_tis_spi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org
Applied to u-boot-dm/next, thanks!