提交 a9b0b1fe 编写于 作者: M Matthew McClintock 提交者: Linus Walleij

pinctrl: qcom: ipq4019: fix register offsets

For this SoC the register offsets changed from previous versions to be
separated by a larger amount.
Signed-off-by: NMatthew McClintock <mmcclint@codeaurora.org>
Acked-by: NBjörn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
上级 cdbac734
...@@ -254,11 +254,11 @@ DECLARE_QCA_GPIO_PINS(99); ...@@ -254,11 +254,11 @@ DECLARE_QCA_GPIO_PINS(99);
qca_mux_##f14 \ qca_mux_##f14 \
}, \ }, \
.nfuncs = 15, \ .nfuncs = 15, \
.ctl_reg = 0x1000 + 0x10 * id, \ .ctl_reg = 0x0 + 0x1000 * id, \
.io_reg = 0x1004 + 0x10 * id, \ .io_reg = 0x4 + 0x1000 * id, \
.intr_cfg_reg = 0x1008 + 0x10 * id, \ .intr_cfg_reg = 0x8 + 0x1000 * id, \
.intr_status_reg = 0x100c + 0x10 * id, \ .intr_status_reg = 0xc + 0x1000 * id, \
.intr_target_reg = 0x400 + 0x4 * id, \ .intr_target_reg = 0x8 + 0x1000 * id, \
.mux_bit = 2, \ .mux_bit = 2, \
.pull_bit = 0, \ .pull_bit = 0, \
.drv_bit = 6, \ .drv_bit = 6, \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册