标签: linux linux-kernel arm linux-device-driver clock
所有类型的时钟在注册common clock framework时都会使用CLK_IS_BASIC标记。
CLK_IS_BASIC
以下与此标志相关的代码中有一个小描述:
#define CLK_IS_BASIC BIT(5) /* Basic clk, can't do a to_clk_foo()
这面旗帜的目的是什么?