On Wed, Dec 20, 2023 at 07:56:11AM +0000, Yannic Moog wrote: > On Wed, 2023-12-20 at 08:49 +0100, Lukas Wunner wrote: > > On Mon, Sep 25, 2023 at 09:25:19AM +0200, Yannic Moog wrote: > > > phyGATE-Tauri uses a phyCORE-i.MX8MM SoM. Add device tree for the board. > > [...] > > > + tpm: tpm@1 { > > > + compatible = "tcg,tpm_tis-spi"; > > > > What's the chip used on this board? Going forward, the DT schema for TPMs > > requires the exact chip name in addition to the generic "tcg,tpm_tis-spi". > > TPM SLB 9670 is used on the board. Thank you for highlighting this. Thanks Yannic, I've added this to my fixups to avoid TPM warnings with "make dtbs_check", they will be submitted it in the near future. One more question, I assume the TPM mentioned in arch/arm/boot/dts/imx6ull-phytec-tauri.dtsi and introduced by commit 0b08af343ab0 ("ARM: dts: imx6ull: Add support for PHYTEC phyGATE-Tauri-S with i.MX 6ULL") is likewise an Infineon SLB9670? (cc += Alexander) Thanks, Lukas