All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yannic Moog <Y.Moog@phytec.de>
To: "lukas@wunner.de" <lukas@wunner.de>
Cc: "upstream@lists.phytec.de" <upstream@lists.phytec.de>,
	"kernel@pengutronix.de" <kernel@pengutronix.de>,
	"leoyang.li@nxp.com" <leoyang.li@nxp.com>,
	"s.hauer@pengutronix.de" <s.hauer@pengutronix.de>,
	"festevam@gmail.com" <festevam@gmail.com>,
	"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	"shawnguo@kernel.org" <shawnguo@kernel.org>,
	"linux-imx@nxp.com" <linux-imx@nxp.com>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"conor+dt@kernel.org" <conor+dt@kernel.org>,
	"krzysztof.kozlowski+dt@linaro.org"
	<krzysztof.kozlowski+dt@linaro.org>,
	"robh+dt@kernel.org" <robh+dt@kernel.org>,
	Teresa Remmet <T.Remmet@phytec.de>
Subject: Re: [PATCH v2 2/2] arm64: dts: freescale: add phyGATE-Tauri i.MX 8M Mini Support
Date: Wed, 20 Dec 2023 07:56:11 +0000	[thread overview]
Message-ID: <ab45c82485fa272f74adf560cbb58ee60cc42689.camel@phytec.de> (raw)
In-Reply-To: <20231220074931.GA13382@wunner.de>

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>;
> > +	};
> > +};

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

WARNING: multiple messages have this Message-ID (diff)
From: Yannic Moog <Y.Moog@phytec.de>
To: "lukas@wunner.de" <lukas@wunner.de>
Cc: "upstream@lists.phytec.de" <upstream@lists.phytec.de>,
	"kernel@pengutronix.de" <kernel@pengutronix.de>,
	"leoyang.li@nxp.com" <leoyang.li@nxp.com>,
	"s.hauer@pengutronix.de" <s.hauer@pengutronix.de>,
	"festevam@gmail.com" <festevam@gmail.com>,
	"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	"shawnguo@kernel.org" <shawnguo@kernel.org>,
	"linux-imx@nxp.com" <linux-imx@nxp.com>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"conor+dt@kernel.org" <conor+dt@kernel.org>,
	"krzysztof.kozlowski+dt@linaro.org"
	<krzysztof.kozlowski+dt@linaro.org>,
	"robh+dt@kernel.org" <robh+dt@kernel.org>,
	Teresa Remmet <T.Remmet@phytec.de>
Subject: Re: [PATCH v2 2/2] arm64: dts: freescale: add phyGATE-Tauri i.MX 8M Mini Support
Date: Wed, 20 Dec 2023 07:56:11 +0000	[thread overview]
Message-ID: <ab45c82485fa272f74adf560cbb58ee60cc42689.camel@phytec.de> (raw)
In-Reply-To: <20231220074931.GA13382@wunner.de>

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>;
> > +	};
> > +};


  reply	other threads:[~2023-12-20  7:56 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-25  7:25 [PATCH v2 0/2] Add support for the phyGATE-Tauri-L IoT Gateway Yannic Moog
2023-09-25  7:25 ` Yannic Moog
2023-09-25  7:25 ` [PATCH v2 1/2] dt-bindings: arm: fsl: add phyGATE-Tauri-L board Yannic Moog
2023-09-25  7:25   ` Yannic Moog
2023-09-25  7:25 ` [PATCH v2 2/2] arm64: dts: freescale: add phyGATE-Tauri i.MX 8M Mini Support Yannic Moog
2023-09-25  7:25   ` Yannic Moog
2023-12-20  7:49   ` Lukas Wunner
2023-12-20  7:56     ` Yannic Moog [this message]
2023-12-20  7:56       ` Yannic Moog
2023-12-20  9:21       ` Lukas Wunner
2023-10-09 13:18 ` [PATCH v2 0/2] Add support for the phyGATE-Tauri-L IoT Gateway Shawn Guo
2023-10-09 13:18   ` Shawn Guo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ab45c82485fa272f74adf560cbb58ee60cc42689.camel@phytec.de \
    --to=y.moog@phytec.de \
    --cc=T.Remmet@phytec.de \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=festevam@gmail.com \
    --cc=kernel@pengutronix.de \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=leoyang.li@nxp.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-imx@nxp.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lukas@wunner.de \
    --cc=robh+dt@kernel.org \
    --cc=s.hauer@pengutronix.de \
    --cc=shawnguo@kernel.org \
    --cc=upstream@lists.phytec.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.