Skip to content

Commit

Permalink
pinctrl: broxton: Use correct PADCFGLOCK offset
Browse files Browse the repository at this point in the history
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 <mika.westerberg@linux.intel.com>
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
  • Loading branch information
Mika Westerberg authored and Linus Walleij committed Jan 11, 2017
1 parent a121103 commit ecc8995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/pinctrl/intel/pinctrl-broxton.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

#define BXT_PAD_OWN 0x020
#define BXT_HOSTSW_OWN 0x080
#define BXT_PADCFGLOCK 0x090
#define BXT_PADCFGLOCK 0x060
#define BXT_GPI_IE 0x110

#define BXT_COMMUNITY(s, e) \
Expand Down

0 comments on commit ecc8995

Please sign in to comment.