]> git.karo-electronics.de Git - karo-tx-linux.git/commit
pinctrl: meson: meson8b: fix the NAND DQS pins
authorMartin Blumenstingl <martin.blumenstingl@googlemail.com>
Sat, 1 Apr 2017 13:59:21 +0000 (15:59 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Fri, 7 Apr 2017 07:29:02 +0000 (09:29 +0200)
commit97ba26b8a9343008504d4e3a87d212bc07b05212
treec143033ad0d41557c909076537d8b13427013004
parent9891baca2c36cc6637022b469b943d949d52d73f
pinctrl: meson: meson8b: fix the NAND DQS pins

The nand_groups table uses different names for the NAND DQS pins than
the GROUP() definition in meson8b_cbus_groups (nand_dqs_0 vs nand_dqs0).
This prevents using the NAND DQS pins in the devicetree.

Fix this by ensuring that the GROUP() definition and the
meson8b_cbus_groups use the same name for these pins.

Fixes: 0fefcb6876d0 ("pinctrl: Add support for Meson8b")
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Acked-by: Kevin Hilman <khilman@baylibre.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/meson/pinctrl-meson8b.c