瀏覽代碼

mei: me: bump hbm version to 1.1 to support power gating

Communicate hbm version 1.1 to firmware to tell that we
now support power gating isolation protocol

Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Tomas Winkler 11 年之前
父節點
當前提交
61a1aea7c7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/misc/mei/hw.h

+ 1 - 1
drivers/misc/mei/hw.h

@@ -37,7 +37,7 @@
 /*
 /*
  * MEI Version
  * MEI Version
  */
  */
-#define HBM_MINOR_VERSION                   0
+#define HBM_MINOR_VERSION                   1
 #define HBM_MAJOR_VERSION                   1
 #define HBM_MAJOR_VERSION                   1
 
 
 /*
 /*