pinctrl: sh-pfc: Initial R8A7795 PFC support
[firefly-linux-kernel-4.4.55.git] / drivers / pinctrl / sh-pfc / core.c
index fb9c4480523431c878a1098df47c92b019ddefd1..bcf3017318db3a746e881bcf3dead399b6e530e1 100644 (file)
@@ -489,6 +489,12 @@ static const struct of_device_id sh_pfc_of_table[] = {
                .data = &r8a7794_pinmux_info,
        },
 #endif
+#ifdef CONFIG_PINCTRL_PFC_R8A7795
+       {
+               .compatible = "renesas,pfc-r8a7795",
+               .data = &r8a7795_pinmux_info,
+       },
+#endif
 #ifdef CONFIG_PINCTRL_PFC_SH73A0
        {
                .compatible = "renesas,pfc-sh73a0",