forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-09-20 cf4ce59b3b70238352c7f1729f0f7223214828ad
kernel/arch/mips/alchemy/common/clock.c
....@@ -161,7 +161,7 @@
161161 id.name = ALCHEMY_CPU_CLK;
162162 id.parent_names = &parent_name;
163163 id.num_parents = 1;
164
- id.flags = CLK_IS_BASIC;
164
+ id.flags = 0;
165165 id.ops = &alchemy_clkops_cpu;
166166 h->init = &id;
167167