Skip to content

Commit 2b3ab9d

Browse files
GateworksShawn Guo
authored and
Shawn Guo
committed
arm64: dts: imx8mp-venice-gw73xx: add TPM device
Add the TPM device found on the GW73xx revision F PCB. Signed-off-by: Tim Harvey <tharvey@gateworks.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
1 parent 4f2a348 commit 2b3ab9d

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

arch/arm64/boot/dts/freescale/imx8mp-venice-gw73xx.dtsi

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,15 @@
9595
&ecspi2 {
9696
pinctrl-names = "default";
9797
pinctrl-0 = <&pinctrl_spi2>;
98-
cs-gpios = <&gpio5 13 GPIO_ACTIVE_LOW>;
98+
cs-gpios = <&gpio5 13 GPIO_ACTIVE_LOW>,
99+
<&gpio1 10 GPIO_ACTIVE_LOW>;
99100
status = "okay";
101+
102+
tpm@1 {
103+
compatible = "tcg,tpm_tis-spi";
104+
reg = <0x1>;
105+
spi-max-frequency = <36000000>;
106+
};
100107
};
101108

102109
&gpio4 {

0 commit comments

Comments
 (0)