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: Vlad Zakharov <vzakhar@synopsys.com>
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
This commit is contained in:
Vlad Zakharov
2017-03-03 14:30:00 +03:00
committed by Vineet Gupta
parent c1ae3cfa0e
commit 854c11e250
3 changed files with 3 additions and 0 deletions

View File

@@ -26,6 +26,7 @@
device_type = "cpu"; device_type = "cpu";
compatible = "snps,arc770d"; compatible = "snps,arc770d";
reg = <0>; reg = <0>;
clocks = <&core_clk>;
}; };
}; };

View File

@@ -21,6 +21,7 @@
device_type = "cpu"; device_type = "cpu";
compatible = "snps,archs38"; compatible = "snps,archs38";
reg = <0>; reg = <0>;
clocks = <&core_clk>;
}; };
}; };

View File

@@ -21,6 +21,7 @@
device_type = "cpu"; device_type = "cpu";
compatible = "snps,archs38xN"; compatible = "snps,archs38xN";
reg = <0>; reg = <0>;
clocks = <&core_clk>;
}; };
}; };