summaryrefslogtreecommitdiff
path: root/src/mainboard/siemens/mc_apl1/variants/mc_apl5/devicetree.cb
diff options
context:
space:
mode:
authorMario Scheithauer <mario.scheithauer@siemens.com>2019-06-03 16:35:25 +0200
committerPatrick Georgi <pgeorgi@google.com>2019-06-21 08:40:08 +0000
commit37fedc0414af6e5e2daccef5caa4b37632699f15 (patch)
treeece9837e7695b6dfa8fe3d826e585f60a4369fd4 /src/mainboard/siemens/mc_apl1/variants/mc_apl5/devicetree.cb
parentfbeec122c03af689631b64c13f947f871963b79a (diff)
downloadcoreboot-37fedc0414af6e5e2daccef5caa4b37632699f15.tar.xz
siemens/mc_apl5: Enable TPM support
This patch enables TPM on SPI and adds the needed devicetree entry for mc_apl5. TEST=Build coreboot for mc_apl5 board and check the TPM console output. In addition the TPM was correctly verified by our Linux driver. Change-Id: Iafc967c7a2bfee9bdb9b6591d12328620e2887cc Signed-off-by: Mario Scheithauer <mario.scheithauer@siemens.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/33173 Reviewed-by: Patrick Georgi <pgeorgi@google.com> Reviewed-by: Werner Zeh <werner.zeh@siemens.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/siemens/mc_apl1/variants/mc_apl5/devicetree.cb')
-rw-r--r--src/mainboard/siemens/mc_apl1/variants/mc_apl5/devicetree.cb6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/mainboard/siemens/mc_apl1/variants/mc_apl5/devicetree.cb b/src/mainboard/siemens/mc_apl1/variants/mc_apl5/devicetree.cb
index f1ed5d2e15..5f1c9857d4 100644
--- a/src/mainboard/siemens/mc_apl1/variants/mc_apl5/devicetree.cb
+++ b/src/mainboard/siemens/mc_apl1/variants/mc_apl5/devicetree.cb
@@ -104,7 +104,11 @@ chip soc/intel/apollolake
device pci 1c.0 on end # - eMMC
device pci 1d.0 off end # - UFS
device pci 1e.0 off end # - SDIO
- device pci 1f.0 on end # - LPC
+ device pci 1f.0 on # - LPC
+ chip drivers/pc80/tpm
+ device pnp 0c31.0 on end
+ end
+ end
device pci 1f.1 on end # - SMBUS
end
end