Merge branches 'clk-baikal', 'clk-broadcom', 'clk-vc5' and 'clk-versaclock' into...
[platform/kernel/linux-starfive.git] / drivers / clk / clk-versaclock5.c
index 5dedb2b..2cf3e57 100644 (file)
@@ -24,7 +24,7 @@
 #include <linux/regmap.h>
 #include <linux/slab.h>
 
-#include <dt-bindings/clk/versaclock.h>
+#include <dt-bindings/clock/versaclock.h>
 
 /* VersaClock5 registers */
 #define VC5_OTP_CONTROL                                0x00
@@ -1242,7 +1242,7 @@ static const struct vc5_chip_info idt_5p49v6901_info = {
        .model = IDT_VC6_5P49V6901,
        .clk_fod_cnt = 4,
        .clk_out_cnt = 5,
-       .flags = VC5_HAS_PFD_FREQ_DBL,
+       .flags = VC5_HAS_PFD_FREQ_DBL | VC5_HAS_BYPASS_SYNC_BIT,
 };
 
 static const struct vc5_chip_info idt_5p49v6965_info = {