android_kernel_oneplus_msm8998/drivers/pinctrl/meson
Martin Blumenstingl 3c4720871b pinctrl: meson: meson8b: fix the NAND DQS pins
commit 97ba26b8a9343008504d4e3a87d212bc07b05212 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-15 11:57:46 +02:00
..
Makefile pinctrl: Add support for Meson8b 2015-04-07 11:44:40 +02:00
pinctrl-meson.c pinctrl: meson: fix gpio request disabling other modes 2017-01-19 20:17:22 +01:00
pinctrl-meson.h pinctrl: Add support for Meson8b 2015-04-07 11:44:40 +02:00
pinctrl-meson8.c pinctrl: Cleanup Meson8 driver 2015-04-07 11:40:42 +02:00
pinctrl-meson8b.c pinctrl: meson: meson8b: fix the NAND DQS pins 2017-07-15 11:57:46 +02:00