Merge remote-tracking branch 'lightnvm/for-next'
[deliverable/linux.git] / drivers / pinctrl / sh-pfc / core.c
index a3b82041b6a22b13989f55001969173e2fe63252..f3a8897d4e8f407f04980c8c404b0e5c4643ec2e 100644 (file)
@@ -494,6 +494,12 @@ static const struct of_device_id sh_pfc_of_table[] = {
                .data = &r8a7791_pinmux_info,
        },
 #endif
+#ifdef CONFIG_PINCTRL_PFC_R8A7792
+       {
+               .compatible = "renesas,pfc-r8a7792",
+               .data = &r8a7792_pinmux_info,
+       },
+#endif
 #ifdef CONFIG_PINCTRL_PFC_R8A7793
        {
                .compatible = "renesas,pfc-r8a7793",
@@ -512,6 +518,12 @@ static const struct of_device_id sh_pfc_of_table[] = {
                .data = &r8a7795_pinmux_info,
        },
 #endif
+#ifdef CONFIG_PINCTRL_PFC_R8A7796
+       {
+               .compatible = "renesas,pfc-r8a7796",
+               .data = &r8a7796_pinmux_info,
+       },
+#endif
 #ifdef CONFIG_PINCTRL_PFC_SH73A0
        {
                .compatible = "renesas,pfc-sh73a0",
This page took 0.023893 seconds and 5 git commands to generate.