Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 854c11e2 authored by Vlad Zakharov's avatar Vlad Zakharov Committed by Vineet Gupta
Browse files

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
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -26,6 +26,7 @@
			device_type = "cpu";
			compatible = "snps,arc770d";
			reg = <0>;
			clocks = <&core_clk>;
		};
	};

+1 −0
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@
			device_type = "cpu";
			compatible = "snps,archs38";
			reg = <0>;
			clocks = <&core_clk>;
		};
	};

+1 −0
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@
			device_type = "cpu";
			compatible = "snps,archs38xN";
			reg = <0>;
			clocks = <&core_clk>;
		};
	};