|
15 | 15 |
|
16 | 16 | #include "pinctrl-intel.h"
|
17 | 17 |
|
18 |
| -#define SPT_PAD_OWN 0x020 |
19 |
| -#define SPT_PADCFGLOCK 0x0a0 |
20 |
| -#define SPT_HOSTSW_OWN 0x0d0 |
21 |
| -#define SPT_GPI_IS 0x100 |
22 |
| -#define SPT_GPI_IE 0x120 |
| 18 | +#define SPT_PAD_OWN 0x020 |
| 19 | +#define SPT_H_PADCFGLOCK 0x090 |
| 20 | +#define SPT_LP_PADCFGLOCK 0x0a0 |
| 21 | +#define SPT_HOSTSW_OWN 0x0d0 |
| 22 | +#define SPT_GPI_IS 0x100 |
| 23 | +#define SPT_GPI_IE 0x120 |
23 | 24 |
|
24 | 25 | #define SPT_COMMUNITY(b, s, e) \
|
25 | 26 | { \
|
26 | 27 | .barno = (b), \
|
27 | 28 | .padown_offset = SPT_PAD_OWN, \
|
28 |
| - .padcfglock_offset = SPT_PADCFGLOCK, \ |
| 29 | + .padcfglock_offset = SPT_LP_PADCFGLOCK, \ |
29 | 30 | .hostown_offset = SPT_HOSTSW_OWN, \
|
30 | 31 | .is_offset = SPT_GPI_IS, \
|
31 | 32 | .ie_offset = SPT_GPI_IE, \
|
|
47 | 48 | { \
|
48 | 49 | .barno = (b), \
|
49 | 50 | .padown_offset = SPT_PAD_OWN, \
|
50 |
| - .padcfglock_offset = SPT_PADCFGLOCK, \ |
| 51 | + .padcfglock_offset = SPT_H_PADCFGLOCK, \ |
51 | 52 | .hostown_offset = SPT_HOSTSW_OWN, \
|
52 | 53 | .is_offset = SPT_GPI_IS, \
|
53 | 54 | .ie_offset = SPT_GPI_IE, \
|
|
0 commit comments