Re: [PATCH] drivers: tpm2: update reset gpio semantics

2021-05-28 Thread Bruno Thomsen
Den tor. 27. maj 2021 kl. 09.15 skrev Michal Simek : > > > > On 5/26/21 9:57 PM, Jorge Ramirez-Ortiz wrote: > > Use the more generic reset-gpios propery name. > > > > Signed-off-by: Jorge Ramirez-Ortiz > > --- > > doc/device-tree-bindings/tpm2/tis-tpm2-spi.txt | 2 +- > > drivers/tpm/tpm2_tis_spi

[PATCH] bugfix: tpm2_tis_spi: redeclaration compile error

2020-07-06 Thread Bruno Thomsen
r 'TPM_STS_DATA_EXPECT' This is due to redeclaration of 9 values in tis_access and tis_status enums from tpm_tis.h. Defines are now declared in include/tpm-v2.h, so removing duplicates from tpm_tis.h. Signed-off-by: Bruno Thomsen --- drivers/tpm/tpm_tis.h | 15 --- 1 file

[PATCH] tpm2: tis_spi: add linux compatible fallback string

2020-06-10 Thread Bruno Thomsen
tis-spi" U-Boot: "tis,tpm2-spi" Signed-off-by: Bruno Thomsen --- doc/device-tree-bindings/tpm2/tis-tpm2-spi.txt | 2 +- drivers/tpm/tpm2_tis_spi.c | 4 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/device-tree-bindings/tpm2/tis-tpm2-s

[PATCH v2] tpm2: tis_spi: add linux compatible fallback string

2020-06-12 Thread Bruno Thomsen
t; U-Boot: "tis,tpm2-spi" As there are currently no in-tree users of the U-Boot binding, it makes sense to use Linux fallback binding. Signed-off-by: Bruno Thomsen --- v2: Only use Linux compatible fallback binding. --- doc/device-tree-bindings/tpm2/tis-tpm2-spi.txt | 4 ++-- d

[U-Boot] [PATCH 0/1] board: imx7d tqma7d support

2019-03-12 Thread Bruno Thomsen
warnings: WARNING: Avoid unnecessary line continuations WARNING: line over 80 characters Not sure which warning should be preferred. Any testing and/or review would be welcome. [1] https://www.spinics.net/lists/devicetree/msg277129.html Bruno Thomsen (1): board: tq mba7 tqma7d 1gb emm

[U-Boot] [PATCH 1/1] board: tq mba7 tqma7d 1gb emmc support.

2019-03-12 Thread Bruno Thomsen
Add TQMa7D SoM support when mounted on MBa7 evaluation board. Signed-off-by: Bruno Thomsen --- arch/arm/mach-imx/Kconfig | 2 +- arch/arm/mach-imx/cpu.c | 2 +- arch/arm/mach-imx/mx7/Kconfig | 9 + arch/arm/mach-imx/mx7/soc.c | 7 + board/tqc