X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=drivers%2Ftpm%2Ftis_i2c.c;h=22554e1456b345fa5511131616dec7469d86caa3;hb=fbbbc86e8ebac4f42f4ca39ceba80cea27c983bc;hp=e818fbaf541808953c60c62e7b348b7f002b055e;hpb=17059f972fa6768ebf15a575c00083b3a431b79a;p=platform%2Fkernel%2Fu-boot.git diff --git a/drivers/tpm/tis_i2c.c b/drivers/tpm/tis_i2c.c index e818fba..22554e1 100644 --- a/drivers/tpm/tis_i2c.c +++ b/drivers/tpm/tis_i2c.c @@ -68,6 +68,10 @@ static int tpm_decode_config(struct tpm *dev) node = fdtdec_next_compatible(blob, 0, COMPAT_INFINEON_SLB9635_TPM); if (node < 0) { + node = fdtdec_next_compatible(blob, 0, + COMPAT_INFINEON_SLB9645_TPM); + } + if (node < 0) { debug("%s: Node not found\n", __func__); return -1; }