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

Commit 6230d18c authored by minskey guo's avatar minskey guo Committed by Matthew Garrett
Browse files

seqno mask of THM_ITV register is 16bit



The mask of sequence number in THM_ITV register is 16bit width instead
of 8bit.

Signed-off-by: default avatarminskey guo <chaohong.guo@intel.com>
Acked-by: default avatarJesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: default avatarMatthew Garrett <mjg@redhat.com>
parent 3c06806e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -230,7 +230,7 @@
#define THM_TC2		0xac
#define THM_DTV		0xb0
#define THM_ITV		0xd8
#define   ITV_ME_SEQNO_MASK 0x000f0000 /* ME should update every ~200ms */
#define   ITV_ME_SEQNO_MASK 0x00ff0000 /* ME should update every ~200ms */
#define   ITV_ME_SEQNO_SHIFT (16)
#define   ITV_MCH_TEMP_MASK 0x0000ff00
#define   ITV_MCH_TEMP_SHIFT (8)