Skip to content

Commit ecc8995

Browse files
westerilinusw
authored andcommitted
pinctrl: broxton: Use correct PADCFGLOCK offset
PADCFGLOCK (and PADCFGLOCK_TX) offset in Broxton actually starts at 0x060 and not 0x090 as used in the driver. Fix it to use the correct offset. Signed-off-by: Mika Westerberg <[email protected]> Reviewed-by: Andy Shevchenko <[email protected]> Signed-off-by: Linus Walleij <[email protected]>
1 parent a121103 commit ecc8995

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/pinctrl/intel/pinctrl-broxton.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
#define BXT_PAD_OWN 0x020
2121
#define BXT_HOSTSW_OWN 0x080
22-
#define BXT_PADCFGLOCK 0x090
22+
#define BXT_PADCFGLOCK 0x060
2323
#define BXT_GPI_IE 0x110
2424

2525
#define BXT_COMMUNITY(s, e) \

0 commit comments

Comments
 (0)