projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cdbac73
)
pinctrl: qcom: ipq4019: fix register offsets
author
Matthew McClintock
<
[email protected]
>
Wed, 23 Mar 2016 22:04:58 +0000
(17:04 -0500)
committer
Linus Walleij
<
[email protected]
>
Thu, 31 Mar 2016 09:56:13 +0000
(11:56 +0200)
For this SoC the register offsets changed from previous versions to be
separated by a larger amount.
Signed-off-by: Matthew McClintock <
[email protected]
>
Acked-by: Björn Andersson <
[email protected]
>
Signed-off-by: Linus Walleij <
[email protected]
>
drivers/pinctrl/qcom/pinctrl-ipq4019.c
patch
|
blob
|
history
diff --git
a/drivers/pinctrl/qcom/pinctrl-ipq4019.c
b/drivers/pinctrl/qcom/pinctrl-ipq4019.c
index cb9f16ab3add453d1d066a2d920bbb76d1f93992..b68ae424cee247d51541d4ceb36aaa8c8c9132f6 100644
(file)
--- a/
drivers/pinctrl/qcom/pinctrl-ipq4019.c
+++ b/
drivers/pinctrl/qcom/pinctrl-ipq4019.c
@@
-254,11
+254,11
@@
DECLARE_QCA_GPIO_PINS(99);
qca_mux_##f14 \
}, \
.nfuncs = 15, \
- .ctl_reg = 0x
1000 + 0x10 * id,
\
- .io_reg = 0x
1004 + 0x10 * id,
\
- .intr_cfg_reg = 0x
1008 + 0x10 * id,
\
- .intr_status_reg = 0x
100c + 0x10 * id,
\
- .intr_target_reg = 0x
400 + 0x4 * id,
\
+ .ctl_reg = 0x
0 + 0x1000 * id,
\
+ .io_reg = 0x
4 + 0x1000 * id,
\
+ .intr_cfg_reg = 0x
8 + 0x1000 * id,
\
+ .intr_status_reg = 0x
c + 0x1000 * id,
\
+ .intr_target_reg = 0x
8 + 0x1000 * id,
\
.mux_bit = 2, \
.pull_bit = 0, \
.drv_bit = 6, \