1
0
Fork 0
remarkable-linux/drivers/pinctrl/meson
Martin Blumenstingl a3f2e309f6 pinctrl: meson: meson8b: fix the NAND DQS pins
commit 97ba26b8a9 upstream.

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: 0fefcb6876 ("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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2017-07-12 15:01:05 +02:00
..
Makefile pinctrl: amlogic: Add support for Amlogic Meson GXBB SoC 2016-05-11 10:47:11 +02:00
pinctrl-meson-gxbb.c pinctrl: amlogic: gxbb: add i2c pins 2016-09-15 15:55:25 +02:00
pinctrl-meson.c pinctrl: meson: fix gpio request disabling other modes 2017-01-19 20:18:05 +01:00
pinctrl-meson.h pinctrl: meson: get rid of unneeded domain structures 2016-08-22 11:21:57 +02:00
pinctrl-meson8.c pinctrl: meson: get rid of unneeded domain structures 2016-08-22 11:21:57 +02:00
pinctrl-meson8b.c pinctrl: meson: meson8b: fix the NAND DQS pins 2017-07-12 15:01:05 +02:00