Message ID | 1431015037-25254-5-git-send-email-ulrich.hecht+renesas@gmail.com (mailing list archive) |
---|---|
State | Changes Requested |
Delegated to: | Geert Uytterhoeven |
Headers | show |
Hi Ulrich, On Thu, May 7, 2015 at 6:10 PM, Ulrich Hecht <ulrich.hecht+renesas@gmail.com> wrote: > "Stream and Security Processor", applicable to r8a7791 and r8a7793. > Based on patch by Hisashi Nakamura. If you bother adding these (who uses them?), I think you should add the _B and _C groups, too. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/drivers/pinctrl/sh-pfc/pfc-r8a7791.c b/drivers/pinctrl/sh-pfc/pfc-r8a7791.c index cbf8ec3..849bd4e 100644 --- a/drivers/pinctrl/sh-pfc/pfc-r8a7791.c +++ b/drivers/pinctrl/sh-pfc/pfc-r8a7791.c @@ -4183,6 +4183,23 @@ static const unsigned int vin2_clk_mux[] = { VI2_CLK_MARK, }; +/* - SSP ------------------------------------------------------------------- */ +static const unsigned int ssp_pins[] = { + RCAR_GP_PIN(5, 25), + RCAR_GP_PIN(5, 26), + RCAR_GP_PIN(5, 27), + RCAR_GP_PIN(5, 28), + RCAR_GP_PIN(5, 29), +}; + +static const unsigned int ssp_mux[] = { + STP_IVCXO27_0_MARK, + STP_ISCLK_0_MARK, + STP_ISD_0_MARK, + STP_ISEN_0_MARK, + STP_ISSYNC_0_MARK, +}; + static const struct sh_pfc_pin_group pinmux_groups[] = { SH_PFC_PIN_GROUP(audio_clk_a), SH_PFC_PIN_GROUP(audio_clk_b), @@ -4472,6 +4489,7 @@ static const struct sh_pfc_pin_group pinmux_groups[] = { SH_PFC_PIN_GROUP(ssi9_data_b), SH_PFC_PIN_GROUP(ssi9_ctrl), SH_PFC_PIN_GROUP(ssi9_ctrl_b), + SH_PFC_PIN_GROUP(ssp), SH_PFC_PIN_GROUP(usb0), SH_PFC_PIN_GROUP(usb1), VIN_DATA_PIN_GROUP(vin0_data, 24),
"Stream and Security Processor", applicable to r8a7791 and r8a7793. Based on patch by Hisashi Nakamura. Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com> --- drivers/pinctrl/sh-pfc/pfc-r8a7791.c | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+)