From 8adbec26be1f0ad8f8f06af59754dcedd126eecb Mon Sep 17 00:00:00 2001 From: Sumeet Pawnikar Date: Mon, 21 Jan 2019 16:50:57 +0530 Subject: soc/intel/cannonlake: Replace device name B0D4 with TCPU Replace device name from B0D4 with TCPU for DPTF sensor. This helps to maintain consistency between coreboot and UEFI BIOS. Change-Id: I962d74fc1baa07581d065734aaabb4dcd5e3d247 Signed-off-by: Sumeet Pawnikar Reviewed-on: https://review.coreboot.org/c/31029 Tested-by: build bot (Jenkins) Reviewed-by: Duncan Laurie --- src/soc/intel/cannonlake/acpi/dptf.asl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/soc/intel/cannonlake/acpi') diff --git a/src/soc/intel/cannonlake/acpi/dptf.asl b/src/soc/intel/cannonlake/acpi/dptf.asl index 098a61c79a..fb05c5d225 100644 --- a/src/soc/intel/cannonlake/acpi/dptf.asl +++ b/src/soc/intel/cannonlake/acpi/dptf.asl @@ -13,7 +13,7 @@ * GNU General Public License for more details. */ -#define DPTF_CPU_DEVICE B0D4 +#define DPTF_CPU_DEVICE TCPU #define DPTF_CPU_ADDR 0x00040000 #ifndef DPTF_CPU_PASSIVE -- cgit v1.2.3