mirror of https://gitee.com/openkylin/linux.git
sh: sh7269: Rename CRX0CRX1(CRX2) marks to match GPIO names
Rename CRX0CRX1_MARK and CRX0CRX1CRX2_MARK to CRX0_CRX1_MARK and CRX0_CRX1_CRX2_MARK respectively to match the GPIO_FN_CRX0_CRX1 and GPIO_FN_CRX0_CRX1_CRX2 GPIO names. Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Acked-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
parent
38357e647f
commit
bcdccf9e28
|
@ -739,8 +739,8 @@ enum {
|
|||
CRX0_MARK, CTX0_MARK,
|
||||
CRX1_MARK, CTX1_MARK,
|
||||
CRX2_MARK, CTX2_MARK,
|
||||
CRX0CRX1_MARK,
|
||||
CRX0CRX1CRX2_MARK,
|
||||
CRX0_CRX1_MARK,
|
||||
CRX0_CRX1_CRX2_MARK,
|
||||
CTX0CTX1CTX2_MARK,
|
||||
CRX1_PJ22_MARK, CTX1_PJ23_MARK,
|
||||
CRX2_PJ20_MARK, CTX2_PJ21_MARK,
|
||||
|
@ -829,7 +829,7 @@ static pinmux_enum_t pinmux_data[] = {
|
|||
PINMUX_DATA(CKE_MARK, PC7MD_001),
|
||||
PINMUX_DATA(RXD7_MARK, PC7MD_010),
|
||||
PINMUX_DATA(CRX1_MARK, PC7MD_011),
|
||||
PINMUX_DATA(CRX0CRX1_MARK, PC7MD_100),
|
||||
PINMUX_DATA(CRX0_CRX1_MARK, PC7MD_100),
|
||||
PINMUX_DATA(IRQ1_PC_MARK, PC7MD_101),
|
||||
|
||||
PINMUX_DATA(PC6_DATA, PC6MD_000),
|
||||
|
@ -1300,7 +1300,7 @@ static pinmux_enum_t pinmux_data[] = {
|
|||
PINMUX_DATA(LCD_TCON5_MARK, PJ22MD_011),
|
||||
PINMUX_DATA(IRQ2_PJ_MARK, PJ22MD_100),
|
||||
PINMUX_DATA(CRX1_MARK, PJ22MD_101),
|
||||
PINMUX_DATA(CRX0CRX1_MARK, PJ22MD_110),
|
||||
PINMUX_DATA(CRX0_CRX1_MARK, PJ22MD_110),
|
||||
|
||||
PINMUX_DATA(PJ21_DATA, PJ21MD_000),
|
||||
PINMUX_DATA(DV_DATA21_MARK, PJ21MD_001),
|
||||
|
@ -1666,8 +1666,8 @@ static struct pinmux_gpio pinmux_gpios[] = {
|
|||
PINMUX_GPIO(GPIO_FN_CRX1, CRX1_MARK),
|
||||
PINMUX_GPIO(GPIO_FN_CTX0, CTX0_MARK),
|
||||
PINMUX_GPIO(GPIO_FN_CRX0, CRX0_MARK),
|
||||
PINMUX_GPIO(GPIO_FN_CRX0_CRX1, CRX0CRX1_MARK),
|
||||
PINMUX_GPIO(GPIO_FN_CRX0_CRX1_CRX2, CRX0CRX1CRX2_MARK),
|
||||
PINMUX_GPIO(GPIO_FN_CRX0_CRX1, CRX0_CRX1_MARK),
|
||||
PINMUX_GPIO(GPIO_FN_CRX0_CRX1_CRX2, CRX0_CRX1_CRX2_MARK),
|
||||
|
||||
/* DMAC */
|
||||
PINMUX_GPIO(GPIO_FN_TEND0, TEND0_MARK),
|
||||
|
|
Loading…
Reference in New Issue