mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-03 09:41:54 +09:00
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:
committed by
Linus Walleij
parent
fd67f88478
commit
2aa02733fb
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user