]> git.ipfire.org Git - thirdparty/linux.git/commit
pinctrl: meson: meson8: add the missing GPIO_GROUPs for BOOT and CARD
authorMartin Blumenstingl <martin.blumenstingl@googlemail.com>
Sun, 9 Dec 2018 19:50:54 +0000 (20:50 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Fri, 21 Dec 2018 10:00:31 +0000 (11:00 +0100)
commit619cdd17f60f18c034a111e773fb8f8220470a01
tree3cdcf853446af39d86968ec7496c0debbcc914a5
parent8e5ba8b8baffc3a17e96e3f72d1fd82a1675c251
pinctrl: meson: meson8: add the missing GPIO_GROUPs for BOOT and CARD

Add the BOOT and CARD pins as GROUP_GROUPs as well so they can be
configured in devicetree using groups = BOOTx or groups = CARDx. This
makes the behavior consistent with other pins inside the same driver as
well as with the BOOT and CARD pins of the GXBB and GXL pinctrl drivers.

Fixes: 6ac730951104a4 ("pinctrl: add driver for Amlogic Meson SoCs")
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/meson/pinctrl-meson8.c