mb/lenovo/t430: Move TPM in devicetree.cb
Move the TPM entry to make the devicetree.cb look like the T530 devicetree.cb. Should not change any functionality, but changes the TIMELESS build artifact. Change-Id: Ia49c8fe9781e4d97aaf5ef38d5d76fdfc8c0f0be Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/91282 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
parent
06446dd0ac
commit
571dbbe345
1 changed files with 3 additions and 3 deletions
|
|
@ -87,6 +87,9 @@ chip northbridge/intel/sandybridge
|
|||
register "dock_event_enable" = "true"
|
||||
device pnp ff.1 on end # dummy
|
||||
end
|
||||
chip drivers/pc80/tpm
|
||||
device pnp 0c31.0 on end
|
||||
end
|
||||
chip ec/lenovo/h8
|
||||
device pnp ff.2 on # dummy
|
||||
io 0x60 = 0x62
|
||||
|
|
@ -138,9 +141,6 @@ chip northbridge/intel/sandybridge
|
|||
|
||||
register "has_thinker1" = "true"
|
||||
end
|
||||
chip drivers/pc80/tpm
|
||||
device pnp 0c31.0 on end
|
||||
end
|
||||
end
|
||||
device ref sata1 on end # SATA Controller 1
|
||||
device ref smbus on # SMBus
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue