Commit 888bb3f9 authored by Kumar Gala's avatar Kumar Gala Committed by Linus Walleij

pinctrl: qcom: ipq8064: Fix naming convention

Drop underscore in spdif_groups to match all other groups.
Signed-off-by: default avatarKumar Gala <galak@codeaurora.org>
Reviewed-by: default avatarAndy Gross <agross@codeaurora.org>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent f6d88128
......@@ -366,7 +366,7 @@ static const char * const sdc1_groups[] = {
};
static const char * const spdif_groups[] = {
"gpio_10", "gpio_48",
"gpio10", "gpio48",
};
static const char * const nand_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