OSDN Git Service

pinctrl: broxton: Use correct PADCFGLOCK offset
authorMika Westerberg <mika.westerberg@linux.intel.com>
Tue, 10 Jan 2017 14:31:56 +0000 (17:31 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 1 Feb 2017 07:30:54 +0000 (08:30 +0100)
commitd430c37db796cc0fa8882acf094c9f06828d9a40
treecca86b62634aaa6cc014a54d3472033ca17fec36
parent5ddaf6804e24e22fe803ad2df9499c28fad21d9d
pinctrl: broxton: Use correct PADCFGLOCK offset

commit ecc8995363ee6231b32dad61c955b371b79cc4cf upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/pinctrl/intel/pinctrl-broxton.c