commit | 7ef21ad996d74180ed3a670737ebb94a7e6b72b3 | [log] [tgz] |
---|---|---|
author | Kayla Theil <kayla.theil@mixed-mode.de> | Fri Sep 06 12:40:45 2019 +0200 |
committer | Simon Glass <sjg@chromium.org> | Tue Oct 15 08:40:02 2019 -0600 |
tree | d8e708f15a7772cbee2d7945a9c3c57163e54056 | |
parent | 597fdfc43316f5833982c6f4c58dff3c544f4ccb [diff] |
tpm2: Don't assume active low reset value 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>