Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 319242
b: refs/heads/master
c: e2dcd46
h: refs/heads/master
v: v3
  • Loading branch information
Kuninori Morimoto authored and Rafael J. Wysocki committed Jun 20, 2012
1 parent 2eff08e commit 6e03508
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c6750acb3b54c77c011045467770d5143be749ee
refs/heads/master: e2dcd461a7ba0c3deb44336136ea784c8b972292
4 changes: 4 additions & 0 deletions trunk/arch/arm/mach-shmobile/include/mach/r8a7740.h
Original file line number Diff line number Diff line change
Expand Up @@ -565,6 +565,10 @@ enum {
GPIO_FN_RESETP_PULLUP,
GPIO_FN_RESETP_PLAIN,

/* HDMI */
GPIO_FN_HDMI_HPD,
GPIO_FN_HDMI_CEC,

/* SDENC */
GPIO_FN_SDENC_CPG,
GPIO_FN_SDENC_DV_CLKI,
Expand Down
9 changes: 9 additions & 0 deletions trunk/arch/arm/mach-shmobile/pfc-r8a7740.c
Original file line number Diff line number Diff line change
Expand Up @@ -560,6 +560,9 @@ enum {
/* SDENC */
SDENC_CPG_MARK, SDENC_DV_CLKI_MARK,

/* HDMI */
HDMI_HPD_MARK, HDMI_CEC_MARK,

/* DEBUG */
EDEBGREQ_PULLUP_MARK, /* for JTAG */
EDEBGREQ_PULLDOWN_MARK,
Expand Down Expand Up @@ -1620,9 +1623,11 @@ static pinmux_enum_t pinmux_data[] = {

/* Port210 */
PINMUX_DATA(IRQ9_PORT210_MARK, PORT210_FN0, MSEL1CR_9_1),
PINMUX_DATA(HDMI_HPD_MARK, PORT210_FN1),

/* Port211 */
PINMUX_DATA(IRQ16_PORT211_MARK, PORT211_FN0, MSEL1CR_16_1),
PINMUX_DATA(HDMI_CEC_MARK, PORT211_FN1),

/* LCDC select */
PINMUX_DATA(LCDC0_SELECT_MARK, MSEL3CR_6_0),
Expand Down Expand Up @@ -2097,6 +2102,10 @@ static struct pinmux_gpio pinmux_gpios[] = {
GPIO_FN(SDENC_CPG),
GPIO_FN(SDENC_DV_CLKI),

/* HDMI */
GPIO_FN(HDMI_HPD),
GPIO_FN(HDMI_CEC),

/* SYSC */
GPIO_FN(RESETP_PULLUP),
GPIO_FN(RESETP_PLAIN),
Expand Down

0 comments on commit 6e03508

Please sign in to comment.