Commit 79f700c2 authored by Daniel Palmer's avatar Daniel Palmer Committed by Romain Perier
Browse files

ARM: mstar: Link cpupll to second core



The second core also sources it's clock from the CPU PLL.

Signed-off-by: default avatarDaniel Palmer <daniel@0x0f.com>
Reviewed-by: default avatarRomain Perier <romain.perier@gmail.com>
parent 62a2718b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -11,6 +11,8 @@ cpu1: cpu@1 {
		device_type = "cpu";
		compatible = "arm,cortex-a7";
		reg = <0x1>;
		clocks = <&cpupll>;
		clock-names = "cpuclk";
	};
};