diff options
author | Horatiu Vultur <[email protected]> | 2022-07-13 21:37:50 +0200 |
---|---|---|
committer | Linus Walleij <[email protected]> | 2022-07-18 11:22:43 +0200 |
commit | ba9c4745fca70bf773b2d5c602dcd85d1a40b07a (patch) | |
tree | f3c6aea7b34a68cc325dfa89b0a3a84475dc1cfd /scripts/bpf_doc.py | |
parent | dc62db7138aa9365480254dda4c3e1316b1b1bbc (diff) |
pinctrl: ocelot: Fix pincfg
The blamed commit changed to use regmaps instead of __iomem. But it
didn't update the register offsets to be at word offset, so it uses byte
offset.
Another issue with the same commit is that it has a limit of 32 registers
which is incorrect. The sparx5 has 64 while lan966x has 77.
Fixes: 076d9e71bcf8 ("pinctrl: ocelot: convert pinctrl to regmap")
Acked-by: Colin Foster <[email protected]>
Reviewed-by: Andy Shevchenko <[email protected]>
Signed-off-by: Horatiu Vultur <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Linus Walleij <[email protected]>
Diffstat (limited to 'scripts/bpf_doc.py')
0 files changed, 0 insertions, 0 deletions