diff options
author | Tomas Winkler <tomas.winkler@intel.com> | 2014-03-18 22:52:07 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-05-03 19:20:25 -0400 |
commit | 61a1aea7c7cb40de071e202cfaa31fa2c1fca8ba (patch) | |
tree | 39b9b24c6a3c4798975ea2a0f71800e65ab47317 /drivers/misc | |
parent | d2d56faebaed1dd9bc011fcceed7df6b1bea8fac (diff) | |
download | linux-61a1aea7c7cb40de071e202cfaa31fa2c1fca8ba.tar.gz linux-61a1aea7c7cb40de071e202cfaa31fa2c1fca8ba.tar.bz2 linux-61a1aea7c7cb40de071e202cfaa31fa2c1fca8ba.zip |
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>
Diffstat (limited to 'drivers/misc')
-rw-r--r-- | drivers/misc/mei/hw.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/mei/hw.h b/drivers/misc/mei/hw.h index 9bad9cf7a8a0..dd448e58cc87 100644 --- a/drivers/misc/mei/hw.h +++ b/drivers/misc/mei/hw.h @@ -37,7 +37,7 @@ /* * MEI Version */ -#define HBM_MINOR_VERSION 0 +#define HBM_MINOR_VERSION 1 #define HBM_MAJOR_VERSION 1 /* |