From: Tomas Winkler Date: Sun, 2 Aug 2015 19:20:58 +0000 (+0300) Subject: mei: hbm: bump supported HBM version to 2.0 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=155718cfd1dd1a92b7dbf84db41fe15f6b219cc0;p=linux-beck.git 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 Signed-off-by: Greg Kroah-Hartman --- 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