pinctrl: qcom: Correct name for pin 0
Fix copy/paste error in pinctrl_pin_desc for pin 0. Signed-off-by: Andy Gross <agross@codeaurora.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
fd67f88478
commit
2aa02733fb
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
#include "pinctrl-msm.h"
|
||||
|
||||
static const struct pinctrl_pin_desc ipq8064_pins[] = {
|
||||
PINCTRL_PIN(0, "GPIO_1"),
|
||||
PINCTRL_PIN(0, "GPIO_0"),
|
||||
PINCTRL_PIN(1, "GPIO_1"),
|
||||
PINCTRL_PIN(2, "GPIO_2"),
|
||||
PINCTRL_PIN(3, "GPIO_3"),
|
||||
|
|
Loading…
Add table
Reference in a new issue