Commit 854c11e2 authored by Vlad Zakharov's avatar Vlad Zakharov Committed by 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: default avatarVlad Zakharov <vzakhar@synopsys.com>
Signed-off-by: default avatarVineet Gupta <vgupta@synopsys.com>
parent c1ae3cfa
......@@ -26,6 +26,7 @@ cpu@0 {
device_type = "cpu";
compatible = "snps,arc770d";
reg = <0>;
clocks = <&core_clk>;
};
};
......
......@@ -21,6 +21,7 @@ cpu@0 {
device_type = "cpu";
compatible = "snps,archs38";
reg = <0>;
clocks = <&core_clk>;
};
};
......
......@@ -21,6 +21,7 @@ cpu@0 {
device_type = "cpu";
compatible = "snps,archs38xN";
reg = <0>;
clocks = <&core_clk>;
};
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment