amd/pi: Add AMD fam16h TPM ACPI path support

Change-Id: I5322d731a0dc655f2da14b87fa6cbc1e54b5abd5
Signed-off-by: Philipp Deppenwiese <zaolin@das-labor.org>
Reviewed-on: https://review.coreboot.org/18522
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin Roth <martinroth@google.com>
diff --git a/src/southbridge/amd/pi/hudson/pci_devs.h b/src/southbridge/amd/pi/hudson/pci_devs.h
index 76480e5..7d4dea2 100644
--- a/src/southbridge/amd/pi/hudson/pci_devs.h
+++ b/src/southbridge/amd/pi/hudson/pci_devs.h
@@ -86,6 +86,7 @@
 
 /* LPC BUS */
 #define PCU_DEV			0x14
+#define LPC_DEV			PCU_DEV
 #define LPC_FUNC		3
 #define LPC_DEVID		0x780E
 #define LPC_DEVFN		PCI_DEVFN(LPC_DEV,LPC_FUNC)