提交 854c11e2 编写于 作者: V Vlad Zakharov 提交者: Vineet Gupta

ARC: [dts] add input clocks for cpu nodes

ARC CPU cores are driven by core_clk so we add corresponding "clocks"
property to ARC cpu nodes.
Signed-off-by: NVlad Zakharov <vzakhar@synopsys.com>
Signed-off-by: NVineet Gupta <vgupta@synopsys.com>
上级 c1ae3cfa
...@@ -26,6 +26,7 @@ ...@@ -26,6 +26,7 @@
device_type = "cpu"; device_type = "cpu";
compatible = "snps,arc770d"; compatible = "snps,arc770d";
reg = <0>; reg = <0>;
clocks = <&core_clk>;
}; };
}; };
......
...@@ -21,6 +21,7 @@ ...@@ -21,6 +21,7 @@
device_type = "cpu"; device_type = "cpu";
compatible = "snps,archs38"; compatible = "snps,archs38";
reg = <0>; reg = <0>;
clocks = <&core_clk>;
}; };
}; };
......
...@@ -21,6 +21,7 @@ ...@@ -21,6 +21,7 @@
device_type = "cpu"; device_type = "cpu";
compatible = "snps,archs38xN"; compatible = "snps,archs38xN";
reg = <0>; reg = <0>;
clocks = <&core_clk>;
}; };
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册