Commit a37d6065 authored by Laurent Pinchart's avatar Laurent Pinchart Committed by Simon Horman

sh-pfc: r8a7740: Add HDMI pin groups and functions

Signed-off-by: default avatarLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent 909dd95f
...@@ -2039,6 +2039,14 @@ static const unsigned int gether_wol_pins[] = { ...@@ -2039,6 +2039,14 @@ static const unsigned int gether_wol_pins[] = {
static const unsigned int gether_wol_mux[] = { static const unsigned int gether_wol_mux[] = {
ET_WOL_MARK, ET_WOL_MARK,
}; };
/* - HDMI ------------------------------------------------------------------- */
static const unsigned int hdmi_pins[] = {
/* HPD, CEC */
210, 211,
};
static const unsigned int hdmi_mux[] = {
HDMI_HPD_MARK, HDMI_CEC_MARK,
};
/* - INTC ------------------------------------------------------------------- */ /* - INTC ------------------------------------------------------------------- */
IRQC_PINS_MUX(0, 0, 2); IRQC_PINS_MUX(0, 0, 2);
IRQC_PINS_MUX(0, 1, 13); IRQC_PINS_MUX(0, 1, 13);
...@@ -2787,6 +2795,7 @@ static const struct sh_pfc_pin_group pinmux_groups[] = { ...@@ -2787,6 +2795,7 @@ static const struct sh_pfc_pin_group pinmux_groups[] = {
SH_PFC_PIN_GROUP(gether_int), SH_PFC_PIN_GROUP(gether_int),
SH_PFC_PIN_GROUP(gether_link), SH_PFC_PIN_GROUP(gether_link),
SH_PFC_PIN_GROUP(gether_wol), SH_PFC_PIN_GROUP(gether_wol),
SH_PFC_PIN_GROUP(hdmi),
SH_PFC_PIN_GROUP(intc_irq0_0), SH_PFC_PIN_GROUP(intc_irq0_0),
SH_PFC_PIN_GROUP(intc_irq0_1), SH_PFC_PIN_GROUP(intc_irq0_1),
SH_PFC_PIN_GROUP(intc_irq1), SH_PFC_PIN_GROUP(intc_irq1),
...@@ -2985,6 +2994,10 @@ static const char * const gether_groups[] = { ...@@ -2985,6 +2994,10 @@ static const char * const gether_groups[] = {
"gether_wol", "gether_wol",
}; };
static const char * const hdmi_groups[] = {
"hdmi",
};
static const char * const intc_groups[] = { static const char * const intc_groups[] = {
"intc_irq0_0", "intc_irq0_0",
"intc_irq0_1", "intc_irq0_1",
...@@ -3173,6 +3186,7 @@ static const struct sh_pfc_function pinmux_functions[] = { ...@@ -3173,6 +3186,7 @@ static const struct sh_pfc_function pinmux_functions[] = {
SH_PFC_FUNCTION(fsia), SH_PFC_FUNCTION(fsia),
SH_PFC_FUNCTION(fsib), SH_PFC_FUNCTION(fsib),
SH_PFC_FUNCTION(gether), SH_PFC_FUNCTION(gether),
SH_PFC_FUNCTION(hdmi),
SH_PFC_FUNCTION(intc), SH_PFC_FUNCTION(intc),
SH_PFC_FUNCTION(lcd0), SH_PFC_FUNCTION(lcd0),
SH_PFC_FUNCTION(lcd1), SH_PFC_FUNCTION(lcd1),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment