mirror of https://gitee.com/openkylin/linux.git
pinctrl: pinctrl-adi2-bf60x: remove useless and duplicated GPIO definition for PPI2.
Signed-off-by: Sonic Zhang <sonic.zhang@analog.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
9d7278d0b4
commit
7330e345ee
|
@ -236,8 +236,7 @@ static const unsigned ppi2_8b_pins[] = {
|
||||||
static const unsigned ppi2_16b_pins[] = {
|
static const unsigned ppi2_16b_pins[] = {
|
||||||
GPIO_PA0, GPIO_PA1, GPIO_PA2, GPIO_PA3, GPIO_PA4, GPIO_PA5, GPIO_PA6,
|
GPIO_PA0, GPIO_PA1, GPIO_PA2, GPIO_PA3, GPIO_PA4, GPIO_PA5, GPIO_PA6,
|
||||||
GPIO_PA7, GPIO_PA8, GPIO_PA9, GPIO_PA10, GPIO_PA11, GPIO_PA12,
|
GPIO_PA7, GPIO_PA8, GPIO_PA9, GPIO_PA10, GPIO_PA11, GPIO_PA12,
|
||||||
GPIO_PA13, GPIO_PA14, GPIO_PA15,
|
GPIO_PA13, GPIO_PA14, GPIO_PA15, GPIO_PB0, GPIO_PB1, GPIO_PB2,
|
||||||
GPIO_PA7, GPIO_PB0, GPIO_PB1, GPIO_PB2, GPIO_PB3,
|
|
||||||
};
|
};
|
||||||
|
|
||||||
static const unsigned lp0_pins[] = {
|
static const unsigned lp0_pins[] = {
|
||||||
|
|
Loading…
Reference in New Issue