Skip to content

Commit

Permalink
sh: sh7264: Rename CRX0CRX1 mark to match GPIO names
Browse files Browse the repository at this point in the history
Rename CRX0CRX1_MARK to CRX0_CRX1_MARK to match the GPIO_FN_CRX0_CRX1
name.

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>
  • Loading branch information
Laurent Pinchart authored and Simon Horman committed Jan 25, 2013
1 parent 9931fac commit 38357e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions arch/sh/kernel/cpu/sh2a/pinmux-sh7264.c
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ enum {
PWM2A_MARK, PWM2B_MARK, PWM2C_MARK, PWM2D_MARK,
PWM2E_MARK, PWM2F_MARK, PWM2G_MARK, PWM2H_MARK,
IERXD_MARK, IETXD_MARK,
CRX0CRX1_MARK,
CRX0_CRX1_MARK,
WDTOVF_MARK,

CRX0X1_MARK,
Expand Down Expand Up @@ -1003,7 +1003,7 @@ static pinmux_enum_t pinmux_data[] = {

PINMUX_DATA(PJ2_DATA, PJ2MD_000),
PINMUX_DATA(CTX1_MARK, PJ2MD_001),
PINMUX_DATA(CRX0CRX1_MARK, PJ2MD_010),
PINMUX_DATA(CRX0_CRX1_MARK, PJ2MD_010),
PINMUX_DATA(CS2_MARK, PJ2MD_011),
PINMUX_DATA(SCK0_MARK, PJ2MD_100),
PINMUX_DATA(LCD_M_DISP_MARK, PJ2MD_101),
Expand Down Expand Up @@ -1246,7 +1246,7 @@ 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, CRX0_CRX1_MARK),

/* DMAC */
PINMUX_GPIO(GPIO_FN_TEND0, TEND0_MARK),
Expand Down

0 comments on commit 38357e6

Please sign in to comment.