diff options
author | Marek Vasut <marek.vasut+renesas@gmail.com> | 2017-10-08 20:57:37 +0200 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2017-12-09 13:36:26 +0100 |
commit | a59e697618d77f53964d8089d32fa00a0c1c1cda (patch) | |
tree | 3b64b28a54548b28de2cdd3ee5e7e12c27bd56da /drivers/pinctrl/renesas/sh_pfc.h | |
parent | c106bb53ea420d010a2ded04ded88296d4760a7b (diff) |
pinctrl: rmobile: Add R8A77995 D3 PFC tables
Add PFC tables for R8A77995 D3 SoC.
Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'drivers/pinctrl/renesas/sh_pfc.h')
-rw-r--r-- | drivers/pinctrl/renesas/sh_pfc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pinctrl/renesas/sh_pfc.h b/drivers/pinctrl/renesas/sh_pfc.h index ca41813531..3b306c0457 100644 --- a/drivers/pinctrl/renesas/sh_pfc.h +++ b/drivers/pinctrl/renesas/sh_pfc.h @@ -248,6 +248,7 @@ int sh_pfc_config_mux_for_gpio(struct udevice *dev, unsigned pin_selector); extern const struct sh_pfc_soc_info r8a7795_pinmux_info; extern const struct sh_pfc_soc_info r8a7796_pinmux_info; extern const struct sh_pfc_soc_info r8a77970_pinmux_info; +extern const struct sh_pfc_soc_info r8a77995_pinmux_info; /* ----------------------------------------------------------------------------- * Helper macros to create pin and port lists */ |