Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 355331
b: refs/heads/master
c: bcdccf9
h: refs/heads/master
i:
  355329: 60f6cf9
  355327: ccd114e
v: v3
  • Loading branch information
Laurent Pinchart authored and Simon Horman committed Jan 25, 2013
1 parent 8065356 commit 49f2761
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 38357e647f81605bc86ba9f030bf1a3299029796
refs/heads/master: bcdccf9e28c7af97f841c716516483c65e093d79
12 changes: 6 additions & 6 deletions trunk/arch/sh/kernel/cpu/sh2a/pinmux-sh7269.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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),
Expand Down Expand Up @@ -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),
Expand Down Expand Up @@ -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),
Expand Down

0 comments on commit 49f2761

Please sign in to comment.