提交 62a2718b 编写于 作者: D Daniel Palmer 提交者: Romain Perier

ARM: mstar: Link cpupll to cpu

The CPU clock is sourced from the CPU PLL.
Link cpupll to the cpu so that frequency scaling can happen.
Signed-off-by: NDaniel Palmer <daniel@0x0f.com>
Reviewed-by: NRomain Perier <romain.perier@gmail.com>
上级 6979b5fe
......@@ -21,6 +21,8 @@
device_type = "cpu";
compatible = "arm,cortex-a7";
reg = <0x0>;
clocks = <&cpupll>;
clock-names = "cpuclk";
};
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册