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:
committed by
Vineet Gupta
parent
c1ae3cfa0e
commit
854c11e250
@@ -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 @@
|
|||||||
device_type = "cpu";
|
device_type = "cpu";
|
||||||
compatible = "snps,archs38";
|
compatible = "snps,archs38";
|
||||||
reg = <0>;
|
reg = <0>;
|
||||||
|
clocks = <&core_clk>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -21,6 +21,7 @@
|
|||||||
device_type = "cpu";
|
device_type = "cpu";
|
||||||
compatible = "snps,archs38xN";
|
compatible = "snps,archs38xN";
|
||||||
reg = <0>;
|
reg = <0>;
|
||||||
|
clocks = <&core_clk>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user