Re: [PATCH v2 2/2] arm64: dts: freescale: add phyGATE-Tauri i.MX 8M Mini Support

From: Yannic Moog
Date: Wed Dec 20 2023 - 03:11:33 EST


Hello Lukas,

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.

Yannic

>
>
> > + interrupts = <11 IRQ_TYPE_LEVEL_LOW>;
> > + interrupt-parent = <&gpio2>;
> > + pinctrl-names = "default";
> > + pinctrl-0 = <&pinctrl_tpm>;
> > + reg = <1>;
> > + spi-max-frequency = <38000000>;
> > + };
> > +};