提交 6979b5fe 编写于 作者: D Daniel Palmer 提交者: Romain Perier

ARM: mstar: Add cpupll to base dtsi

All MStar/SigmaStar ARMv7 SoCs have the CPU PLL at the same
place so add it to the base dtsi.
Signed-off-by: NDaniel Palmer <daniel@0x0f.com>
Reviewed-by: NRomain Perier <romain.perier@gmail.com>
上级 c952e507
......@@ -155,6 +155,13 @@
clocks = <&xtal>;
};
cpupll: cpupll@206400 {
compatible = "mstar,msc313-cpupll";
reg = <0x206400 0x200>;
#clock-cells = <0>;
clocks = <&mpll MSTAR_MSC313_MPLL_DIV2>;
};
gpio: gpio@207800 {
#gpio-cells = <2>;
reg = <0x207800 0x200>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册