Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d031696e authored by Laurent Pinchart's avatar Laurent Pinchart Committed by Simon Horman
Browse files

sh-pfc: r8a7740: Declare missing INTC function



When adding the INTC pin groups the INTC function hasn't been added to
the functions list. Fix it.

Signed-off-by: default avatarLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent cdd2c769
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2694,6 +2694,7 @@ static const char * const sdhi2_groups[] = {
};

static const struct sh_pfc_function pinmux_functions[] = {
	SH_PFC_FUNCTION(intc),
	SH_PFC_FUNCTION(lcd0),
	SH_PFC_FUNCTION(lcd1),
	SH_PFC_FUNCTION(mmc0),