pinctrl: zynqmp: Unify pin naming
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 5 Nov 2021 12:42:41 +0000 (14:42 +0200)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 19 Nov 2021 08:38:16 +0000 (10:38 +0200)
commit54784ff24971ed5bd3f1056edce998148709d0a7
tree5785368bd61a5366e12f4c320671b9b37cbbded8
parent3956d6c85f26b5dd59cc6d3bf85a6a7341c68518
pinctrl: zynqmp: Unify pin naming

Since we have devm_kasprintf_strarray() helper, which is used in
the rest of pin control drivers, it makes sense to switch this
driver to it. The pin names are not part of any ABI and hence
there will be no regression based on that. Otherwise all generated
pin names will follow the same schema in the pin control subsystem.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/pinctrl-zynqmp.c