commit | 68f34a26c9bec63bfb66df0457d2b5ecba3bcd87 | [log] [tgz] |
---|---|---|
author | Miquel Raynal <miquel.raynal@bootlin.com> | Wed May 16 08:59:16 2018 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri May 25 20:12:59 2018 -0400 |
tree | d8c056d98315ca97b242a3039e875accfa7d4d87 | |
parent | c1f6d6c4b5cf715819506b25c50d182c6019f99e [diff] |
tpm2: tis_spi: add the possibility to reset the chip with a gpio On some designs, the reset line could not be connected to the SoC reset line, in this case, request the GPIO and ensure the chip gets reset. Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Reviewed-by: Simon Glass <sjg@chromium.org>