Commit e3678b64 authored by Yixun Lan's avatar Yixun Lan Committed by Linus Walleij

pinctrl: nand: meson-gxbb: fix missing data pins

The data pin 0-7 of the NAND controller are actually missing from
the nand pinctrl group, so we fix it here.

Fixes: cd1e3b01 ("pinctrl: amlogic: gxbb: add nand pins")
Reported-by: default avatarLiang Yang <liang.yang@amlogic.com>
Signed-off-by: default avatarYixun Lan <yixun.lan@amlogic.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 59a18c24
...@@ -627,8 +627,8 @@ static const char * const sdio_groups[] = { ...@@ -627,8 +627,8 @@ static const char * const sdio_groups[] = {
}; };
static const char * const nand_groups[] = { static const char * const nand_groups[] = {
"nand_ce0", "nand_ce1", "nand_rb0", "nand_ale", "nand_cle", "emmc_nand_d07", "nand_ce0", "nand_ce1", "nand_rb0", "nand_ale",
"nand_wen_clk", "nand_ren_wr", "nand_dqs", "nand_cle", "nand_wen_clk", "nand_ren_wr", "nand_dqs",
}; };
static const char * const uart_a_groups[] = { static const char * const uart_a_groups[] = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment