diff options
author | Tomas Winkler <tomas.winkler@intel.com> | 2015-08-02 22:20:58 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-08-04 03:33:55 +0300 |
commit | 155718cfd1dd1a92b7dbf84db41fe15f6b219cc0 (patch) | |
tree | 449e41d3e3c5c078ac1821fcc4061371141e7d23 /drivers/misc/mei/hw.h | |
parent | 1625c7ec96942b87eee1463aed6ec0595698b931 (diff) | |
download | linux-155718cfd1dd1a92b7dbf84db41fe15f6b219cc0.tar.xz |
mei: hbm: bump supported HBM version to 2.0
HBM 2.0 version for Sunrise point Skylake (PCH) based devices
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/misc/mei/hw.h')
-rw-r--r-- | drivers/misc/mei/hw.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/misc/mei/hw.h b/drivers/misc/mei/hw.h index ad6fbcb27f43..4cebde85924f 100644 --- a/drivers/misc/mei/hw.h +++ b/drivers/misc/mei/hw.h @@ -38,8 +38,8 @@ /* * MEI Version */ -#define HBM_MINOR_VERSION 1 -#define HBM_MAJOR_VERSION 1 +#define HBM_MINOR_VERSION 0 +#define HBM_MAJOR_VERSION 2 /* * MEI version with PGI support |