platform/x86: ISST: Allow additional TRL MSRs
[linux-2.6-microblaze.git] / drivers / platform / x86 / intel_speed_select_if / isst_if_common.c
index 68d7539..3de5a3c 100644 (file)
@@ -29,6 +29,8 @@ static struct isst_if_cmd_cb punit_callbacks[ISST_IF_DEV_MAX];
 static int punit_msr_white_list[] = {
        MSR_TURBO_RATIO_LIMIT,
        MSR_CONFIG_TDP_CONTROL,
+       MSR_TURBO_RATIO_LIMIT1,
+       MSR_TURBO_RATIO_LIMIT2,
 };
 
 struct isst_valid_cmd_ranges {