Skip to content

Commit bab2f72

Browse files
Tomas Winklergregkh
authored andcommitted
mei: me: fix place for kaby point device ids.
This is fix of the backported patch only, it places KBL DIDs on correct place to easy on backporting of further DIDs. Fixes: 5c99f32 ('mei: me: add kaby point device ids') Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 4f13967 commit bab2f72

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

drivers/misc/mei/hw-me-regs.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,6 @@
6666
#ifndef _MEI_HW_MEI_REGS_H_
6767
#define _MEI_HW_MEI_REGS_H_
6868

69-
#define MEI_DEV_ID_KBP 0xA2BA /* Kaby Point */
70-
#define MEI_DEV_ID_KBP_2 0xA2BB /* Kaby Point 2 */
71-
7269
/*
7370
* MEI device IDs
7471
*/
@@ -124,6 +121,10 @@
124121
#define MEI_DEV_ID_SPT_2 0x9D3B /* Sunrise Point 2 */
125122
#define MEI_DEV_ID_SPT_H 0xA13A /* Sunrise Point H */
126123
#define MEI_DEV_ID_SPT_H_2 0xA13B /* Sunrise Point H 2 */
124+
125+
#define MEI_DEV_ID_KBP 0xA2BA /* Kaby Point */
126+
#define MEI_DEV_ID_KBP_2 0xA2BB /* Kaby Point 2 */
127+
127128
/*
128129
* MEI HW Section
129130
*/

0 commit comments

Comments
 (0)