]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
pinctrl: broxton: Use correct PADCFGLOCK offset
authorMika Westerberg <mika.westerberg@linux.intel.com>
Tue, 10 Jan 2017 14:31:56 +0000 (17:31 +0300)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 11 Jan 2017 12:47:11 +0000 (13:47 +0100)
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>
drivers/pinctrl/intel/pinctrl-broxton.c

index 59cb7a6fc5bef316d042f93da72792edca2ea8d9..901b356b09d71679a2b4a03f7cd57b30a22fa6f4 100644 (file)
@@ -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)                            \