diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2017-03-23 09:44:32 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-03-23 09:44:32 -0700 |
| commit | a69882a961b51371f4e06ac9dfd2b4fb663e2d7a (patch) | |
| tree | 16673938bc51f07f5fed85e8d0a246b8bcf610e3 | |
| parent | 9b1eeebe9208c662f866e05113459c94db4b93b1 (diff) | |
| parent | eeba4974b84956e097d95cf962abdfdf3e630e04 (diff) | |
Merge "pinctrl: qcom: correct register offset for lpi_gpio_16/17 on sdm660"
| -rw-r--r-- | drivers/pinctrl/qcom/pinctrl-lpi.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/pinctrl/qcom/pinctrl-lpi.c b/drivers/pinctrl/qcom/pinctrl-lpi.c index 67cac25689ef..4ca5d5fa0531 100644 --- a/drivers/pinctrl/qcom/pinctrl-lpi.c +++ b/drivers/pinctrl/qcom/pinctrl-lpi.c @@ -117,12 +117,12 @@ static const u32 lpi_offset[] = { 0x00005010, 0x00005020, 0x00005030, - 0x00005040, - 0x00005050, 0x00006000, 0x00006010, 0x00007000, 0x00007010, + 0x00005040, + 0x00005050, 0x00008000, 0x00008010, 0x00008020, |
