Duncan Laurie has submitted this change and it was merged. ( https://review.coreboot.org/c/coreboot/+/31029 )
Change subject: soc/intel/cannonlake: Replace device name B0D4 with TCPU ......................................................................
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 sumeet.r.pawnikar@intel.com Reviewed-on: https://review.coreboot.org/c/31029 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Duncan Laurie dlaurie@chromium.org --- M src/soc/intel/cannonlake/acpi/dptf.asl 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Duncan Laurie: Looks good to me, approved
diff --git a/src/soc/intel/cannonlake/acpi/dptf.asl b/src/soc/intel/cannonlake/acpi/dptf.asl index 098a61c..fb05c5d 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