commit | d8206ff198afaf36061efb14ff6af5e6119b30e7 | [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 | 7a3f15e7181cf5a9667ff410260397f0e51c9020 [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>