]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/soc/renesas/rcar-sysc.c
soc: renesas: rcar-sysc: add R8A7743 support
[karo-tx-linux.git] / drivers / soc / renesas / rcar-sysc.c
index 65c8e1eb90c09bb352acea559e619d0e87cbf5a9..71acd45b13f09f0e14ae2f2188e9e8c0a7012a29 100644 (file)
@@ -275,6 +275,9 @@ finalize:
 }
 
 static const struct of_device_id rcar_sysc_matches[] = {
+#ifdef CONFIG_ARCH_R8A7743
+       { .compatible = "renesas,r8a7743-sysc", .data = &r8a7743_sysc_info },
+#endif
 #ifdef CONFIG_ARCH_R8A7779
        { .compatible = "renesas,r8a7779-sysc", .data = &r8a7779_sysc_info },
 #endif