Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 62606d66 authored by Gilad Avidov's avatar Gilad Avidov
Browse files

i2c-msm-v2: Correct span of HW version values



QUP HW version can be read off a QUP register. The
reads the HW version value to verify that it works
on a supported HW. The value span of supported HW version
is expending and this change updates it to the driver.

Change-Id: I1811ae06c1d151cee6a208c0e9689b5b1799517e
Signed-off-by: default avatarGilad Avidov <gavidov@codeaurora.org>
parent 86155e46
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -207,7 +207,7 @@ enum i2c_msm_ctrl_ver_num {
	I2C_MSM_CTRL_VER_B_MIN   = 0X20010000,
	I2C_MSM_CTRL_VER_B_V1    = 0X20010001,
	I2C_MSM_CTRL_VER_B_V2    = 0X20020000,
	I2C_MSM_CTRL_VER_B_MAX   = 0X20020001,
	I2C_MSM_CTRL_VER_B_MAX   = 0X30000000,
};

/*