summaryrefslogtreecommitdiff
path: root/src/mainboard/siemens/mc_apl1
diff options
context:
space:
mode:
authorWerner Zeh <werner.zeh@siemens.com>2019-11-08 11:51:33 +0100
committerPatrick Georgi <pgeorgi@google.com>2019-11-11 10:35:17 +0000
commit9caadfe708c3e33b009f653025c59dc9d6aa0c40 (patch)
tree05dc255f38b058d22907f99ac90569c9dd82ebfe /src/mainboard/siemens/mc_apl1
parenta4b7befbd52baae6842b920ba4ab4a48766b8e56 (diff)
downloadcoreboot-9caadfe708c3e33b009f653025c59dc9d6aa0c40.tar.xz
mb/siemens/mc_apl6: Add TPM to devicetree
The TPM chip needs to be added to the devicetree so that the ACPI tables will be generated for it. These ACPI table entry is used by the OS to get the location of the TPM chip. Change-Id: Ic40d1cf236dd849f04f088808d94b6dd81e3238a Signed-off-by: Werner Zeh <werner.zeh@siemens.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/36677 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Mario Scheithauer <mario.scheithauer@siemens.com>
Diffstat (limited to 'src/mainboard/siemens/mc_apl1')
-rw-r--r--src/mainboard/siemens/mc_apl1/variants/mc_apl6/devicetree.cb6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/mainboard/siemens/mc_apl1/variants/mc_apl6/devicetree.cb b/src/mainboard/siemens/mc_apl1/variants/mc_apl6/devicetree.cb
index 17b7fac9ec..e12972ccd8 100644
--- a/src/mainboard/siemens/mc_apl1/variants/mc_apl6/devicetree.cb
+++ b/src/mainboard/siemens/mc_apl1/variants/mc_apl6/devicetree.cb
@@ -69,7 +69,11 @@ chip soc/intel/apollolake
device pci 1c.0 off 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